summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild')
-rw-r--r--private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild b/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild
deleted file mode 100644
index 8c36db2..0000000
--- a/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils autotools
-
-DESCRIPTION=""
-HOMEPAGE=""
-SRC_URI="mirror://debian/pool/main/r/reprepro/reprepro_${PV}.orig.tar.gz"
-
-LICENSE="GPL-v2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="bzip2"
-
-DEPEND="app-crypt/gnupg
- =sys-libs/db-4.5*
- app-arch/libarchive
- bzip2? ( app-arch/bzip2 )
- app-crypt/gpgme"
-RDEPEND="${DEPEND}
- app-arch/apt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-db4.5.patch
- epatch "${FILESDIR}"/${P}-gpgme.patch
- eautoreconf
-}
-
-src_compile() {
- cd "${S}"
-
- econf \
- --with-libdb=4.5 \
- --with-gpgme=/usr/include/gpgme || die "econf failed!"
- emake || die "emake failed!"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
- dodoc ChangeLog TODO README NEWS
-}