summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:28:54 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:28:54 +0000
commit53f79a12ab6e5aec0290c72dff3d9f0cafee5e32 (patch)
tree5cb1dd2724f08cdcd0aa484651c9cbd057db6215
parentfix license/repoman (diff)
downloadgentoo-2-53f79a12ab6e5aec0290c72dff3d9f0cafee5e32.tar.gz
gentoo-2-53f79a12ab6e5aec0290c72dff3d9f0cafee5e32.tar.bz2
gentoo-2-53f79a12ab6e5aec0290c72dff3d9f0cafee5e32.zip
fix license/repoman
-rw-r--r--dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild21
-rw-r--r--dev-tcltk/tkTheme/tkTheme-1.0.ebuild27
-rw-r--r--dev-tcltk/tkXwin/tkXwin-1.0.ebuild27
-rw-r--r--dev-tcltk/tls/tls-1.4.1.ebuild20
-rw-r--r--dev-util/cvsup/cvsup-16.1e-r2.ebuild12
-rw-r--r--dev-util/cvsup/cvsup-16.1e.ebuild6
-rw-r--r--dev-util/cvsup/cvsup-16.1h.ebuild12
-rw-r--r--dev-util/diasce/diasce-1.2.ebuild25
8 files changed, 65 insertions, 85 deletions
diff --git a/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild b/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild
index ff9f53ce9798..a5bf934d6550 100644
--- a/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild
+++ b/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild
@@ -1,21 +1,18 @@
-# Copyright 2000-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2.
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild,v 1.2 2003/07/12 13:10:41 aliz Exp $
+# Copyright 2000-2003 Gentoo Technologies, Inc
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.14.ebuild,v 1.3 2003/08/07 03:27:13 vapier Exp $
DESCRIPTION="TCL MySQL Interface"
HOMEPAGE="http://www.xdobry.de/mysqltcl/"
+SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz"
-DEPEND="
- >=dev-lang/tcl-8.1.0
- >=dev-lang/tk-8.1.0
- dev-db/mysql"
-RDEPEND="${DEPEND}"
-IUSE=""
LICENSE="as-is"
-KEYWORDS="x86"
SLOT="0"
-SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz"
-S=${WORKDIR}/${P}
+KEYWORDS="x86"
+
+DEPEND=">=dev-lang/tcl-8.1.0
+ >=dev-lang/tk-8.1.0
+ dev-db/mysql"
src_compile() {
econf || die
diff --git a/dev-tcltk/tkTheme/tkTheme-1.0.ebuild b/dev-tcltk/tkTheme/tkTheme-1.0.ebuild
index ffc8339bcc34..87ed72399f4d 100644
--- a/dev-tcltk/tkTheme/tkTheme-1.0.ebuild
+++ b/dev-tcltk/tkTheme/tkTheme-1.0.ebuild
@@ -1,39 +1,34 @@
-# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>.
-# Distributed under the terms of the GNU General Public License v2.
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/tkTheme-1.0.ebuild,v 1.3 2003/03/02 03:31:34 agenkin Exp $
+# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/tkTheme-1.0.ebuild,v 1.4 2003/08/07 03:24:36 vapier Exp $
+
+inherit eutils
DESCRIPTION="Tcl/Tk Theming library."
HOMEPAGE="http://www.xmission.com/~georgeps/Tk_Theme/other/"
-
-DEPEND=">=dev-lang/tcl-8.3.3
- >=dev-lang/tk-8.3.3"
+SRC_URI="http://www.xmission.com/~georgeps/Tk_Theme/other/${PN}.tgz"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="x86"
-SLOT="0"
-SRC_URI="http://www.xmission.com/~georgeps/Tk_Theme/other/${PN}.tgz"
+DEPEND=">=dev-lang/tcl-8.3.3
+ >=dev-lang/tk-8.3.3"
+
S=${WORKDIR}/${PN}
src_unpack() {
-
unpack ${A}
cd ${S}
-
- patch -p 0 < ${FILESDIR}/${PV}-Makefile.in.diff || die
-
+ epatch ${FILESDIR}/${PV}-Makefile.in.diff
}
src_compile() {
-
econf --with-tcl=/usr/lib --with-tk=/usr/lib || die
make || die
-
}
src_install() {
-
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO
-
}
diff --git a/dev-tcltk/tkXwin/tkXwin-1.0.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0.ebuild
index ba62d4295a71..8a7bc0bbba01 100644
--- a/dev-tcltk/tkXwin/tkXwin-1.0.ebuild
+++ b/dev-tcltk/tkXwin/tkXwin-1.0.ebuild
@@ -1,39 +1,32 @@
-# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>.
-# Distributed under the terms of the GNU General Public License v2.
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0.ebuild,v 1.3 2003/03/02 03:31:07 agenkin Exp $
+# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0.ebuild,v 1.4 2003/08/07 03:26:29 vapier Exp $
+
+inherit eutils
DESCRIPTION="Tcl/Tk library to detect idle periods of an X session."
HOMEPAGE="http://beepcore-tcl.sourceforge.net/"
-
-DEPEND=">=dev-lang/tcl-8.3.3
- >=dev-lang/tk-8.3.3"
+SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="x86"
-SLOT="0"
-SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz"
-S=${WORKDIR}/${P}
+DEPEND=">=dev-lang/tcl-8.3.3
+ >=dev-lang/tk-8.3.3"
src_unpack() {
-
unpack ${A}
cd ${S}
-
- patch -p 0 < ${FILESDIR}/${PV}-Makefile.in.diff || die
-
+ epatch ${FILESDIR}/${PV}-Makefile.in.diff
}
src_compile() {
-
econf --with-tcl=/usr/lib --with-tk=/usr/lib || die
make || die
-
}
src_install() {
-
make DESTDIR=${D} install || die
dodoc AUTHORS INSTALL README
-
}
diff --git a/dev-tcltk/tls/tls-1.4.1.ebuild b/dev-tcltk/tls/tls-1.4.1.ebuild
index 5a35f3a7f62c..3857ad8fa5dc 100644
--- a/dev-tcltk/tls/tls-1.4.1.ebuild
+++ b/dev-tcltk/tls/tls-1.4.1.ebuild
@@ -1,31 +1,27 @@
-# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>.
-# Distributed under the terms of the GNU General Public License v2.
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.4.1.ebuild,v 1.2 2003/03/02 03:30:38 agenkin Exp $
+# Copyright 2003 Arcady Genkin <agenkin@gentoo.org>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.4.1.ebuild,v 1.3 2003/08/07 03:26:51 vapier Exp $
DESCRIPTION="TLS OpenSSL extension to Tcl."
HOMEPAGE="http://tls.sourceforge.net/"
+SRC_URI="mirror://sourceforge/tls/${PN}${PV}-src.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86"
DEPEND=">=dev-lang/tcl-8.3.3
>=dev-lang/tk-8.3.3
dev-libs/openssl"
-LICENSE="BSD"
-KEYWORDS="x86"
-
-SLOT="0"
-SRC_URI="mirror://sourceforge/tls/${PN}${PV}-src.tar.gz"
S=${WORKDIR}/tls1.4
src_compile() {
-
econf --with-ssl-dir=/usr || die
make || die
-
}
src_install() {
-
einstall || die
dodoc ChangeLog README.txt license.terms
-
}
diff --git a/dev-util/cvsup/cvsup-16.1e-r2.ebuild b/dev-util/cvsup/cvsup-16.1e-r2.ebuild
index 667d3e7841d6..5798ef7e8bf6 100644
--- a/dev-util/cvsup/cvsup-16.1e-r2.ebuild
+++ b/dev-util/cvsup/cvsup-16.1e-r2.ebuild
@@ -1,26 +1,28 @@
# 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-util/cvsup/cvsup-16.1e-r2.ebuild,v 1.5 2003/07/12 14:28:13 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e-r2.ebuild,v 1.6 2003/08/07 03:28:12 vapier Exp $
-S=${WORKDIR}
MY_P="${P/-/-snap-}"
EZM3="ezm3-1.0"
EZM3_TARGET="LINUXLIBC6"
EZM3_INSTALL="${S}/${EZM3}-install" #// anywhere or having a trailing / makes the compile dies
DESCRIPTION="a faster alternative to cvs"
+HOMEPAGE="http://www.cvsup.org/"
SRC_URI="http://people.freebsd.org/~jdp/s1g/${MY_P}.tar.gz
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/${EZM3}-src.tar.bz2
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/${EZM3}-${EZM3_TARGET}-boot.tar.bz2"
-HOMEPAGE="http://www.cvsup.org/"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="x86"
+
DEPEND="virtual/glibc
dev-util/yacc"
RDEPEND="virtual/glibc"
+S=${WORKDIR}
+
seduse() {
[ -z "`use ${1}`" ] && echo "${2}" || echo ":"
}
diff --git a/dev-util/cvsup/cvsup-16.1e.ebuild b/dev-util/cvsup/cvsup-16.1e.ebuild
index 6653b9054203..d63b87171da5 100644
--- a/dev-util/cvsup/cvsup-16.1e.ebuild
+++ b/dev-util/cvsup/cvsup-16.1e.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.9 2003/04/17 13:40:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.10 2003/08/07 03:28:12 vapier Exp $
DESCRIPTION="a faster alternative to cvs. binary version"
-SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/${P}-LINUXLIBC6-gui.tar.gz"
HOMEPAGE="http://people.freebsd.org/~jdp/s1g/"
+SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/${P}-LINUXLIBC6-gui.tar.gz"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="x86 -ppc sparc"
S=${WORKDIR}
diff --git a/dev-util/cvsup/cvsup-16.1h.ebuild b/dev-util/cvsup/cvsup-16.1h.ebuild
index d65321b47899..2ab027e5b439 100644
--- a/dev-util/cvsup/cvsup-16.1h.ebuild
+++ b/dev-util/cvsup/cvsup-16.1h.ebuild
@@ -1,27 +1,29 @@
# 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-util/cvsup/cvsup-16.1h.ebuild,v 1.3 2003/07/17 23:23:15 vapier Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1h.ebuild,v 1.4 2003/08/07 03:28:12 vapier Exp $
-S=${WORKDIR}
MY_P="${P/-/-snap-}"
EZM3="ezm3-1.1"
EZM3_TARGET="LINUXLIBC6"
EZM3_INSTALL="${S}/${EZM3}-install" #// anywhere or having a trailing / makes the compile dies
DESCRIPTION="a faster alternative to cvs"
+HOMEPAGE="http://www.cvsup.org/"
SRC_URI="ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/${MY_P}.tar.gz
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/${EZM3}-src.tar.bz2
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/${EZM3}-${EZM3_TARGET}-boot.tar.bz2"
-HOMEPAGE="http://www.cvsup.org/"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="x86 ~ppc"
+
DEPEND="virtual/glibc
dev-util/yacc
ppc? ( dev-lang/cm3 )"
RDEPEND="virtual/glibc"
+S=${WORKDIR}
+
seduse() {
[ -z "`use ${1}`" ] && echo "${2}" || echo ":"
}
diff --git a/dev-util/diasce/diasce-1.2.ebuild b/dev-util/diasce/diasce-1.2.ebuild
index 327436a45d8d..0da53d734ac8 100644
--- a/dev-util/diasce/diasce-1.2.ebuild
+++ b/dev-util/diasce/diasce-1.2.ebuild
@@ -1,16 +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-util/diasce/diasce-1.2.ebuild,v 1.4 2003/07/12 14:28:13 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.2.ebuild,v 1.5 2003/08/07 03:28:54 vapier Exp $
-P=${PN}2-${PV}
-S=${WORKDIR}/${P}
-IUSE=""
+MY_P=${PN}2-${PV}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="The C/C++ Code editor for Gnome"
-SRC_URI="http://diasce.es.gnome.org/downloads/${P}.tar.gz"
-HOMEPAGE="http://diasce.es.gnome.org"
-SLOT="0"
+HOMEPAGE="http://diasce.es.gnome.org/"
+SRC_URI="http://diasce.es.gnome.org/downloads/${MY_P}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc "
+SLOT="0"
+KEYWORDS="x86 ~sparc"
RDEPEND=">=dev-libs/libxml2-2.4
>=x11-libs/gtk+-2
@@ -24,23 +24,18 @@ RDEPEND=">=dev-libs/libxml2-2.4
>=gnome-base/gnome-vfs-2
>=gnome-base/gconf-1.2
>=gnome-base/libgnomecanvas-2"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
src_compile() {
local myconf=""
-
use nls || myconf="${myconf} --disable-nls"
-
econf ${myconf} || die "./configure failed"
emake || die "emake failed"
}
-src_install () {
+src_install() {
einstall || die
-
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}
-