diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 215ee572a0b55d9751bc29a9642596561ffc98c5 (patch) | |
tree | 2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/tinyq | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2 historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip |
repoman'd
Diffstat (limited to 'dev-libs/tinyq')
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.4.ebuild | 15 | ||||
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.5.ebuild | 12 |
2 files changed, 11 insertions, 16 deletions
diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index 1e71cb4d07b5..e3c6c845aa37 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.4.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/tinyqt-3.0.3.ebuild,v 1.3 2002/04/27 10:31:46 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ -DESCRIPTION="Stripped down version of qt ${PV} for console development" -SLOT="3" S=${WORKDIR}/${P} +DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" -KEYWORDS="x86" + +SLOT="3" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.3-r5 - >=dev-util/yacc-1.9.1-r1 +DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" QTBASE=/usr/qt/tinyq @@ -25,9 +24,7 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die insinto /etc/env.d doins ${FILESDIR}/47tinyq - } diff --git a/dev-libs/tinyq/tinyq-3.0.5.ebuild b/dev-libs/tinyq/tinyq-3.0.5.ebuild index d5693678ca65..cd6cd046ab71 100644 --- a/dev-libs/tinyq/tinyq-3.0.5.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.5.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Geert Bevin <gbevin@gentoo.org> -# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/tinyqt-3.0.3.ebuild,v 1.3 2002/04/27 10:31:46 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.5.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" -SLOT="3" S=${WORKDIR}/${P} SRC_URI="http://freesoftware.fsf.org/download/tinyq/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" -KEYWORDS="x86" + +SLOT="3" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.3-r5 - >=dev-util/yacc-1.9.1-r1 +DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" QTBASE=/usr/qt/tinyq |