public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-libs/libunzip/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2d1685bcb0e9170e541c0208a8347171f539e995
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:11:49 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:11:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d1685bc

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 dev-libs/libunzip/ChangeLog            |    5 ++++-
 dev-libs/libunzip/libunzip-5.52.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libunzip/ChangeLog b/dev-libs/libunzip/ChangeLog
index fe424ae..486ff99 100644
--- a/dev-libs/libunzip/ChangeLog
+++ b/dev-libs/libunzip/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-libs/libunzip
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> libunzip-5.52.ebuild:
+  Sort inherit and/or USE
+
   23 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
   libunzip-5.52.ebuild:
   QA fixes

diff --git a/dev-libs/libunzip/libunzip-5.52.ebuild b/dev-libs/libunzip/libunzip-5.52.ebuild
index 7aa8d11..d34950f 100644
--- a/dev-libs/libunzip/libunzip-5.52.ebuild
+++ b/dev-libs/libunzip/libunzip-5.52.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="2"
 
-inherit eutils toolchain-funcs flag-o-matic
+inherit eutils flag-o-matic toolchain-funcs
 
 MY_PN="${PN#lib}"
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-libs/libunzip/
@ 2015-04-03 17:53 Guillaume Horel
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a54a47f9274da4bde57838ec16ab01ade1778b9c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:29:00 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:29:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a54a47f9

dev-libs/libunzip: Bump to EAPI=5

Package-Manager: portage-2.2.14

 dev-libs/libunzip/ChangeLog            |  6 ++++--
 dev-libs/libunzip/libunzip-5.52.ebuild | 16 ++++++++--------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libunzip/ChangeLog b/dev-libs/libunzip/ChangeLog
index 486ff99..daed8c0 100644
--- a/dev-libs/libunzip/ChangeLog
+++ b/dev-libs/libunzip/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-libs/libunzip
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> libunzip-5.52.ebuild:
+  Bump to EAPI=5
+
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> libunzip-5.52.ebuild:
   Sort inherit and/or USE
 
@@ -17,4 +20,3 @@
   +files/libunzip-5.52-no-exec-stack.patch, +metadata.xml,
   +libunzip-5.52.ebuild:
   Initial checkin to sci
-

diff --git a/dev-libs/libunzip/libunzip-5.52.ebuild b/dev-libs/libunzip/libunzip-5.52.ebuild
index 0a89ee6..a9140e2 100644
--- a/dev-libs/libunzip/libunzip-5.52.ebuild
+++ b/dev-libs/libunzip/libunzip-5.52.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -41,14 +41,14 @@ src_prepare() {
 
 src_compile() {
 	append-lfs-flags #104315
-	emake -f unix/Makefile linux_shlib || die "emake failed"
+	emake -f unix/Makefile linux_shlib
 }
 
 src_install() {
-	dolib.so ${PN}.so.0.4 || die
-	dolib.so ${PN}.so.0 || die
-	dolib.so ${PN}.so || die
-	dolib.a ${PN}.a || die
+	dolib.so ${PN}.so.0.4
+	dolib.so ${PN}.so.0
+	dolib.so ${PN}.so
+	dolib.a ${PN}.a
 	insinto /usr/include
-	doins unzip.h || die
+	doins unzip.h
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-03 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: dev-libs/libunzip/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03 17:53 Guillaume Horel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox