diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-10 12:09:56 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-10 12:09:56 +0000 |
commit | 56694f26dfe69fb102aabc0cfdf02429c949f5d7 (patch) | |
tree | 5dffd5a3532482c36ef62c302c2574610e605c72 /x11-misc/3dfm | |
parent | version bump, by Jacques-Pascal Deplaix, bug #436580 (diff) | |
download | gentoo-2-56694f26dfe69fb102aabc0cfdf02429c949f5d7.tar.gz gentoo-2-56694f26dfe69fb102aabc0cfdf02429c949f5d7.tar.bz2 gentoo-2-56694f26dfe69fb102aabc0cfdf02429c949f5d7.zip |
QA: add missing RDEPEND and 'die' statements
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/3dfm')
-rw-r--r-- | x11-misc/3dfm/3dfm-1.0.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/3dfm/ChangeLog | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-misc/3dfm/3dfm-1.0.ebuild b/x11-misc/3dfm/3dfm-1.0.ebuild index 422a0d2b40ca..7a18da536cf7 100644 --- a/x11-misc/3dfm/3dfm-1.0.ebuild +++ b/x11-misc/3dfm/3dfm-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfm/3dfm-1.0.ebuild,v 1.8 2010/09/16 17:36:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfm/3dfm-1.0.ebuild,v 1.9 2012/10/10 12:09:56 pinkbyte Exp $ DESCRIPTION="OpenGL-based 3D File Manager" HOMEPAGE="http://sourceforge.net/projects/innolab/" @@ -11,12 +11,14 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -DEPEND="virtual/opengl +DEPEND="virtual/glu + virtual/opengl media-libs/freeglut" +RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die - mv "${D}"/usr/bin/interface "${D}"/usr/bin/3dfm + mv "${D}"/usr/bin/interface "${D}"/usr/bin/3dfm || die dodoc AUTHORS ChangeLog README } diff --git a/x11-misc/3dfm/ChangeLog b/x11-misc/3dfm/ChangeLog index 3ad4f9cb51e7..c7a70db46f0f 100644 --- a/x11-misc/3dfm/ChangeLog +++ b/x11-misc/3dfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/3dfm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfm/ChangeLog,v 1.8 2010/09/16 17:36:37 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfm/ChangeLog,v 1.9 2012/10/10 12:09:56 pinkbyte Exp $ + + 10 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> 3dfm-1.0.ebuild: + QA: add missing RDEPEND and 'die' statements 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> 3dfm-1.0.ebuild: virtual/glut -> media-libs/glut |