public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-23 13:51 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-23 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9cf06851669615c3e3751334d21cc8d60a7e6ae8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 13:50:50 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 13:51:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf06851

dev-cpp/libbinio: amd64 stable wrt bug #606842

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 841c189..8d26aed 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-03-01 18:42 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-03-01 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0201ff95259dcbfa01556bd885b3e7da121dd2b6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 18:26:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 18:26:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0201ff95

dev-cpp/libbinio: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-cpp/libbinio/libbinio-1.4.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild
deleted file mode 100644
index a994a06442d..00000000000
--- a/dev-cpp/libbinio/libbinio-1.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Binary I/O stream class library"
-HOMEPAGE="http://libbinio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="static-libs"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-cstdio.patch \
-		"${FILESDIR}"/${P}-texi.patch
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	rm -f "${ED}"usr/lib*/${PN}.la
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-03-01 10:08 Michael Weber
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-01 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5f77bbb4ff4b7d6a666b98a22fc3f1888eef1f4d
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 08:21:07 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 10:08:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f77bbb4

dev-cpp/libbinio: arm stable (bug 606842).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 5053df2727f..a17693bc3cc 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-02-03 19:43 Jeroen Roovers
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2017-02-03 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1f8058f42353632a99f2e8f1eaa7b3fcd8fa3bfa
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 19:42:17 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 19:42:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8058f4

dev-cpp/libbinio: Stable for HPPA (bug #606842).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index a7a0772..e059e0f 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-26 11:00 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-26 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dee0c66e82eec983a4c3f1da81f1beff6c7af81e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 11:00:22 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 11:00:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee0c66e

dev-cpp/libbinio: ppc stable wrt bug #606842

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 520026c..a7a0772 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-25 13:47 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2017-01-25 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     61bffd5de057e65b922afdc4eabf9b03db20220e
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 13:47:15 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 13:47:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bffd5d

dev-cpp/libbinio-1.4-r1: stable on alpha

Gentoo-Bug: 606842

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 13b7c34..2b3249a 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-24 11:46 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-24 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     387314e5e816b1b5ccfb644818c4bd1e82ec2194
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:46:09 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:46:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387314e5

dev-cpp/libbinio: ppc64 stable wrt bug #606842

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 71324ad..13b7c34 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-23 15:46 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-23 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     80537efd585088f848a9d4b84e7b8e5128130a5c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 15:46:09 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 15:46:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80537efd

dev-cpp/libbinio: x86 stable wrt bug #606842

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index 8d26aed..71324ad 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
@ 2017-01-22 18:30 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-01-22 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     989b0bb5c6ddb63518898b82759731e8b80a0b0d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:27:13 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 18:30:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989b0bb5

dev-cpp/libbinio: Remove eutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
index e4695da..841c189 100644
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="Binary I/O stream class library"
 HOMEPAGE="http://libbinio.sourceforge.net/"
@@ -14,11 +13,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
-DOCS=( AUTHORS NEWS README )
-
-DEPEND="
-	sys-apps/texinfo
-"
+RDEPEND=""
+DEPEND="sys-apps/texinfo"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cstdio.patch
@@ -31,5 +27,7 @@ src_configure() {
 
 src_install() {
 	default
-	prune_libtool_files
+
+	# package provides .pc files
+	find "${D}" -name '*.la' -delete || die
 }


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

end of thread, other threads:[~2017-03-01 18:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 13:51 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2017-03-01 18:42 David Seifert
2017-03-01 10:08 Michael Weber
2017-02-03 19:43 Jeroen Roovers
2017-01-26 11:00 Agostino Sarubbo
2017-01-25 13:47 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 15:46 Agostino Sarubbo
2017-01-22 18:30 David Seifert

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