summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-29 22:45:57 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-29 22:45:57 +0000
commit49df751b9c66afc1fd1f1342e7ac441c19494646 (patch)
tree901389742eda16e4ff5039f39c3effae1d1acfd4 /app-arch/xar
parentbump patchset to fix a crash with MP4Client when no plugin exists or the loca... (diff)
downloadgentoo-2-49df751b9c66afc1fd1f1342e7ac441c19494646.tar.gz
gentoo-2-49df751b9c66afc1fd1f1342e7ac441c19494646.tar.bz2
gentoo-2-49df751b9c66afc1fd1f1342e7ac441c19494646.zip
Version bump.
(Portage version: 2.1.4)
Diffstat (limited to 'app-arch/xar')
-rw-r--r--app-arch/xar/ChangeLog9
-rw-r--r--app-arch/xar/files/digest-xar-1.5.23
-rw-r--r--app-arch/xar/xar-1.5.2.ebuild25
3 files changed, 35 insertions, 2 deletions
diff --git a/app-arch/xar/ChangeLog b/app-arch/xar/ChangeLog
index 08b41eab1b06..fcd6ec800ce0 100644
--- a/app-arch/xar/ChangeLog
+++ b/app-arch/xar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/xar
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.12 2007/12/10 17:27:40 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.13 2008/01/29 22:45:56 drac Exp $
+
+*xar-1.5.2 (29 Jan 2008)
+
+ 29 Jan 2008; Samuli Suominen <drac@gentoo.org> +xar-1.5.2.ebuild:
+ Version bump wrt #208110, thanks to Mcklaren for reporting.
10 Dec 2007; Jeroen Roovers <jer@gentoo.org> xar-1.5.1.ebuild:
Stable for HPPA (bug #201745).
diff --git a/app-arch/xar/files/digest-xar-1.5.2 b/app-arch/xar/files/digest-xar-1.5.2
new file mode 100644
index 000000000000..c983856e8c47
--- /dev/null
+++ b/app-arch/xar/files/digest-xar-1.5.2
@@ -0,0 +1,3 @@
+MD5 8eabb055d3387b8edc30ecfb08d2e80d xar-1.5.2.tar.gz 137973
+RMD160 e3fd6a2ea8b2812a66305f43182ed8e41f129808 xar-1.5.2.tar.gz 137973
+SHA256 4c5d5682803cdfab16d72365cf51fc4075d597c5eeaa8c7d1990fea98cdae3e6 xar-1.5.2.tar.gz 137973
diff --git a/app-arch/xar/xar-1.5.2.ebuild b/app-arch/xar/xar-1.5.2.ebuild
new file mode 100644
index 000000000000..256ca538793d
--- /dev/null
+++ b/app-arch/xar/xar-1.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 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.1 2008/01/29 22:45:56 drac Exp $
+
+EAPI=1
+
+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"
+IUSE="+bzip2"
+
+# bad. automagic acl and bzip2 linkage.
+RDEPEND="dev-libs/openssl
+ dev-libs/libxml2
+ bzip2? ( app-arch/bzip2 )"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc TODO
+}