summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/pwman3/pwman3-0.0.5.ebuild')
-rw-r--r--app-admin/pwman3/pwman3-0.0.5.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/pwman3/pwman3-0.0.5.ebuild b/app-admin/pwman3/pwman3-0.0.5.ebuild
deleted file mode 100644
index 091021b..0000000
--- a/app-admin/pwman3/pwman3-0.0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-inherit distutils
-
-DESCRIPTION="console based password management application"
-HOMEPAGE="http://pwman.bleurgh.com/"
-MY_P="Pwman3-${PV}"
-S="${WORKDIR}/${MY_P}"
-SRC_URI="http://pwman.bleurgh.com/~ivan/pwman3/source/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-DEPEND=">=dev-python/pysqlite-2.0.0
- dev-python/pycrypto
- dev-python/celementtree"
-
-src_compile() {
- :
-}
-
-src_install() {
- distutils_src_install
-}