summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-09-21 19:50:34 +0000
committerChristoph Mende <angelos@gentoo.org>2008-09-21 19:50:34 +0000
commit684bd00b3c438a5e48de202fa327eef6979f64df (patch)
tree201592be6a2a5b2963ec629f540544d57620c006
parentVersion bump. (diff)
downloadgentoo-2-684bd00b3c438a5e48de202fa327eef6979f64df.tar.gz
gentoo-2-684bd00b3c438a5e48de202fa327eef6979f64df.tar.bz2
gentoo-2-684bd00b3c438a5e48de202fa327eef6979f64df.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
-rw-r--r--x11-misc/icon-naming-utils/ChangeLog8
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.8.7.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog
index 99f5c2a43b36..00680c98d604 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.64 2008/03/21 06:20:37 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.65 2008/09/21 19:50:34 angelos Exp $
+
+*icon-naming-utils-0.8.7 (21 Sep 2008)
+
+ 21 Sep 2008; Christoph Mende <angelos@gentoo.org>
+ +icon-naming-utils-0.8.7.ebuild:
+ Version bump
21 Mar 2008; Samuli Suominen <drac@gentoo.org>
-files/icon-naming-utils-0.8.2-pkgconfig.patch,
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.7.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.7.ebuild
new file mode 100644
index 000000000000..f34e6146dc52
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 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.7.ebuild,v 1.1 2008/09/21 19:50:34 angelos Exp $
+
+DESCRIPTION="Utils to help with the transition to the new freedesktop.org naming scheme."
+HOMEPAGE="http://tango.freedesktop.org"
+SRC_URI="http://tango.freedesktop.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
+}