diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 13:31:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 13:31:36 +0000 |
commit | 9c370e61fcbe1ee4c69f77e94fc3c0f5468ba3a0 (patch) | |
tree | a03565bee10c7746abef6904061b8180bc83d3cc /app-arch | |
parent | x86 stable wrt #231667 (diff) | |
download | gentoo-2-9c370e61fcbe1ee4c69f77e94fc3c0f5468ba3a0.tar.gz gentoo-2-9c370e61fcbe1ee4c69f77e94fc3c0f5468ba3a0.tar.bz2 gentoo-2-9c370e61fcbe1ee4c69f77e94fc3c0f5468ba3a0.zip |
x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gtk-splitter/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/gtk-splitter/gtk-splitter-2.2.ebuild | 34 |
3 files changed, 7 insertions, 37 deletions
diff --git a/app-arch/gtk-splitter/ChangeLog b/app-arch/gtk-splitter/ChangeLog index 7bbf94dda683..0cbb31bb7330 100644 --- a/app-arch/gtk-splitter/ChangeLog +++ b/app-arch/gtk-splitter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/gtk-splitter # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.13 2008/07/14 18:03:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.14 2008/07/15 13:31:36 armin76 Exp $ + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> -gtk-splitter-2.2.ebuild, + gtk-splitter-2.2.1.ebuild: + x86 stable, remove old 14 Jul 2008; nixnut <nixnut@gentoo.org> gtk-splitter-2.2.1.ebuild: Stable on ppc wrt bug 231076 diff --git a/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild b/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild index 9729ed981ab1..1999113d19f2 100644 --- a/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild +++ b/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild,v 1.3 2008/07/14 18:03:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild,v 1.4 2008/07/15 13:31:36 armin76 Exp $ DESCRIPTION="split/combine files !" HOMEPAGE="http://gtk-splitter.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="crypt" RDEPEND=">=x11-libs/gtk+-2 diff --git a/app-arch/gtk-splitter/gtk-splitter-2.2.ebuild b/app-arch/gtk-splitter/gtk-splitter-2.2.ebuild deleted file mode 100644 index 3094f3758157..000000000000 --- a/app-arch/gtk-splitter/gtk-splitter-2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.ebuild,v 1.11 2006/09/21 22:17:29 blubb Exp $ - -DESCRIPTION="split/combine files !" -HOMEPAGE="http://gtk-splitter.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="crypt" - -RDEPEND=">=x11-libs/gtk+-2 - crypt? ( >=app-crypt/mhash-0.8 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12" - -src_compile() { - econf || die - if ! use crypt ; then - # stupid configure script only autodetects - sed -i \ - -e 's:-lmhash::' \ - -e 's:-DHAVE_LIBMHASH=1::' \ - src/Makefile - fi - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} |