summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/geekcredit/geekcredit-0.015.ebuild')
-rw-r--r--net-misc/geekcredit/geekcredit-0.015.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/geekcredit/geekcredit-0.015.ebuild b/net-misc/geekcredit/geekcredit-0.015.ebuild
deleted file mode 100644
index c2a9c0d04e0b..000000000000
--- a/net-misc/geekcredit/geekcredit-0.015.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/geekcredit/geekcredit-0.015.ebuild,v 1.5 2004/07/17 15:38:03 zul Exp $
-
-inherit python
-
-MY_P=${P/geekcredit/gc}
-IUSE=""
-DESCRIPTION="Digial complementary currency for internet."
-SRC_URI="http://download.gna.org/geekcredit/${MY_P}.tgz"
-HOMEPAGE="http://www.geekcredit.org/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-DEPEND="virtual/python
- app-crypt/gnupg"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- einfo "There is nothing to compile."
-}
-
-src_install() {
- python_version
- dobin GCPocket.py
- dodoc *.txt
- cp test.sh ${D}/usr/share/doc/${P}/
- insinto /usr/lib/python${PYVER}/site-packages/
- doins GeekCredit.py
- insinto /etc
- doins gc.cfg
-}
-
-pkg_postinst() {
- einfo
- einfo "Look at /usr/share/doc/${P}/test.sh for examples of most commands."
- einfo
-}