diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 11:41:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 11:41:06 +0000 |
commit | 106a3a68e3bf2f446c14d33a65da0f5b51937675 (patch) | |
tree | 880407c759dd4d0239e250a6036368c87870471a /app-arch/bsdtar | |
parent | Use eautoreconf, so that it returns to work on OSX. Don't mangle .so librarie... (diff) | |
download | gentoo-2-106a3a68e3bf2f446c14d33a65da0f5b51937675.tar.gz gentoo-2-106a3a68e3bf2f446c14d33a65da0f5b51937675.tar.bz2 gentoo-2-106a3a68e3bf2f446c14d33a65da0f5b51937675.zip |
Re-added osx patch as it's still needed, I trusted upstream on that but direct test shown it's not as it was told.
(Portage version: 2.0.51.22)
Diffstat (limited to 'app-arch/bsdtar')
-rw-r--r-- | app-arch/bsdtar/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/bsdtar/bsdtar-1.02.030.ebuild | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/app-arch/bsdtar/ChangeLog b/app-arch/bsdtar/ChangeLog index c2a976695eb7..626d11186911 100644 --- a/app-arch/bsdtar/ChangeLog +++ b/app-arch/bsdtar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/bsdtar # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/ChangeLog,v 1.7 2005/08/28 21:51:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/ChangeLog,v 1.8 2005/08/30 11:41:06 flameeyes Exp $ + + 30 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> bsdtar-1.02.030.ebuild: + Re-added osx patch as it's still needed, I trusted upstream on that but + direct test shown it's not as it was told. *bsdtar-1.02.030 (28 Aug 2005) diff --git a/app-arch/bsdtar/bsdtar-1.02.030.ebuild b/app-arch/bsdtar/bsdtar-1.02.030.ebuild index c107f4c61e40..5a5088b1fe09 100644 --- a/app-arch/bsdtar/bsdtar-1.02.030.ebuild +++ b/app-arch/bsdtar/bsdtar-1.02.030.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/bsdtar-1.02.030.ebuild,v 1.1 2005/08/28 21:51:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdtar/bsdtar-1.02.030.ebuild,v 1.2 2005/08/30 11:41:06 flameeyes Exp $ inherit eutils flag-o-matic @@ -21,6 +21,13 @@ RDEPEND="app-arch/bzip2 DEPEND="~dev-libs/libarchive-${PV} ${RDEPEND}" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-osx.patch +} + src_compile() { ( use static || use build ) && append-ldflags -static |