summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'private/app-arch/reprepro')
-rw-r--r--private/app-arch/reprepro/Manifest4
-rw-r--r--private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch51
-rw-r--r--private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch22
-rw-r--r--private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild45
4 files changed, 0 insertions, 122 deletions
diff --git a/private/app-arch/reprepro/Manifest b/private/app-arch/reprepro/Manifest
deleted file mode 100644
index 2c80915..0000000
--- a/private/app-arch/reprepro/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX reprepro-2.2.4-db4.5.patch 1908 RMD160 75df764e5fc0d8c35db33147dca26adcf663ae98 SHA1 50894d8766c81e872c22953aabb5166f8b3e7153 SHA256 2ad14099f977273d231ff74d169f1195f8fb8e7eb87f3a6e159f542303869dcf
-AUX reprepro-2.2.4-gpgme.patch 795 RMD160 f9338227b3def706a7e646ba519c11b06360189c SHA1 02a45191e27a536693ae84c79410f0d5458e5db5 SHA256 bff79373963861f54b6e07db09461b3d01af3499dbf3a78590f22e6f165397c6
-DIST reprepro_2.2.4.orig.tar.gz 363292 RMD160 901f5c60fb26339b20446053d18d118b2daf4e19 SHA1 32fdd7acc1196a769d6e0a8f55e9ba110c99d34c SHA256 5bcc1b21b622ee24962b17827cfbc36db17bbcb5c78347a07ab5a85b22c2d0eb
-EBUILD reprepro-2.2.4-r1.ebuild 842 RMD160 c64131bb354fd4d45f95fe9fa8d43d9ab3f37041 SHA1 51619cea3dff27722e6dad6b099054999412a0b2 SHA256 4e17c5d0813039d0bebc619ae1bdfb5b50fab121a12bb871323a754af7d558b3
diff --git a/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch b/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch
deleted file mode 100644
index 1b8a423..0000000
--- a/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -31,6 +31,9 @@ AC_ARG_WITH(libdb,
- 4.4)
- DB_WANT_VERSION=4.4
- ;;
-+ 4.5)
-+ DB_WANT_VERSION=4.5
-+ ;;
- ?|?.?)
- AC_MSG_ERROR([Unknown --with-libdb argument $withval])
- ;;
-@@ -71,6 +74,12 @@ elif test "x$DB_VERSION_MAJOR" = "x4" -a
- elif test "$DB_WANT_VERSION" != "4.4" ; then
- AC_MSG_ERROR([Found libdb major version $DB_VERSION_MAJOR.$DB_VERSION_MINOR, need $DB_WANT_VERSION])
- fi
-+elif test "x$DB_VERSION_MAJOR" = "x4" -a "x$DB_VERSION_MINOR" = "x5" ; then
-+ if test "$DB_WANT_VERSION" = "any" ; then
-+ DB_WANT_VERSION=4.5
-+ elif test "$DB_WANT_VERSION" != "4.5" ; then
-+ AC_MSG_ERROR([Found libdb major version $DB_VERSION_MAJOR.$DB_VERSION_MINOR, need $DB_WANT_VERSION])
-+ fi
- else
- AC_MSG_ERROR([Unsupported libdb major $DB_VERSION_MAJOR minor $DB_VERSION_MINOR
- Only 4.3 (stronly recommended) or 3.2 or 4.4 are supported])
-@@ -78,6 +87,12 @@ fi
-
- # now we have a header with the expected version, check for the library:
- case "$DB_WANT_VERSION" in
-+4.5)
-+ AC_CHECK_LIB(db-4.5,db_create,[dnl
-+ AC_DEFINE_UNQUOTED(AS_TR_CPP(LIBDB_VERSION),45)
-+ DBLIBS="-ldb-4.5 $DBLIBS"
-+ ],[AC_MSG_ERROR(["no libdb-4.5 found"])],[$DBLIBS])
-+;;
- 4.4)
- AC_CHECK_LIB(db-4.4,db_create,[dnl
- AC_DEFINE_UNQUOTED(AS_TR_CPP(LIBDB_VERSION),44)
---- a/globals.h
-+++ b/globals.h
-@@ -40,7 +40,9 @@ enum config_option_owner { CONFIG_OWNER
- CONFIG_OWNER_FILE,
- CONFIG_OWNER_ENVIRONMENT,
- CONFIG_OWNER_CMDLINE};
--#if LIBDB_VERSION == 44
-+#if LIBDB_VERSION == 45
-+#define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
-+#elif LIBDB_VERSION == 44
- #define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
- #elif LIBDB_VERSION == 43
- #define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
diff --git a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch b/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch
deleted file mode 100644
index f0dd393..0000000
--- a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -120,7 +120,7 @@ AC_SUBST([DBCPPFLAGS])
- AC_CHECK_LIB(z,gzopen,,[AC_MSG_ERROR(["no zlib found"])],)
- AC_CHECK_LIB(gpg-error,gpg_strsource,,[AC_MSG_ERROR(["no libgpg-error found"])],)
- AC_CHECK_LIB(gpgme,gpgme_get_protocol_name,,[AC_MSG_ERROR(["no libgpgme found (need at least 0.4.1)"])],)
--AC_CHECK_HEADER(gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])])
-+AC_CHECK_HEADER(gpgme/gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])])
-
- AC_ARG_WITH(libbz2,
- [ --with-libbz2=path|yes|no Give path to prefix libbz2 was installed with],[dnl
---- a/signature.c
-+++ b/signature.c
-@@ -25,7 +25,7 @@
- #include <string.h>
- #include <malloc.h>
- #include <fcntl.h>
--#include <gpgme.h>
-+#include <gpgme/gpgme.h>
- #include "error.h"
- #include "ignore.h"
- #include "mprintf.h"
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
-}