summaryrefslogtreecommitdiff
path: root/net-misc/getht/getht-0.1.ebuild
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-06-25 21:12:45 +0100
committerNick White <git@njw.me.uk>2010-06-25 21:12:45 +0100
commit6112161bcd47b60a9ae628aea0f2c9f367b250cb (patch)
tree30f6a092af07f6df5bf0c8986d60d063776e8efc /net-misc/getht/getht-0.1.ebuild
parenta52989a6babf469d00894736e5865908fa5e2f71 (diff)
downloadnjw-gentoo-local-6112161bcd47b60a9ae628aea0f2c9f367b250cb.tar.bz2
njw-gentoo-local-6112161bcd47b60a9ae628aea0f2c9f367b250cb.zip
Update getht ebuild
Diffstat (limited to 'net-misc/getht/getht-0.1.ebuild')
-rw-r--r--net-misc/getht/getht-0.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/getht/getht-0.1.ebuild b/net-misc/getht/getht-0.1.ebuild
deleted file mode 100644
index 7c30c2b..0000000
--- a/net-misc/getht/getht-0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit autotools
-
-DESCRIPTION="A free application to download issues of Hinduism Today"
-HOMEPAGE="http://www.nongnu.org/getht/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- >=net-misc/curl-7.7.2"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}