diff options
author | 2008-07-04 14:34:27 +0000 | |
---|---|---|
committer | 2008-07-04 14:34:27 +0000 | |
commit | e182f27a071893c7e12a017221916c43fe659163 (patch) | |
tree | 8619efa9c59a63ae7f3c29cbd22dc9afa97a2352 /app-arch/libarchive | |
parent | mailman bump to 2.1.11 (diff) | |
download | gentoo-2-e182f27a071893c7e12a017221916c43fe659163.tar.gz gentoo-2-e182f27a071893c7e12a017221916c43fe659163.tar.bz2 gentoo-2-e182f27a071893c7e12a017221916c43fe659163.zip |
Version bump, remove old beta.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r-- | app-arch/libarchive/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch | 15 | ||||
-rw-r--r-- | app-arch/libarchive/libarchive-2.5.5.ebuild (renamed from app-arch/libarchive/libarchive-2.5.4_beta.ebuild) | 4 |
3 files changed, 9 insertions, 19 deletions
diff --git a/app-arch/libarchive/ChangeLog b/app-arch/libarchive/ChangeLog index 7f65905a01e3..f5c15fe0f12a 100644 --- a/app-arch/libarchive/ChangeLog +++ b/app-arch/libarchive/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-arch/libarchive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.26 2008/05/26 12:17:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.27 2008/07/04 14:34:27 flameeyes Exp $ + +*libarchive-2.5.5 (04 Jul 2008) + + 04 Jul 2008; Diego Pettenò <flameeyes@gentoo.org> + -files/libarchive-2.5.4b-glibc.patch, -libarchive-2.5.4_beta.ebuild, + +libarchive-2.5.5.ebuild: + Version bump, remove old beta. *libarchive-2.5.4_beta (26 May 2008) diff --git a/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch b/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch deleted file mode 100644 index 2b25204030c3..000000000000 --- a/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: libarchive-2.5.4b/tar/subst.c -=================================================================== ---- libarchive-2.5.4b.orig/tar/subst.c -+++ libarchive-2.5.4b/tar/subst.c -@@ -29,6 +29,10 @@ __FBSDID("$FreeBSD$"); - #if HAVE_REGEX_H - #include "bsdtar.h" - -+#ifndef REG_BASIC -+# define REG_BASIC 0 -+#endif -+ - #include <errno.h> - #include <regex.h> - #include <stdlib.h> diff --git a/app-arch/libarchive/libarchive-2.5.4_beta.ebuild b/app-arch/libarchive/libarchive-2.5.5.ebuild index df2d2669fcd3..bc23b900f741 100644 --- a/app-arch/libarchive/libarchive-2.5.4_beta.ebuild +++ b/app-arch/libarchive/libarchive-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-2.5.4_beta.ebuild,v 1.1 2008/05/26 12:17:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-2.5.5.ebuild,v 1.1 2008/07/04 14:34:27 flameeyes Exp $ MY_P="${P/_beta/b}" @@ -33,8 +33,6 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${MY_P}-glibc.patch" - elibtoolize epunt_cxx } |