diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-08-16 19:50:26 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-08-16 19:50:26 +0000 |
commit | 2cea2a7cd304c727027bc3ffd33f2bd7e0abdb73 (patch) | |
tree | 15f3b3b190b6dde0417487b6240d9e83e0f1e352 /x11-themes/gtk-chtheme | |
parent | Transfer prefix keywords, bump to EAPI=3 (diff) | |
download | gentoo-2-2cea2a7cd304c727027bc3ffd33f2bd7e0abdb73.tar.gz gentoo-2-2cea2a7cd304c727027bc3ffd33f2bd7e0abdb73.tar.bz2 gentoo-2-2cea2a7cd304c727027bc3ffd33f2bd7e0abdb73.zip |
Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+
(Portage version: v2.2_rc67-475-g06c7c90/cvs/Linux i686)
Diffstat (limited to 'x11-themes/gtk-chtheme')
-rw-r--r-- | x11-themes/gtk-chtheme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-themes/gtk-chtheme/ChangeLog b/x11-themes/gtk-chtheme/ChangeLog index a85f1c6e0f3e..39537d628aaf 100644 --- a/x11-themes/gtk-chtheme/ChangeLog +++ b/x11-themes/gtk-chtheme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-chtheme # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.21 2010/04/05 22:50:18 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.22 2010/08/16 19:50:26 abcd Exp $ + + 16 Aug 2010; Jonathan Callen <abcd@gentoo.org> + gtk-chtheme-0.3.1-r2.ebuild: + Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+ 05 Apr 2010; Alex Alexander <wired@gentoo.org> gtk-chtheme-0.3.1-r2.ebuild: diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild index 7bde57b56ac6..9d895e13338d 100644 --- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild +++ b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.2 2010/04/05 22:50:18 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.3 2010/08/16 19:50:26 abcd Exp $ +EAPI=3 inherit eutils toolchain-funcs DESCRIPTION="GTK-2.0 Theme Switcher" @@ -10,17 +11,14 @@ SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos" LICENSE="GPL-2" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { # QA: stop Makefile from stripping the binaries sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed" epatch "${FILESDIR}"/${P}-implicit.patch @@ -37,5 +35,5 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${ED}" install || die "emake install failed" } |