summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
commit215ee572a0b55d9751bc29a9642596561ffc98c5 (patch)
tree2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/vrb
parentAdded KEYWORDS, removed old version. (diff)
downloadhistorical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz
historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2
historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip
repoman'd
Diffstat (limited to 'dev-libs/vrb')
-rw-r--r--dev-libs/vrb/vrb-0.3.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild
index bf86efefe3a0..b9e7a4bd167d 100644
--- a/dev-libs/vrb/vrb-0.3.0.ebuild
+++ b/dev-libs/vrb/vrb-0.3.0.ebuild
@@ -1,16 +1,18 @@
# Copyright 2002 Johannes Findeisen <you@hanez.org>
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.1 2002/07/12 20:11:20 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $
+S="${WORKDIR}/${P}"
DESCRIPTION="The VRB library is a virtual ring buffer"
HOMEPAGE="http://phil.ipal.org/freeware/vrb/"
+SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz"
+
+SLOT="0"
LICENSE="LGPL-2.1"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
-SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz"
-S="${WORKDIR}/${P}"
-
src_compile() {
sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \