diff options
author | 2010-01-07 20:30:17 +0000 | |
---|---|---|
committer | 2010-01-07 20:30:17 +0000 | |
commit | 5c27770c8754621df1b10e3a72c02ef06d48f159 (patch) | |
tree | 1d80b0a11cb4c32e30eb2d315d93ded2686c9400 /x11-misc/revelation/revelation-0.4.11-r2.ebuild | |
parent | Set empty HOMEPAGE and LICENSE (diff) | |
download | gentoo-2-5c27770c8754621df1b10e3a72c02ef06d48f159.tar.gz gentoo-2-5c27770c8754621df1b10e3a72c02ef06d48f159.tar.bz2 gentoo-2-5c27770c8754621df1b10e3a72c02ef06d48f159.zip |
Remove useless libtool file and static lib, bug #299096
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/revelation/revelation-0.4.11-r2.ebuild')
-rw-r--r-- | x11-misc/revelation/revelation-0.4.11-r2.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/revelation/revelation-0.4.11-r2.ebuild b/x11-misc/revelation/revelation-0.4.11-r2.ebuild index 93eed7894b37..fab9b0c27463 100644 --- a/x11-misc/revelation/revelation-0.4.11-r2.ebuild +++ b/x11-misc/revelation/revelation-0.4.11-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.5 2009/04/22 19:48:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.6 2010/01/07 20:30:16 nyhm Exp $ inherit autotools eutils multilib python gnome2 @@ -12,8 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" - -RESTRICT=test +RESTRICT="test" DEPEND="dev-python/pygtk dev-python/pycrypto @@ -25,8 +24,6 @@ DEPEND="dev-python/pygtk sys-libs/cracklib" RDEPEND="${DEPEND}" -DOCS="AUTHORS ChangeLog NEWS README TODO" - src_unpack() { gnome2_src_unpack ln -sf $(type -P true) py-compile @@ -43,6 +40,13 @@ src_compile() { --disable-mime-update } +src_install() { + DOCS="AUTHORS ChangeLog NEWS README TODO" \ + gnome2_src_install + python_version + rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/crack.la +} + pkg_postinst() { gnome2_pkg_postinst python_version |