diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:59:32 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:59:32 +0000 |
commit | fb30edf32c3e0159fe099f9e170b9b061ad3114f (patch) | |
tree | 9df6f69196b30d5507a759c15e4e4fdf2cdda527 /x11-misc/stripclub | |
parent | Add missing dev-util/pkgconfig to DEPEND, see bug #150811. (diff) | |
download | gentoo-2-fb30edf32c3e0159fe099f9e170b9b061ad3114f.tar.gz gentoo-2-fb30edf32c3e0159fe099f9e170b9b061ad3114f.tar.bz2 gentoo-2-fb30edf32c3e0159fe099f9e170b9b061ad3114f.zip |
Add missing x11-libs/libXpm to DEPEND, see bug #150812.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/stripclub')
-rw-r--r-- | x11-misc/stripclub/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/stripclub/files/digest-stripclub-0.9.1.2 | 2 | ||||
-rw-r--r-- | x11-misc/stripclub/stripclub-0.9.1.2.ebuild | 15 |
3 files changed, 18 insertions, 7 deletions
diff --git a/x11-misc/stripclub/ChangeLog b/x11-misc/stripclub/ChangeLog index 16b2fca3024a..40fbfb0a65dd 100644 --- a/x11-misc/stripclub/ChangeLog +++ b/x11-misc/stripclub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/stripclub -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.3 2005/11/03 12:54:52 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.4 2006/10/11 11:59:32 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> + stripclub-0.9.1.2.ebuild: + Add missing x11-libs/libXpm to DEPEND, see bug #150812. 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> stripclub-0.9.1.2.ebuild: diff --git a/x11-misc/stripclub/files/digest-stripclub-0.9.1.2 b/x11-misc/stripclub/files/digest-stripclub-0.9.1.2 index 367fd5bcee0a..ebcb8ad0bf7b 100644 --- a/x11-misc/stripclub/files/digest-stripclub-0.9.1.2 +++ b/x11-misc/stripclub/files/digest-stripclub-0.9.1.2 @@ -1 +1,3 @@ MD5 02fddede6805831d03b9f43c39d2c84f stripclub_0.9.1.2.tar.gz 49248 +RMD160 2045ce83ae9bc16eccf1abee3f3a14cb2c3e03ca stripclub_0.9.1.2.tar.gz 49248 +SHA256 cfb41284ec0f818841d87ae6e71e6c19b09e3b9253b51a33f9a3accce7e1bdf6 stripclub_0.9.1.2.tar.gz 49248 diff --git a/x11-misc/stripclub/stripclub-0.9.1.2.ebuild b/x11-misc/stripclub/stripclub-0.9.1.2.ebuild index 5738c7cc0f61..844c5e324303 100644 --- a/x11-misc/stripclub/stripclub-0.9.1.2.ebuild +++ b/x11-misc/stripclub/stripclub-0.9.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2.ebuild,v 1.3 2005/11/03 12:54:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2.ebuild,v 1.4 2006/10/11 11:59:32 nelchael Exp $ inherit eutils @@ -18,7 +18,8 @@ IUSE="" DEPEND=">=x11-libs/fltk-1.1.4 >=dev-libs/libpcre-5.0 >=media-libs/libpng-1.2.8 - >=media-libs/jpeg-6b-r4" + >=media-libs/jpeg-6b-r4 + || ( x11-libs/libXpm virtual/x11 )" src_unpack() { unpack ${A} @@ -33,6 +34,10 @@ src_compile() { } src_install() { - emake PREFIX=${D}/usr BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man DOCDIR=${D}/usr/share/doc/stripclub install || die - dodoc readme.txt FAQ + make \ + PREFIX=${D}/usr \ + BINDIR=${D}/usr/bin \ + MANDIR=${D}/usr/share/man \ + DOCDIR=${D}/usr/share/doc/${P} \ + install || die } |