diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-27 14:19:24 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-27 14:19:24 +0000 |
commit | e5b56ca010985b5c3568f979a05c05a438906fd7 (patch) | |
tree | 67d33c49e35bd9af61de95cfd90cfb2c5d5c4a8d /app-arch | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-e5b56ca010985b5c3568f979a05c05a438906fd7.tar.gz gentoo-2-e5b56ca010985b5c3568f979a05c05a438906fd7.tar.bz2 gentoo-2-e5b56ca010985b5c3568f979a05c05a438906fd7.zip |
Version bump (taken from Flameeyes overlay)
(Portage version: 2.1.2-r11)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bsdtar/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/bsdtar/bsdtar-2.0_beta15.ebuild (renamed from app-arch/bsdtar/bsdtar-2.0_beta13.ebuild) | 3 | ||||
-rw-r--r-- | app-arch/bsdtar/files/digest-bsdtar-2.0_beta13 | 3 | ||||
-rw-r--r-- | app-arch/bsdtar/files/digest-bsdtar-2.0_beta15 | 3 | ||||
-rw-r--r-- | app-arch/bsdtar/files/libarchive-2.0b12-tests.patch | 32 |
5 files changed, 12 insertions, 38 deletions
diff --git a/app-arch/bsdtar/ChangeLog b/app-arch/bsdtar/ChangeLog index 1b2eb8ac40e9..9b0d79876d47 100644 --- a/app-arch/bsdtar/ChangeLog +++ b/app-arch/bsdtar/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-arch/bsdtar # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/ChangeLog,v 1.54 2007/02/26 14:34:32 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/ChangeLog,v 1.55 2007/02/27 14:19:23 drizzt Exp $ + +*bsdtar-2.0_beta15 (27 Feb 2007) + + 27 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> + -files/libarchive-2.0b12-tests.patch, -bsdtar-2.0_beta13.ebuild, + +bsdtar-2.0_beta15.ebuild: + Version bump (taken from Flameeyes overlay) *bsdtar-2.0_beta13 (26 Feb 2007) diff --git a/app-arch/bsdtar/bsdtar-2.0_beta13.ebuild b/app-arch/bsdtar/bsdtar-2.0_beta15.ebuild index b9ac42e7691a..e806b1f70eb7 100644 --- a/app-arch/bsdtar/bsdtar-2.0_beta13.ebuild +++ b/app-arch/bsdtar/bsdtar-2.0_beta15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/bsdtar-2.0_beta13.ebuild,v 1.1 2007/02/26 14:34:32 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/bsdtar-2.0_beta15.ebuild,v 1.1 2007/02/27 14:19:23 drizzt Exp $ inherit eutils autotools toolchain-funcs flag-o-matic @@ -35,7 +35,6 @@ src_unpack() { epatch "${FILESDIR}"/libarchive-1.3.1-static.patch epatch "${FILESDIR}"/libarchive-2.0b6-acl.patch - epatch "${FILESDIR}"/libarchive-2.0b12-tests.patch eautoreconf epunt_cxx diff --git a/app-arch/bsdtar/files/digest-bsdtar-2.0_beta13 b/app-arch/bsdtar/files/digest-bsdtar-2.0_beta13 deleted file mode 100644 index e99783c03720..000000000000 --- a/app-arch/bsdtar/files/digest-bsdtar-2.0_beta13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 573a198e21bf4735ba3f01f35c865dea libarchive-2.0b13.tar.gz 566970 -RMD160 4a9a522b924347db1c157a08a6c88d4b7a7deb6a libarchive-2.0b13.tar.gz 566970 -SHA256 135cd65e91964faf491915618a3084655954aaab123eb5d6c485d3a62b3acfb2 libarchive-2.0b13.tar.gz 566970 diff --git a/app-arch/bsdtar/files/digest-bsdtar-2.0_beta15 b/app-arch/bsdtar/files/digest-bsdtar-2.0_beta15 new file mode 100644 index 000000000000..04754e81cc9d --- /dev/null +++ b/app-arch/bsdtar/files/digest-bsdtar-2.0_beta15 @@ -0,0 +1,3 @@ +MD5 b697b4c86edf69ef437682a0acd5d3ff libarchive-2.0b15.tar.gz 567449 +RMD160 0d28f03687a0932549e3465a3ea6b5ab5e5a9399 libarchive-2.0b15.tar.gz 567449 +SHA256 2073cf729c41bde74464e0e07c09d66e8bfea73d14ceddf200df4879c31598f8 libarchive-2.0b15.tar.gz 567449 diff --git a/app-arch/bsdtar/files/libarchive-2.0b12-tests.patch b/app-arch/bsdtar/files/libarchive-2.0b12-tests.patch deleted file mode 100644 index 714e2192ef49..000000000000 --- a/app-arch/bsdtar/files/libarchive-2.0b12-tests.patch +++ /dev/null @@ -1,32 +0,0 @@ -Index: libarchive-2.0b12/libarchive/test/test_read_extract.c -=================================================================== ---- libarchive-2.0b12.orig/libarchive/test/test_read_extract.c -+++ libarchive-2.0b12/libarchive/test/test_read_extract.c -@@ -126,7 +126,11 @@ DEFINE_TEST(test_read_extract) - assert(0 == stat("dir4/c", &st)); - assert(st.st_mode == (S_IFDIR | 0711)); - assert(0 == lstat("symlink", &st)); -+#ifdef __linux__ -+ assert(st.st_mode == (S_IFLNK | 0777)); -+#else - assert(st.st_mode == (S_IFLNK | 0755)); -+#endif - assert(0 == stat("symlink", &st)); - assert(st.st_mode == (S_IFREG | 0755)); - -Index: libarchive-2.0b12/libarchive/test/test_write_disk_secure.c -=================================================================== ---- libarchive-2.0b12.orig/libarchive/test/test_write_disk_secure.c -+++ libarchive-2.0b12/libarchive/test/test_write_disk_secure.c -@@ -88,7 +88,11 @@ DEFINE_TEST(test_write_disk_secure) - - assert(0 == lstat("link_to_dir", &st)); - failure("link_to_dir: st.st_mode=%o", st.st_mode); -+#ifdef __linux__ -+ assert((st.st_mode & 07777) == 0777); -+#else - assert((st.st_mode & 07777) == 0755); -+#endif - failure("link_to_dir: st.st_mode=%o", st.st_mode); - assert(S_ISLNK(st.st_mode)); - |