diff options
author | 2008-04-29 15:26:52 +0000 | |
---|---|---|
committer | 2008-04-29 15:26:52 +0000 | |
commit | 09ffc5af38c60b4a81cfa0c71a0bc82b4559b647 (patch) | |
tree | 2cce5480fb1cf6251aae1660ce10980a4762df3e /media-libs | |
parent | stable ppc, bug 219688 (diff) | |
download | gentoo-2-09ffc5af38c60b4a81cfa0c71a0bc82b4559b647.tar.gz gentoo-2-09ffc5af38c60b4a81cfa0c71a0bc82b4559b647.tar.bz2 gentoo-2-09ffc5af38c60b4a81cfa0c71a0bc82b4559b647.zip |
sparc stable wrt #219719, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ofbis/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/ofbis/ofbis-0.1.1.ebuild | 25 | ||||
-rw-r--r-- | media-libs/ofbis/ofbis-0.2.0.ebuild | 4 |
3 files changed, 7 insertions, 28 deletions
diff --git a/media-libs/ofbis/ChangeLog b/media-libs/ofbis/ChangeLog index be036df11d20..70af088a6d3a 100644 --- a/media-libs/ofbis/ChangeLog +++ b/media-libs/ofbis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/ofbis # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ChangeLog,v 1.10 2008/04/29 14:26:29 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ChangeLog,v 1.11 2008/04/29 15:26:52 armin76 Exp $ + + 29 Apr 2008; Raúl Porcel <armin76@gentoo.org> -ofbis-0.1.1.ebuild, + ofbis-0.2.0.ebuild: + sparc stable wrt #219719, remove old 29 Apr 2008; Dawid Węgliński <cla@gentoo.org> ofbis-0.2.0.ebuild: Stable on x86 diff --git a/media-libs/ofbis/ofbis-0.1.1.ebuild b/media-libs/ofbis/ofbis-0.1.1.ebuild deleted file mode 100644 index 606272671de1..000000000000 --- a/media-libs/ofbis/ofbis-0.1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.1.1.ebuild,v 1.13 2006/03/07 12:03:21 flameeyes Exp $ - -DESCRIPTION="Framebuffer graphical library" -SRC_URI="ftp://ftp.nocrew.org/pub/osis/ofbis/${P}.tar.gz" -HOMEPAGE="http://www.nocrew.org/pub/ofbis" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " -IUSE="" - -src_compile() { - - ./configure --prefix=/usr || die - make CFLAGS="${CFLAGS}" all || die -} - -src_install() { - - make DESTDIR=${D} install || die - dodoc AUTHORS CREDITS DESIGN NEW OFBIS-VERSION README TODO \ - ChangeLog doc/ofbis.doc -} diff --git a/media-libs/ofbis/ofbis-0.2.0.ebuild b/media-libs/ofbis/ofbis-0.2.0.ebuild index c322bc88ab1a..cf7f423370e5 100644 --- a/media-libs/ofbis/ofbis-0.2.0.ebuild +++ b/media-libs/ofbis/ofbis-0.2.0.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/media-libs/ofbis/ofbis-0.2.0.ebuild,v 1.2 2008/04/29 14:26:29 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.2.0.ebuild,v 1.3 2008/04/29 15:26:52 armin76 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nocrew.org/pub/osis/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc x86" +KEYWORDS="~amd64 sparc x86" IUSE="" src_unpack() { |