diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-01 17:29:07 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-01 17:29:07 +0000 |
commit | 317772c7e78eeda4e2f3022880c829cc08c40293 (patch) | |
tree | a362a08ccd7497a6bd3911260d90a3d031f2bc44 /x11-misc/macopix | |
parent | ppc stable, bug #144861 (diff) | |
download | gentoo-2-317772c7e78eeda4e2f3022880c829cc08c40293.tar.gz gentoo-2-317772c7e78eeda4e2f3022880c829cc08c40293.tar.bz2 gentoo-2-317772c7e78eeda4e2f3022880c829cc08c40293.zip |
drop gtk2, bug 106560
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'x11-misc/macopix')
-rw-r--r-- | x11-misc/macopix/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/macopix/macopix-1.0.4.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/macopix/macopix-1.2.1.ebuild | 13 |
3 files changed, 16 insertions, 18 deletions
diff --git a/x11-misc/macopix/ChangeLog b/x11-misc/macopix/ChangeLog index 9b7c859f1a33..8284122d05d0 100644 --- a/x11-misc/macopix/ChangeLog +++ b/x11-misc/macopix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/macopix # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.11 2006/07/20 00:28:02 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.12 2006/09/01 17:29:07 genstef Exp $ + + 01 Sep 2006; Stefan Schweizer <genstef@gentoo.org> macopix-1.0.4.ebuild, + macopix-1.2.1.ebuild: + drop gtk2, bug 106560 20 Jul 2006; <malc@gentoo.org> macopix-1.2.1.ebuild: Add ~amd64 - bug #140061 diff --git a/x11-misc/macopix/macopix-1.0.4.ebuild b/x11-misc/macopix/macopix-1.0.4.ebuild index c972d76e2ef1..8f2b39649ec5 100644 --- a/x11-misc/macopix/macopix-1.0.4.ebuild +++ b/x11-misc/macopix/macopix-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.0.4.ebuild,v 1.5 2004/10/30 10:11:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.0.4.ebuild,v 1.6 2006/09/01 17:29:07 genstef Exp $ DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application on UNIX / X Window system." HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html" @@ -22,18 +22,15 @@ LICENSE="GPL-2 free-noncomm" SLOT="0" KEYWORDS="x86 ppc" -IUSE="gtk2 nls" +IUSE="nls" -DEPEND="gtk2? ( >=x11-libs/gtk+-2.0.0 - >=dev-libs/glib-2.0.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2* - >=media-libs/gdk-pixbuf-0.7 ) +DEPEND=">=x11-libs/gtk+-2.0.0 + >=dev-libs/glib-2.0.0 nls? ( >=sys-devel/gettext-0.10 ) media-libs/libpng" src_compile() { - econf `use_with gtk2` \ + econf --with-gtk2 \ `use_enable nls` || die emake || die "emake failed" } diff --git a/x11-misc/macopix/macopix-1.2.1.ebuild b/x11-misc/macopix/macopix-1.2.1.ebuild index ad9e71ab81ec..88fad18e49ec 100644 --- a/x11-misc/macopix/macopix-1.2.1.ebuild +++ b/x11-misc/macopix/macopix-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.2.1.ebuild,v 1.5 2006/07/20 00:28:02 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.2.1.ebuild,v 1.6 2006/09/01 17:29:07 genstef Exp $ inherit eutils @@ -24,13 +24,10 @@ LICENSE="GPL-2 free-noncomm" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="gtk2 nls" +IUSE="nls" -DEPEND="gtk2? ( >=x11-libs/gtk+-2.0.0 - >=dev-libs/glib-2.0.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2* - >=media-libs/gdk-pixbuf-0.7 ) +DEPEND=">=x11-libs/gtk+-2.0.0 + >=dev-libs/glib-2.0.0 nls? ( >=sys-devel/gettext-0.10 ) media-libs/libpng" @@ -41,7 +38,7 @@ src_unpack() { } src_compile() { - econf $(use_with gtk2) \ + econf --with-gtk2 \ $(use_enable nls) || die emake || die "emake failed" } |