* [gentoo-commits] repo/gentoo:master commit in: dev-libs/vrb/
@ 2016-09-10 15:29 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-09-10 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 52441593c9d16bfdd40558b8b00fee44bf65a294
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 15:27:58 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 15:29:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52441593
dev-libs/vrb: EAPI 6 bump.
Package-Manager: portage-2.2.28
dev-libs/vrb/vrb-0.5.1-r1.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/dev-libs/vrb/vrb-0.5.1-r1.ebuild b/dev-libs/vrb/vrb-0.5.1-r1.ebuild
new file mode 100644
index 00000000..86693d9
--- /dev/null
+++ b/dev-libs/vrb/vrb-0.5.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Library for a virtual ring buffer"
+HOMEPAGE="http://vrb.slashusr.org/"
+SRC_URI="http://vrb.slashusr.org/download/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="static"
+RESTRICT="strip"
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+ sys-libs/glibc"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-configure.patch
+)
+
+DOCS=( README )
+
+src_configure() {
+ CC="$(tc-getCC)" ./configure --prefix=/usr || die "Configure failed!"
+}
+
+src_install() {
+ insinto /usr/include
+ doins build/include/vrb.h
+
+ mkdir "${D}"usr/lib || die
+
+ if use static; then
+ cp build/lib/libvrb.a* "${D}"usr/lib/ || die
+ fi
+
+ cp build/lib/libvrb.so* "${D}"usr/lib/ || die
+
+ dobin build/bin/vbuf
+ doman vrb/man/man3/*.3
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/vrb/
@ 2016-09-10 15:29 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-09-10 15:29 UTC (permalink / raw
To: gentoo-commits
commit: cd9577c14e82cacfbaeece400a3a4982b51c6365
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 15:29:13 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 15:29:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9577c1
dev-libs/vrb: Clean up old.
Package-Manager: portage-2.2.28
dev-libs/vrb/Manifest | 1 -
dev-libs/vrb/vrb-0.3.0.ebuild | 51 -------------------------------------------
dev-libs/vrb/vrb-0.5.1.ebuild | 43 ------------------------------------
3 files changed, 95 deletions(-)
diff --git a/dev-libs/vrb/Manifest b/dev-libs/vrb/Manifest
index 51066fc..61c7c38 100644
--- a/dev-libs/vrb/Manifest
+++ b/dev-libs/vrb/Manifest
@@ -1,2 +1 @@
-DIST vrb-0.3.0.tar.gz 30228 SHA256 982a7b0c49db88b61a2ebd7fd442d691548a5ab7e3cacd90431a045c314ed99c SHA512 7a79497a1497afb72c02c404fe628042bfc39ded06ec92d6d835948aaa3d9ee7a595e3e0a379515d2ebb498422f9a9c493853a75831180892e8e9070d6bb2f95 WHIRLPOOL 62cdac11c824b93627061c23c20cc88e040a36a646c8e305ed7647f0584a1cc1d33ed660a9e9447ec6e3737a60ef579c2e0fe3fa1c120018f32524cbd9b2c0a5
DIST vrb-0.5.1.tar.bz2 41106 SHA256 d579ed1998ef2d78e2ef8481a748d26e1fa12cdda806d2e31d8ec66ffb0e289f SHA512 0db418e659d4c7cfc38ed5774345d204a87ca72525ea1d86e15ee3a09ff66828df1c110e2c84336fc8789a94b3e05eda1a2c4881799e511a7f75b728e2bc0734 WHIRLPOOL 2033b40a2875dc374ba82188cb8ec98f1bfd26eaa2ed151f561537868f696bc7b509c8388f1ce6802b9a9ef4b689041a4d6391248363a1f7f672e6b9a3c25df4
diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild
deleted file mode 100644
index 8144ba0..00000000
--- a/dev-libs/vrb/vrb-0.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="library for a virtual ring buffer"
-HOMEPAGE="http://phil.ipal.org/freeware/vrb/"
-SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_compile() {
- #respecting CFLAGS and LDFLAGS
- sed -i "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS} ${LDFLAGS}\"/g" Configure
- sed -i "s/gcc -v/\${CC} \${COPTS}/g" Configure
-
- #respecting CC
- sed -i "s/gcc/\${CC}/g" Configure
-
- #omiting -Werror
- sed -i "s/-Werror//g" Configure
-
- CC="$(tc-getCC)" ./Configure \
- --prefix=/usr || die "./Configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- insinto /usr/include/libvrb/
- doins include/vrb.h
-
- dolib.so lib/libvrb.so.0.3.0
-
- dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so.0.3
- dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so.0
- dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so
-
- dobin bin/iobuffer
-
- dodoc README
-}
diff --git a/dev-libs/vrb/vrb-0.5.1.ebuild b/dev-libs/vrb/vrb-0.5.1.ebuild
deleted file mode 100644
index 26e7d4f..00000000
--- a/dev-libs/vrb/vrb-0.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Library for a virtual ring buffer"
-HOMEPAGE="http://vrb.slashusr.org/"
-SRC_URI="http://vrb.slashusr.org/download/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~sparc ~x86"
-IUSE="static"
-RESTRICT="strip"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
- epatch "${FILESDIR}"/${P}-configure.patch
-
- CC="$(tc-getCC)" ./configure --prefix=/usr || die "Configure failed!"
- make || die "Make failed!"
-}
-
-src_install() {
- insinto /usr/include
- doins build/include/vrb.h
-
- mkdir "${D}"usr/lib
-
- if use static ; then
- cp build/lib/libvrb.a* "${D}"usr/lib/
- fi
-
- cp build/lib/libvrb.so* "${D}"usr/lib/
-
- dobin build/bin/vbuf
-
- dodoc README
- doman vrb/man/man3/*.3
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-10 15:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-10 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/vrb/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-09-10 15:29 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox