commit:     718c73100fdb09f25b8210c738bd82998b8a3b3a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 09:03:18 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 09:06:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718c7310

dev-libs/vrb: removal.

 dev-libs/vrb/Manifest                        |  1 -
 dev-libs/vrb/files/vrb-0.5.1-configure.patch | 98 ----------------------------
 dev-libs/vrb/metadata.xml                    |  5 --
 dev-libs/vrb/vrb-0.5.1-r1.ebuild             | 48 --------------
 4 files changed, 152 deletions(-)

diff --git a/dev-libs/vrb/Manifest b/dev-libs/vrb/Manifest
deleted file mode 100644
index 61c7c38..00000000
--- a/dev-libs/vrb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vrb-0.5.1.tar.bz2 41106 SHA256 
d579ed1998ef2d78e2ef8481a748d26e1fa12cdda806d2e31d8ec66ffb0e289f SHA512 
0db418e659d4c7cfc38ed5774345d204a87ca72525ea1d86e15ee3a09ff66828df1c110e2c84336fc8789a94b3e05eda1a2c4881799e511a7f75b728e2bc0734
 WHIRLPOOL 
2033b40a2875dc374ba82188cb8ec98f1bfd26eaa2ed151f561537868f696bc7b509c8388f1ce6802b9a9ef4b689041a4d6391248363a1f7f672e6b9a3c25df4

