diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-09-20 20:28:14 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-09-20 20:28:14 +0000 |
commit | 3081b05586b0080844c4eefe1785db28d702ca2f (patch) | |
tree | 851a94972fb02c5d756a8bb51964101235cc86eb /x11-misc/icon-naming-utils | |
parent | Version bump from upstream. (diff) | |
download | gentoo-2-3081b05586b0080844c4eefe1785db28d702ca2f.tar.gz gentoo-2-3081b05586b0080844c4eefe1785db28d702ca2f.tar.bz2 gentoo-2-3081b05586b0080844c4eefe1785db28d702ca2f.zip |
Version bump.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r-- | x11-misc/icon-naming-utils/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.6 | 3 | ||||
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild | 21 |
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog index 50cacf447b26..ca4c7a9e5652 100644 --- a/x11-misc/icon-naming-utils/ChangeLog +++ b/x11-misc/icon-naming-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/icon-naming-utils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.53 2007/09/18 03:58:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.54 2007/09/20 20:28:13 drac Exp $ + +*icon-naming-utils-0.8.6 (20 Sep 2007) + + 20 Sep 2007; Samuli Suominen <drac@gentoo.org> + +icon-naming-utils-0.8.6.ebuild: + Version bump. 18 Sep 2007; Jeroen Roovers <jer@gentoo.org> icon-naming-utils-0.8.2-r1.ebuild: diff --git a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.6 b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.6 new file mode 100644 index 000000000000..379de408e14a --- /dev/null +++ b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.6 @@ -0,0 +1,3 @@ +MD5 22bd13295d42ff886f6ea355d00e036b icon-naming-utils-0.8.6.tar.gz 69522 +RMD160 5ac589913b88f05dbffc62637e738eb86eee802f icon-naming-utils-0.8.6.tar.gz 69522 +SHA256 85a5d8f7d189df307e51375f5575aaecb8574003c5756620b28a469f133f1102 icon-naming-utils-0.8.6.tar.gz 69522 diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild new file mode 100644 index 000000000000..87fb763514b8 --- /dev/null +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild,v 1.1 2007/09/20 20:28:13 drac Exp $ + +DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops" +HOMEPAGE="http://tango-project.org/" +SRC_URI="http://tango-project.org/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-perl/XML-Simple-2 + dev-lang/perl" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README +} |