summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 02:09:57 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 02:09:57 +0000
commita228375a5b29c1fbd2ad60aac0bce5bf662f67a0 (patch)
tree5ed11b96f5d136bbe91cdb8e43cf219fde1e3bce /dev-libs
parentfix license/repoman (diff)
downloadgentoo-2-a228375a5b29c1fbd2ad60aac0bce5bf662f67a0.tar.gz
gentoo-2-a228375a5b29c1fbd2ad60aac0bce5bf662f67a0.tar.bz2
gentoo-2-a228375a5b29c1fbd2ad60aac0bce5bf662f67a0.zip
fix license/repoman
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/log4cpp/log4cpp-0.3.4b.ebuild16
-rw-r--r--dev-libs/ogdi/ogdi-3.1.1.ebuild13
-rw-r--r--dev-libs/proj/proj-4.4.5.ebuild15
-rw-r--r--dev-libs/sucs/sucs-0.7.0.ebuild15
4 files changed, 21 insertions, 38 deletions
diff --git a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild
index 5641c850c030..116257a6a2d9 100644
--- a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild
+++ b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild
@@ -1,18 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.4 2003/02/13 10:47:33 vapier Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.5 2003/08/07 02:05:21 vapier Exp $
-IUSE=""
-
-S="${WORKDIR}/${P}"
-
-DESCRIPTION="Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable."
-SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/log4cpp/${PN}-0.3.4b.tar.gz"
-HOMEPAGE="http://log4cpp.sourcforge.net"
+DESCRIPTION="library of C++ classes for flexible logging to files, syslog, IDSA and other destinations"
+HOMEPAGE="http://log4cpp.sourcforge.net/"
+SRC_URI="mirror://sourceforge/log4cpp/${PN}-0.3.4b.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="x86"
SLOT="0"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
diff --git a/dev-libs/ogdi/ogdi-3.1.1.ebuild b/dev-libs/ogdi/ogdi-3.1.1.ebuild
index 244cc7756848..06b0461e8ec4 100644
--- a/dev-libs/ogdi/ogdi-3.1.1.ebuild
+++ b/dev-libs/ogdi/ogdi-3.1.1.ebuild
@@ -1,13 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ogdi/ogdi-3.1.1.ebuild,v 1.2 2003/02/13 10:48:37 vapier Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ogdi/ogdi-3.1.1.ebuild,v 1.3 2003/08/07 02:05:52 vapier Exp $
-IUSE=""
-
-S="${WORKDIR}/${P}"
DESCRIPTION="open geographical datastore interface"
-SRC_URI="http://umn.dl.sourceforge.net/sourceforge/ogdi/${P}.tar.gz"
HOMEPAGE="http://ogdi.sourceforge.net"
+SRC_URI="mirror://sourceforge/ogdi/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -18,7 +15,6 @@ DEPEND="dev-libs/proj
dev-libs/expat"
src_compile() {
-
export TOPDIR="${S}"
export TARGET="linux"
export CFG="release"
@@ -41,7 +37,7 @@ src_compile() {
make || die
}
-src_install () {
+src_install() {
make \
prefix=${D}/usr \
mandir=${D}/usr/share/man \
@@ -51,4 +47,3 @@ src_install () {
dodoc ChangeLog LICENSE NEWS README VERSION
}
-
diff --git a/dev-libs/proj/proj-4.4.5.ebuild b/dev-libs/proj/proj-4.4.5.ebuild
index 3ae96f3eff8c..12c08ac6306f 100644
--- a/dev-libs/proj/proj-4.4.5.ebuild
+++ b/dev-libs/proj/proj-4.4.5.ebuild
@@ -1,18 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/proj/proj-4.4.5.ebuild,v 1.2 2003/02/13 10:50:15 vapier Exp $
-
-IUSE=""
-
-S="${WORKDIR}/${P}"
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/proj/proj-4.4.5.ebuild,v 1.3 2003/08/07 02:06:10 vapier Exp $
DESCRIPTION="cartographic projections library"
-SRC_URI="ftp://ftp.remotesensing.org/pub/proj/${P}.tar.gz"
HOMEPAGE="http://www.remotesensing.org/proj/"
+SRC_URI="ftp://ftp.remotesensing.org/pub/proj/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86"
SLOT="0"
+KEYWORDS="~x86"
DEPEND="virtual/glibc"
@@ -21,8 +17,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README
}
-
diff --git a/dev-libs/sucs/sucs-0.7.0.ebuild b/dev-libs/sucs/sucs-0.7.0.ebuild
index 3302766cc729..b1f05cb1a4d9 100644
--- a/dev-libs/sucs/sucs-0.7.0.ebuild
+++ b/dev-libs/sucs/sucs-0.7.0.ebuild
@@ -1,22 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.3 2003/07/12 09:22:23 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.4 2003/08/07 02:06:40 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="The Simple Utility Classes are C++ libraries of common C-based algorithms and libraries."
+DESCRIPTION="The Simple Utility Classes are C++ libraries of common C-based algorithms and libraries"
+HOMEPAGE="http://sucs.sourceforge.net/"
SRC_URI="mirror://sourceforge/sucs/${P}.tar.bz2"
-HOMEPAGE="http://sucs.sf.net/"
-SLOT="0"
LICENSE="LGPL-2"
+SLOT="0"
KEYWORDS="x86"
DEPEND=">=dev-libs/libpcre-3.9
>=dev-libs/expat-1.95.4"
-IUSE=""
-src_install()
-{
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog README TODO COPYING
}