diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-11-22 00:27:05 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-11-22 00:27:05 +0000 |
commit | 0ae5532a8418a3f7a4ebf35e2358b0ccbc0530e8 (patch) | |
tree | 0641391a3b64f126cd1d23078357f36ae24be251 /x11-misc/revelation | |
parent | old (diff) | |
download | gentoo-2-0ae5532a8418a3f7a4ebf35e2358b0ccbc0530e8.tar.gz gentoo-2-0ae5532a8418a3f7a4ebf35e2358b0ccbc0530e8.tar.bz2 gentoo-2-0ae5532a8418a3f7a4ebf35e2358b0ccbc0530e8.zip |
rm
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r-- | x11-misc/revelation/revelation-0.4.11-r1.ebuild | 47 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.11.ebuild | 47 |
2 files changed, 0 insertions, 94 deletions
diff --git a/x11-misc/revelation/revelation-0.4.11-r1.ebuild b/x11-misc/revelation/revelation-0.4.11-r1.ebuild deleted file mode 100644 index a979fb39d375..000000000000 --- a/x11-misc/revelation/revelation-0.4.11-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/10/05 23:16:42 nyhm Exp $ - -inherit eutils multilib python gnome2 - -DESCRIPTION="A password manager for GNOME" -HOMEPAGE="http://oss.codepoet.no/revelation/" -SRC_URI="ftp://oss.codepoet.no/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-python/pygtk - dev-python/pycrypto - dev-python/gnome-applets-python - dev-python/gnome-python - dev-python/gnome-python-extras - sys-libs/cracklib" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_unpack() { - gnome2_src_unpack - ln -sf $(type -P true) py-compile - epatch "${FILESDIR}"/${P}-list-index.patch -} - -src_compile() { - gnome2_src_compile \ - --disable-dependency-tracking \ - --disable-desktop-update \ - --disable-mime-update -} - -pkg_postinst() { - gnome2_pkg_postinst - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup -} diff --git a/x11-misc/revelation/revelation-0.4.11.ebuild b/x11-misc/revelation/revelation-0.4.11.ebuild deleted file mode 100644 index 051a09684b4e..000000000000 --- a/x11-misc/revelation/revelation-0.4.11.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 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.ebuild,v 1.8 2008/05/29 18:20:23 hawking Exp $ - -inherit multilib python gnome2 - -DESCRIPTION="A password manager for GNOME" -HOMEPAGE="http://oss.codepoet.no/revelation/" -SRC_URI="ftp://oss.codepoet.no/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-python/gnome-python-desktop - dev-python/pygtk - dev-python/pycrypto - sys-libs/cracklib - dev-python/gnome-python-extras" - -src_unpack() { - gnome2_src_unpack - ln -sf /bin/true py-compile -} - -src_compile() { - gnome2_src_compile \ - --disable-dependency-tracking \ - --disable-desktop-update \ - --disable-mime-update -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README TODO" gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup -} |