diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-13 09:04:35 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-13 09:04:35 +0000 |
commit | 94efde97e6251794b6810424dde8ca5ac5d9e48a (patch) | |
tree | 42fc464cce8320008f1ebafd39731e36fd08cf98 /x11-misc | |
parent | Revision bump: EAPI 5, epatch_user, add ~amd64 keyword, fix work with new med... (diff) | |
download | gentoo-2-94efde97e6251794b6810424dde8ca5ac5d9e48a.tar.gz gentoo-2-94efde97e6251794b6810424dde8ca5ac5d9e48a.tar.bz2 gentoo-2-94efde97e6251794b6810424dde8ca5ac5d9e48a.zip |
Transfer stable keywords from previous revision and drop it, cause it's broken. First-time stabilization on amd64
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/3dfb/3dfb-0.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/3dfb/3dfb-0.6.1.ebuild | 33 | ||||
-rw-r--r-- | x11-misc/3dfb/ChangeLog | 7 |
3 files changed, 8 insertions, 36 deletions
diff --git a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild index 74c34f81b4cf..85d8aa9794fc 100644 --- a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild +++ b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.1 2014/03/13 09:01:46 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.2 2014/03/13 09:04:35 pinkbyte Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dz3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="dev-libs/glib:2 media-libs/freeglut diff --git a/x11-misc/3dfb/3dfb-0.6.1.ebuild b/x11-misc/3dfb/3dfb-0.6.1.ebuild deleted file mode 100644 index 53d9fa09338c..000000000000 --- a/x11-misc/3dfb/3dfb-0.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1.ebuild,v 1.9 2012/05/05 04:53:46 jdhore Exp $ - -inherit eutils - -DESCRIPTION="3D File Browser" -HOMEPAGE="http://sourceforge.net/projects/dz3d/" -SRC_URI="mirror://sourceforge/dz3d/${P}.tar.gz" -RESTRICT="mirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - media-libs/freeglut - virtual/opengl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/0.6.1-gcc41.patch -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README WISHLIST -} diff --git a/x11-misc/3dfb/ChangeLog b/x11-misc/3dfb/ChangeLog index 703cca828a6e..e501edc0861f 100644 --- a/x11-misc/3dfb/ChangeLog +++ b/x11-misc/3dfb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/3dfb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.12 2014/03/13 09:01:46 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.13 2014/03/13 09:04:35 pinkbyte Exp $ + + 13 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> -3dfb-0.6.1.ebuild, + 3dfb-0.6.1-r1.ebuild: + Transfer stable keywords from previous revision and drop it, cause it's + broken. First-time stabilization on amd64 *3dfb-0.6.1-r1 (13 Mar 2014) |