diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-22 08:30:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-22 08:30:08 +0000 |
commit | 1a253e5a3c2cd03565df537cfefc77f138d34fe2 (patch) | |
tree | d65064ee8800c5787540eccc241f82b13b31d9e2 /games-kids | |
parent | Version bump (diff) | |
download | gentoo-2-1a253e5a3c2cd03565df537cfefc77f138d34fe2.tar.gz gentoo-2-1a253e5a3c2cd03565df537cfefc77f138d34fe2.tar.bz2 gentoo-2-1a253e5a3c2cd03565df537cfefc77f138d34fe2.zip |
correct errant rev bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/stickers/ChangeLog | 8 | ||||
-rw-r--r-- | games-kids/stickers/stickers-0.1.3-r1.ebuild | 51 | ||||
-rw-r--r-- | games-kids/stickers/stickers-0.1.3-r2.ebuild | 6 |
3 files changed, 9 insertions, 56 deletions
diff --git a/games-kids/stickers/ChangeLog b/games-kids/stickers/ChangeLog index a587b7a64179..203a6cf4efc1 100644 --- a/games-kids/stickers/ChangeLog +++ b/games-kids/stickers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-kids/stickers -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/ChangeLog,v 1.12 2007/05/30 05:55:05 tupone Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/ChangeLog,v 1.13 2008/02/22 08:30:08 mr_bones_ Exp $ + + 22 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + -stickers-0.1.3-r1.ebuild, stickers-0.1.3-r2.ebuild: + correct errant rev bump *stickers-0.1.3-r2 (30 May 2007) diff --git a/games-kids/stickers/stickers-0.1.3-r1.ebuild b/games-kids/stickers/stickers-0.1.3-r1.ebuild deleted file mode 100644 index 0ced0ca0b035..000000000000 --- a/games-kids/stickers/stickers-0.1.3-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/stickers-0.1.3-r1.ebuild,v 1.10 2007/05/30 05:55:05 tupone Exp $ - -DESCRIPTION="Stickers Book for small children" -HOMEPAGE="http://users.powernet.co.uk/kienzle/stickers/" -SRC_URI="http://users.powernet.co.uk/kienzle/stickers/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls" - -RDEPEND="media-libs/imlib - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXi - =x11-libs/gtk+-1.2* - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-proto/xproto - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - # gcc34 fix? (bug #72734) - sed -i \ - -e '/ONTRACE/d' "${S}/rc.c" \ - || die "sed failed" -} - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die "configure failed" - emake || die "emake failed" -} - -src_install () { - make \ - prefix="${D}/usr" \ - infodir="${D}/usr/share/info" \ - mandir="${D}/usr/share/man" install \ - || die "make install failed" -} diff --git a/games-kids/stickers/stickers-0.1.3-r2.ebuild b/games-kids/stickers/stickers-0.1.3-r2.ebuild index 58adc11950bc..5e963bc96e0d 100644 --- a/games-kids/stickers/stickers-0.1.3-r2.ebuild +++ b/games-kids/stickers/stickers-0.1.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/stickers-0.1.3-r2.ebuild,v 1.1 2007/05/30 05:55:05 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/stickers-0.1.3-r2.ebuild,v 1.2 2008/02/22 08:30:08 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://users.powernet.co.uk/kienzle/stickers/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="nls" RDEPEND="media-libs/imlib |