diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 19:03:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 19:03:20 +0000 |
commit | 81ea3b3508410f7461d5562e00a3f527e6869308 (patch) | |
tree | 7aafcd08024ca952c3bcdf84dddd8442bdf0b15d | |
parent | fix license (diff) | |
download | gentoo-2-81ea3b3508410f7461d5562e00a3f527e6869308.tar.gz gentoo-2-81ea3b3508410f7461d5562e00a3f527e6869308.tar.bz2 gentoo-2-81ea3b3508410f7461d5562e00a3f527e6869308.zip |
fix license
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.60.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/aterm/aterm-1.6.6.ebuild | 15 | ||||
-rw-r--r-- | dev-libs/aterm/aterm-1.6.7.ebuild | 16 | ||||
-rw-r--r-- | dev-libs/atlas/atlas-3.2.1-r1.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/atlas/atlas-3.2.1.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/atlas/atlas-3.4.1.ebuild | 19 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.0.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.1.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.2.ebuild | 11 | ||||
-rw-r--r-- | dev-libs/cfitsio/cfitsio-2.430.ebuild | 26 |
10 files changed, 71 insertions, 90 deletions
diff --git a/dev-lang/tinycobol/tinycobol-0.60.ebuild b/dev-lang/tinycobol/tinycobol-0.60.ebuild index 3bb88b31b87a..9a3b4b2a37b0 100644 --- a/dev-lang/tinycobol/tinycobol-0.60.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.60.ebuild @@ -1,31 +1,33 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.60.ebuild,v 1.6 2003/07/11 22:14:08 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.60.ebuild,v 1.7 2003/08/05 18:58:51 vapier Exp $ -DESCRIPTION="tinycobol - COBOL for linux." -HOMEPAGE="http://tiny-cobol.sf.net" +inherit eutils + +DESCRIPTION="COBOL for linux" +HOMEPAGE="http://tiny-cobol.sourceforge.net/" SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc - >=dev-libs/glib-2.0 - sys-libs/db" -KEYWORDS="x86" + >=dev-libs/glib-2.0 + sys-libs/db" src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${P}.patch + epatch ${FILESDIR}/${P}.patch } src_compile() { - econf + econf || die make || die "make failed" } -src_install () { +src_install() { dodir /usr/bin dodir /usr/man/man1 dodir /usr/lib diff --git a/dev-libs/aterm/aterm-1.6.6.ebuild b/dev-libs/aterm/aterm-1.6.6.ebuild index b95a31fb89c4..620addcab468 100644 --- a/dev-libs/aterm/aterm-1.6.6.ebuild +++ b/dev-libs/aterm/aterm-1.6.6.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.8 2003/02/13 10:33:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.9 2003/08/05 18:59:43 vapier Exp $ -IUSE="java" - -S=${WORKDIR}/${P} DESCRIPTION="ATerm tree-handling library" -SRC_URI="http://www.cwi.nl/projects/MetaEnv/aterm/${P}.tar.gz" HOMEPAGE="http://www.cwi.nl/projects/MetaEnv/aterm/" +SRC_URI="http://www.cwi.nl/projects/MetaEnv/aterm/${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc " +SLOT="0" +KEYWORDS="x86 sparc" +IUSE="java" DEPEND="java? ( virtual/jdk )" @@ -25,8 +23,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README } diff --git a/dev-libs/aterm/aterm-1.6.7.ebuild b/dev-libs/aterm/aterm-1.6.7.ebuild index c1203b91c8a4..93fb2ae25ca0 100644 --- a/dev-libs/aterm/aterm-1.6.7.ebuild +++ b/dev-libs/aterm/aterm-1.6.7.ebuild @@ -1,17 +1,18 @@ # 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/aterm/aterm-1.6.7.ebuild,v 1.4 2003/02/13 10:33:19 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.7.ebuild,v 1.5 2003/08/05 18:59:43 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="ATerm tree-handling library" -SRC_URI="http://www.cwi.nl/projects/MetaEnv/aterm/${P}.tar.gz" HOMEPAGE="http://www.cwi.nl/projects/MetaEnv/aterm/" -SLOT="0" +SRC_URI="http://www.cwi.nl/projects/MetaEnv/aterm/${P}.tar.gz" + LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="x86 ~ppc" -DEPEND="java? ( virtual/jdk )" IUSE="java" +DEPEND="java? ( virtual/jdk )" + src_compile() { local myconf use java && myconf="${myconf} --with-java" @@ -22,8 +23,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README } diff --git a/dev-libs/atlas/atlas-3.2.1-r1.ebuild b/dev-libs/atlas/atlas-3.2.1-r1.ebuild index 6792dfad42c6..dfc5b7484261 100644 --- a/dev-libs/atlas/atlas-3.2.1-r1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1-r1.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1-r1.ebuild,v 1.3 2003/02/13 10:33:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1-r1.ebuild,v 1.4 2003/08/05 19:01:24 vapier Exp $ -S=${WORKDIR}/ATLAS -DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)." -SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" +DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" HOMEPAGE="http://math-atlas.sourceforge.net/" +SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" -SLOT="0" LICENSE="BSD" -KEYWORDS="x86 sparc " +SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" +S=${WORKDIR}/ATLAS + src_compile() { #Make is actually an interactive configuration step. diff --git a/dev-libs/atlas/atlas-3.2.1.ebuild b/dev-libs/atlas/atlas-3.2.1.ebuild index 66145976f66b..4b5810b2e8e5 100644 --- a/dev-libs/atlas/atlas-3.2.1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.7 2003/02/13 10:33:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.8 2003/08/05 19:01:24 vapier Exp $ -S=${WORKDIR}/ATLAS -DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)." -SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" +DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" HOMEPAGE="http://math-atlas.sourceforge.net/" +SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" -SLOT="0" LICENSE="BSD" -KEYWORDS="x86 sparc " +SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" +S=${WORKDIR}/ATLAS + src_compile() { #Make is actually an interactive configuration step. diff --git a/dev-libs/atlas/atlas-3.4.1.ebuild b/dev-libs/atlas/atlas-3.4.1.ebuild index a119763ede4d..1de9ab54855d 100644 --- a/dev-libs/atlas/atlas-3.4.1.ebuild +++ b/dev-libs/atlas/atlas-3.4.1.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/atlas/atlas-3.4.1.ebuild,v 1.2 2003/04/06 07:39:47 george Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.4.1.ebuild,v 1.3 2003/08/05 19:01:24 vapier Exp $ -IUSE="" +DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" +HOMEPAGE="http://math-atlas.sourceforge.net/" +SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2" -S="${WORKDIR}/ATLAS" -DESCRIPTION="automatically tuned linear algebra software" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/math-atlas/${PN}${PV}.tar.bz2" -HOMEPAGE="http://math-atlas.sourceforge.net" - -KEYWORDS="x86 sparc" LICENSE="BSD" -#not sure if this is a best choice, as this is a lib, -#but setting SLOT to 0, following previous version SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" +S=${WORKDIR}/ATLAS + src_compile() { # create a file answer to be redirected to make echo "023" > answer diff --git a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild index c1ca2f97f465..910c747cf1d9 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.8 2003/02/13 10:34:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.9 2003/08/05 19:02:13 vapier Exp $ + +S=${WORKDIR}/gc${PV} -S=${WORKDIR}/gc6.0 DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code." -SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.0.tar.gz" HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" +SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.0.tar.gz" -SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc " +SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" @@ -17,7 +18,7 @@ src_compile() { emake || die } -src_install () { +src_install() { dodir /usr/include/gc insinto /usr/include/gc doins include/*.h diff --git a/dev-libs/boehm-gc/boehm-gc-6.1.ebuild b/dev-libs/boehm-gc/boehm-gc-6.1.ebuild index 1cc961cc8a94..26c22fcce6e8 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.1.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.1.ebuild @@ -1,17 +1,16 @@ # 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/boehm-gc/boehm-gc-6.1.ebuild,v 1.4 2003/02/13 10:34:13 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.1.ebuild,v 1.5 2003/08/05 19:02:13 vapier Exp $ S=${WORKDIR}/gc${PV} -IUSE="" DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector" -SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${PV}.tar.gz" HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" +SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${PV}.tar.gz" -SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc " +SLOT="0" +KEYWORDS="x86 ~sparc" DEPEND="virtual/glibc" @@ -21,7 +20,7 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall || die dodir /usr/include/gc diff --git a/dev-libs/boehm-gc/boehm-gc-6.2.ebuild b/dev-libs/boehm-gc/boehm-gc-6.2.ebuild index 82b7f44e1e35..7aef6768ac56 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.2.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.2.ebuild @@ -1,16 +1,15 @@ # 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/boehm-gc/boehm-gc-6.2.ebuild,v 1.1 2003/07/29 16:23:22 usata Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.2.ebuild,v 1.2 2003/08/05 19:02:13 vapier Exp $ S=${WORKDIR}/gc${PV/_/} -IUSE="" DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector" -SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${PV/_/}.tar.gz" HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" +SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${PV/_/}.tar.gz" -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="~x86 ~sparc ~alpha ~ppc" DEPEND="virtual/glibc" @@ -21,7 +20,7 @@ src_compile() { emake || die } -src_install () { +src_install() { emake prefix=${D}/usr \ mandir=${D}/usr/share/man \ DESTDIR=${D} install-exec || die diff --git a/dev-libs/cfitsio/cfitsio-2.430.ebuild b/dev-libs/cfitsio/cfitsio-2.430.ebuild index 41098bae2686..84bca50dfae5 100644 --- a/dev-libs/cfitsio/cfitsio-2.430.ebuild +++ b/dev-libs/cfitsio/cfitsio-2.430.ebuild @@ -1,14 +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/cfitsio/cfitsio-2.430.ebuild,v 1.2 2003/02/13 10:34:43 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cfitsio/cfitsio-2.430.ebuild,v 1.3 2003/08/05 19:03:20 vapier Exp $ -IUSE="" - -A="${PN}2430.tar.gz" -S="${WORKDIR}/${PN}" DESCRIPTION="C and Fortran library for reading and writing files in FITS data format" -SRC_URI="ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${A}" HOMEPAGE="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html" +SRC_URI="ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${PN}-${PV//.}.tar.gz" LICENSE="GPL-2" SLOT="2" @@ -16,27 +12,15 @@ KEYWORDS="~x86" DEPEND="virtual/glibc" -#src_unpack() { -# unpack "${PN}2430.tar.gz" -# cd "${S}" -#} +S=${WORKDIR}/${PN} src_compile() { -# ./configure \ -# --host=${CHOST} \ -# --prefix=/usr \ -# --infodir=/usr/share/info \ -# --mandir=/usr/share/man || die "./configure failed" econf || die "./configure failed" emake || die } src_install () { - - cd ${S} - - mkdir -p ${D}usr/lib - mkdir -p ${D}usr/include + dodir /usr/lib /usr/include make \ prefix=${D}/usr \ |