diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 00:03:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 00:03:36 +0000 |
commit | 2c719c42398c8940ad960ae4430cb1fdc4f9aadb (patch) | |
tree | 427a950bb20b58e43f5270f1df30c96562ce1a53 /x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild | |
parent | arm/s390/sh stable (diff) | |
download | historical-2c719c42398c8940ad960ae4430cb1fdc4f9aadb.tar.gz historical-2c719c42398c8940ad960ae4430cb1fdc4f9aadb.tar.bz2 historical-2c719c42398c8940ad960ae4430cb1fdc4f9aadb.zip |
arm/sh stable
Package-Manager: portage-2.1.1_rc1-r6
Diffstat (limited to 'x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild')
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild index fc5eb73be735..3b999eadee27 100644 --- a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2006 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.1.ebuild,v 1.1 2006/09/07 04:26:52 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild,v 1.2 2006/09/10 00:03:36 vapier 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." +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 ppc ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ppc ppc64 sh ~sparc ~x86" IUSE="" RDEPEND=">=dev-perl/XML-Simple-2 dev-lang/perl" - DEPEND="${RDEPEND}" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README } |