diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-21 06:37:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-21 06:37:09 +0000 |
commit | 0ffad696b11360a739d6a07ac5fedf9cc3885fd3 (patch) | |
tree | 05ac96843462c4822dc3aeb51f86de8e8562eec7 /app-arch/xar | |
parent | Add message about removing unused patch. (diff) | |
download | gentoo-2-0ffad696b11360a739d6a07ac5fedf9cc3885fd3.tar.gz gentoo-2-0ffad696b11360a739d6a07ac5fedf9cc3885fd3.tar.bz2 gentoo-2-0ffad696b11360a739d6a07ac5fedf9cc3885fd3.zip |
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/xar/xar-1.5.2.ebuild | 39 |
2 files changed, 5 insertions, 41 deletions
diff --git a/app-arch/xar/ChangeLog b/app-arch/xar/ChangeLog index 3bdc80c00b36..1558dcd9644d 100644 --- a/app-arch/xar/ChangeLog +++ b/app-arch/xar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/xar -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.24 2012/08/26 17:02:08 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.25 2014/01/21 06:37:09 patrick Exp $ + + 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -xar-1.5.2.ebuild: + Remove old 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xar-1.5.2-r1.ebuild: alpha/ia64/sparc stable wrt #418509 diff --git a/app-arch/xar/xar-1.5.2.ebuild b/app-arch/xar/xar-1.5.2.ebuild deleted file mode 100644 index 8bd3d1bc68b6..000000000000 --- a/app-arch/xar/xar-1.5.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/xar-1.5.2.ebuild,v 1.5 2010/01/01 19:45:42 fauli Exp $ - -EAPI=1 - -inherit autotools eutils - -DESCRIPTION="an easily extensible archive format" -HOMEPAGE="http://code.google.com/p/xar" -SRC_URI="http://xar.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="acl +bzip2" - -DEPEND="dev-libs/openssl - dev-libs/libxml2 - sys-libs/zlib - acl? ( sys-apps/acl ) - bzip2? ( app-arch/bzip2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-automagic_acl_and_bzip2.patch - eautoconf -} - -src_compile() { - econf $(use_enable acl) $(use_enable bzip2) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc TODO -} |