summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-04-20 19:15:55 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-04-20 19:15:55 +0000
commit4f204a5d6ab67e0f4aba2371c47657ecb834d02c (patch)
tree3fa1ac5db4e84ccd210143b36dd9c16b134607e1 /x11-misc/revelation
parentremove libchipcard-specific stuff in ccid (diff)
downloadgentoo-2-4f204a5d6ab67e0f4aba2371c47657ecb834d02c.tar.gz
gentoo-2-4f204a5d6ab67e0f4aba2371c47657ecb834d02c.tar.bz2
gentoo-2-4f204a5d6ab67e0f4aba2371c47657ecb834d02c.zip
rm old version
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r--x11-misc/revelation/files/digest-revelation-0.4.73
-rw-r--r--x11-misc/revelation/revelation-0.4.7.ebuild51
2 files changed, 0 insertions, 54 deletions
diff --git a/x11-misc/revelation/files/digest-revelation-0.4.7 b/x11-misc/revelation/files/digest-revelation-0.4.7
deleted file mode 100644
index b1b1143bba92..000000000000
--- a/x11-misc/revelation/files/digest-revelation-0.4.7
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 545563
-RMD160 ea8ad0e35663ec8d85d00bec18d69a2c5a8bc99f revelation-0.4.7.tar.bz2 545563
-SHA256 1e6026de081bede40557d59c3d0b6d5fb214129444f52ff4e4cb50ae2475dc91 revelation-0.4.7.tar.bz2 545563
diff --git a/x11-misc/revelation/revelation-0.4.7.ebuild b/x11-misc/revelation/revelation-0.4.7.ebuild
deleted file mode 100644
index 78e7318d30c3..000000000000
--- a/x11-misc/revelation/revelation-0.4.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.7.ebuild,v 1.3 2007/01/25 14:27:24 beandog Exp $
-
-inherit 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-2.16
- >=dev-python/pygtk-2.10.3
- dev-python/pycrypto
- sys-libs/cracklib
- dev-python/gnome-python-extras"
-
-src_unpack() {
- gnome2_src_unpack
- ln -sf /bin/true py-compile
- sed -i 's/gnome.applet/gnomeapplet/' \
- src/wrap/gnomemisc/gnomemisc.override \
- || die "sed failed"
-}
-
-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 "${ROOT}"usr/lib/python${PYVER}/site-packages/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup
-}