diff --git a/dev-libs/vrb/files/vrb-0.5.1-configure.patch 
b/dev-libs/vrb/files/vrb-0.5.1-configure.patch
deleted file mode 100644
index 281efa6..00000000
--- a/dev-libs/vrb/files/vrb-0.5.1-configure.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-diff -NrU5 vrb-0.5.1.original/configure vrb-0.5.1/configure
---- vrb-0.5.1.original/configure       2009-08-05 19:22:47.000000000 -0600
-+++ vrb-0.5.1/configure        2009-08-05 19:57:15.000000000 -0600
-@@ -314,11 +314,11 @@
- #-----------------------------------------------------------------------------
- unamem=$( uname -m | tr ' ' '_' )
- unames=$( uname -s | tr ' ' '_' )
- unamer=$( uname -r | tr ' ' '_' )
- 
--gcc="gcc"
-+gcc=${CC}
- 
- lib_cp_cmd="${gcc}"
- pgm_cp_cmd="${gcc}"
- 
- lib_cc_cmd="${gcc}"
-@@ -331,23 +331,23 @@
- pgm_ld_cmd="${gcc}"
- 
- lib_def=( "${lib_def[@]}" "-DARCH_${unamem}" "-DARCH=${unamem}" )
- pgm_def=( "${pgm_def[@]}" "-DARCH_${unamem}" "-DARCH=${unamem}" )
- 
--lib_warn=( -Werror -Wall -Wnested-externs -Wno-cast-qual -Wno-trigraphs 
-Wuninitialized -Wwrite-strings )
--pgm_warn=( -Werror -Wall -Wnested-externs -Wno-cast-qual -Wno-trigraphs 
-Wuninitialized -Wwrite-strings )
-+lib_warn=(  -Wall -Wnested-externs -Wno-cast-qual -Wno-trigraphs 
-Wuninitialized -Wwrite-strings )
-+pgm_warn=(  -Wall -Wnested-externs -Wno-cast-qual -Wno-trigraphs 
-Wuninitialized -Wwrite-strings )
- 
- if [[ -n "${warninline}" ]]; then
-     lib_warn=( "${lib_warn[@]}" -Winline )
-     pgm_warn=( "${pgm_warn[@]}" -Winline )
- fi
- 
--lib_feat=( -fomit-frame-pointer -funsigned-char -funsigned-bitfields 
-fgnu-linker -frerun-loop-opt -finline -finline-functions -fmove-all-movables )
--pgm_feat=( -fomit-frame-pointer -funsigned-char -funsigned-bitfields 
-fgnu-linker -frerun-loop-opt -finline -finline-functions -fmove-all-movables )
-+lib_feat="${CFLAGS} ${LDFLAGS}"
-+pgm_feat="${CFLAGS} ${LDFLAGS}"
- 
--lib_cp_opt=( -pipe )
--pgm_cp_opt=( -pipe )
-+lib_cp_opt="${CFLAGS} ${LDFLAGS}"
-+pgm_cp_opt="${CFLAGS} ${LDFLAGS}"
- 
- if [[ -n "${std}" ]]; then
-     lib_cp_opt=( "${lib_cp_opt[@]}" "-std=${std}" )
-     pgm_cp_opt=( "${pgm_cp_opt[@]}" "-std=${std}" )
- fi
-@@ -375,11 +375,11 @@
- if [[ -n "${as_verbose}" ]]; then
-     lib_as_opt=( -v "${lib_as_opt[@]}" )
-     pgm_as_opt=( -v "${pgm_as_opt[@]}" )
- fi
- 
--lib_ld_opt=( -pipe -shared -nostdlib -nostartfiles )
-+lib_ld_opt=("${CFLAGS} ${LDFLAGS}" -pipe -shared -nostdlib -nostartfiles)
- pgm_ld_opt=( -pipe )
- if [[ -n "${ld_verbose}" ]]; then
-     lib_ld_opt=( -v "${lib_ld_opt[@]}" )
-     pgm_ld_opt=( -v "${pgm_ld_opt[@]}" )
- fi
-@@ -1266,11 +1266,11 @@
-       # Generate Makefile specs to compile library sources.
-       #----------------------------------------------------
-       class_product_src lib "${libname}" | while read srcname; do
-           vmsg 9 "Generating Makefile section: lib ${libname} ${srcname}"
-           srcdir=$( dirname "${srcname}" )
--          srcref="-I ${srcdir} -I ${source}/include -I- -I ./include 
${srcname}"
-+          srcref="-iquote ${srcdir} -iquote ${source}/include -I ./include 
${srcname}"
-           objname=$( echo "${srcname}" | gawk -F/ '{print $NF;}' | gawk -F. 
'BEGIN{OFS=".";}{$NF="o";print $0;}' )
-           for lc in arlib solib; do
-               [[ "${lc}" = "arlib" ]] && libfeat=( -DARLIBRARY=1 )
-               [[ "${lc}" = "solib" ]] && libfeat=( -DSOLIBRARY=1 -DfPIC=1 
-fPIC )
- 
-@@ -1352,11 +1352,11 @@
-           echo -n " obj/${pgmclass}/${pgmname}/${objname}"
-       done
-       echo ""
- 
-       # link, object files, libraries
--      echo -n "${tab}\$(pgm_ld_cmd) \$(pgm_ld_opt) -o ${pgmclass}/${pgmname}"
-+      echo -n "${tab}\$(pgm_ld_cmd) \$(CFLAGS) \$(LDFLAGS) \$(pgm_ld_opt) -o 
${pgmclass}/${pgmname}"
-       class_product_obj "${pgmclass}" "${pgmname}" | while read objname; do
-           echo -n " obj/${pgmclass}/${pgmname}/${objname}"
-       done
-       if [[ -z "${nosolib}" && -n "${execdynamic}" ]]; then
-           echo -n " -L./lib"
-@@ -1396,11 +1396,11 @@
- 
-       # compile each source file for each object needed by this executable
-       class_product_src "${pgmclass}" "${pgmname}" | while read srcname; do
-           vmsg 9 "Generating Makefile section: ${pgmclass} ${pgmname} 
${srcname}"
-           srcdir=$( dirname "${srcname}" )
--          srcref="-I ${srcdir} -I ${source}/include -I- -I ./include 
${srcname}"
-+          srcref="-iquote ${srcdir} -iquote ${source}/include -I ./include 
${srcname}"
-           objname=$( echo "${srcname}" | gawk -F/ '{print $NF;}' | gawk -F. 
'BEGIN{OFS=".";}{$NF="o";print $0;}' )
-           echo "obj/${pgmclass}/${pgmname}/${objname}: ${srcname}"
-           if [[ -n "${asm}" ]]; then
-               if [[ -n "${cpp}" ]]; then
-                   cppname=$( echo "${objname}" | gawk -F. 
'BEGIN{OFS=".";}{$NF="i";print $0;}' )

diff --git a/dev-libs/vrb/metadata.xml b/dev-libs/vrb/metadata.xml
deleted file mode 100644
index 6f49eba..00000000
--- a/dev-libs/vrb/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/dev-libs/vrb/vrb-0.5.1-r1.ebuild b/dev-libs/vrb/vrb-0.5.1-r1.ebuild
deleted file mode 100644
index 86693d9..00000000
--- a/dev-libs/vrb/vrb-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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
-}

Reply via email to