diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-08-16 20:39:51 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-08-16 20:39:51 +0000 |
commit | 913ff7725d97169d7357a0b28f0b2571837125a2 (patch) | |
tree | 4e397bbff04efe94e01cb1e57b19d45cc4505621 /x11-themes/gtk-engines-cleanice | |
parent | New release: vim-7.3 (Bug 333003) (diff) | |
download | historical-913ff7725d97169d7357a0b28f0b2571837125a2.tar.gz historical-913ff7725d97169d7357a0b28f0b2571837125a2.tar.bz2 historical-913ff7725d97169d7357a0b28f0b2571837125a2.zip |
Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+
Package-Manager: portage-v2.2_rc67-475-g06c7c90/cvs/Linux i686
Diffstat (limited to 'x11-themes/gtk-engines-cleanice')
-rw-r--r-- | x11-themes/gtk-engines-cleanice/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild | 15 |
2 files changed, 17 insertions, 6 deletions
diff --git a/x11-themes/gtk-engines-cleanice/ChangeLog b/x11-themes/gtk-engines-cleanice/ChangeLog index 6b24774cf859..64313af74cbb 100644 --- a/x11-themes/gtk-engines-cleanice/ChangeLog +++ b/x11-themes/gtk-engines-cleanice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-cleanice -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/ChangeLog,v 1.29 2009/01/21 20:14:42 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/ChangeLog,v 1.30 2010/08/16 20:36:25 abcd Exp $ + + 16 Aug 2010; Jonathan Callen <abcd@gentoo.org> + gtk-engines-cleanice-2.4.1.ebuild: + Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+ 21 Jan 2009; Jeroen Roovers <jer@gentoo.org> gtk-engines-cleanice-2.4.1.ebuild: diff --git a/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild b/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild index 9a0b371dde10..abaae65db098 100644 --- a/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild +++ b/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild @@ -1,6 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild,v 1.6 2009/01/21 20:14:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.1.ebuild,v 1.7 2010/08/16 20:36:25 abcd Exp $ + +EAPI=3 +inherit autotools DESCRIPTION="GTK+ CleanIce Theme Engine" HOMEPAGE="http://sourceforge.net/projects/elysium-project" @@ -8,13 +11,17 @@ SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.4" +RDEPEND=">=x11-libs/gtk+-2.4:2" DEPEND="${RDEPEND} dev-util/pkgconfig" +src_prepare() { + eautoreconf # need new libtool for interix +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed." insinto /usr/share/themes/CleanIce/gtk-2.0 |