summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerry Meyndert <m0rpheus@gentoo.org>2002-07-16 11:09:13 +0000
committerFerry Meyndert <m0rpheus@gentoo.org>2002-07-16 11:09:13 +0000
commit4c6148e82a9150313c8aaf9240b7871a94af5518 (patch)
tree8ee4109254032329fd82edc45bfb3dee4b761295 /dev-libs/tinyq
parentupdated Changelog for new rxvt-2.7.8-r5 (diff)
downloadhistorical-4c6148e82a9150313c8aaf9240b7871a94af5518.tar.gz
historical-4c6148e82a9150313c8aaf9240b7871a94af5518.tar.bz2
historical-4c6148e82a9150313c8aaf9240b7871a94af5518.zip
added new version 3.0.5
Diffstat (limited to 'dev-libs/tinyq')
-rw-r--r--dev-libs/tinyq/ChangeLog8
-rw-r--r--dev-libs/tinyq/files/digest-tinyq-3.0.51
-rw-r--r--dev-libs/tinyq/tinyq-3.0.4.ebuild2
-rw-r--r--dev-libs/tinyq/tinyq-3.0.5.ebuild35
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-libs/tinyq/ChangeLog b/dev-libs/tinyq/ChangeLog
index b3498d42039a..ebe9b597b024 100644
--- a/dev-libs/tinyq/ChangeLog
+++ b/dev-libs/tinyq/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/ChangeLog,v 1.1 2002/03/26 10:52:11 gbevin Exp
+*tinyq-3.0.5 (16 Jul 2002)
+
+ 16 Jul 2002; FA.Meyndert <m0rpheus@gentoo.org> : tinyq-3.0.5.ebuild,
+ tinyq-3.0.4.ebuild,files/digest-tinyq-3.0.5
+
+ Added new version 3.0.5 and fixed missing lisence and keyword for
+ 3.0.4 and 3.0.5
+
*tinyq-3.0.4 (30 May 2002)
26 Mar 2002; G.Bevin <gbevin@uwyn.com> : tinyq-3.0.4.ebuild,
diff --git a/dev-libs/tinyq/files/digest-tinyq-3.0.5 b/dev-libs/tinyq/files/digest-tinyq-3.0.5
new file mode 100644
index 000000000000..d1eea055a6e7
--- /dev/null
+++ b/dev-libs/tinyq/files/digest-tinyq-3.0.5
@@ -0,0 +1 @@
+MD5 af095825c731aacaac97a38e81e4e16e tinyq-3.0.5.tar.bz2 764740
diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild
index ee0366b78d2a..1e71cb4d07b5 100644
--- a/dev-libs/tinyq/tinyq-3.0.4.ebuild
+++ b/dev-libs/tinyq/tinyq-3.0.4.ebuild
@@ -7,6 +7,8 @@ SLOT="3"
S=${WORKDIR}/${P}
SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2"
HOMEPAGE="http://www.uwyn.com/projects/tinyq"
+KEYWORDS="x86"
+LICENSE="GPL-2"
DEPEND="virtual/glibc
>=sys-devel/gcc-2.95.3-r5
diff --git a/dev-libs/tinyq/tinyq-3.0.5.ebuild b/dev-libs/tinyq/tinyq-3.0.5.ebuild
new file mode 100644
index 000000000000..d5693678ca65
--- /dev/null
+++ b/dev-libs/tinyq/tinyq-3.0.5.ebuild
@@ -0,0 +1,35 @@
+# 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
+
+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"
+LICENSE="GPL-2"
+
+DEPEND="virtual/glibc
+ >=sys-devel/gcc-2.95.3-r5
+ >=dev-util/yacc-1.9.1-r1
+ >=sys-devel/flex-2.5.4a-r4"
+
+QTBASE=/usr/qt/tinyq
+QMAKESPEC=linux-g++
+export QTDIR=${S}
+
+src_compile() {
+
+ ./configure -release -no-g++-exceptions -thread -prefix /usr/qt/tinyq || die
+ emake || die
+}
+
+src_install() {
+
+ make INSTALL_ROOT=${D} install || die
+ insinto /etc/env.d
+ doins ${FILESDIR}/47tinyq
+
+}