kensington    14/03/14 07:48:06

  Modified:             ChangeLog
  Added:                libzip-0.11.2.ebuild
  Log:
  Version bump.
  
  Switch to XZ tarball and remove unneeded ebuild cruft that has accumulated 
over the years.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.73                 dev-libs/libzip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   5 Sep 2013 14:53:54 -0000       1.72
+++ ChangeLog   14 Mar 2014 07:48:06 -0000      1.73
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libzip
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.72 2013/09/05 
14:53:54 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.73 2014/03/14 
07:48:06 kensington Exp $
+
+*libzip-0.11.2 (14 Mar 2014)
+
+  14 Mar 2014; Michael Palimaka <kensing...@gentoo.org>
+  +files/libzip-0.11.2-headers.patch, +libzip-0.11.2.ebuild:
+  Version bump.  Switch to XZ tarball and remove unneeded ebuild cruft that has
+  accumulated over the years.
 
   05 Sep 2013; Michael Palimaka <kensing...@gentoo.org> -libzip-0.11.ebuild:
   Remove old.



1.1                  dev-libs/libzip/libzip-0.11.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild?rev=1.1&content-type=text/plain

Index: libzip-0.11.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.1 
2014/03/14 07:48:06 kensington Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils

DESCRIPTION="Library for manipulating zip archives"
HOMEPAGE="http://www.nih.at/libzip/";
SRC_URI="http://www.nih.at/libzip/${P}.tar.xz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
        app-arch/xz-utils
"

DOCS=( AUTHORS NEWS README THANKS )

PATCHES=(
        "${FILESDIR}/${PN}-0.11.2-headers.patch"
        "${FILESDIR}/${PN}-0.11-fix_pkgconfig.patch"
)




Reply via email to