diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
commit | a54b3870aee57e7444d147d0f33cab4313258caa (patch) | |
tree | febe540a80dd160e6624089a9d5d429aa77a338a /dev-libs/tinyq | |
parent | Install ion2.desktop for gdm, remove old versions. (diff) | |
download | historical-a54b3870aee57e7444d147d0f33cab4313258caa.tar.gz historical-a54b3870aee57e7444d147d0f33cab4313258caa.tar.bz2 historical-a54b3870aee57e7444d147d0f33cab4313258caa.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-libs/tinyq')
-rw-r--r-- | dev-libs/tinyq/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.4.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.5.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.6.ebuild | 5 |
4 files changed, 11 insertions, 10 deletions
diff --git a/dev-libs/tinyq/ChangeLog b/dev-libs/tinyq/ChangeLog index b44b3377dd85..bb641d2c1f99 100644 --- a/dev-libs/tinyq/ChangeLog +++ b/dev-libs/tinyq/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-libs/tinyq -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/ChangeLog,v 1.1 2002/03/26 10:52:11 gbevin Exp + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> tinyq-3.0.4.ebuild, + tinyq-3.0.5.ebuild, tinyq-3.0.6.ebuild: + Don't assign default to S; header fix + *tinyq-3.0.6 (17 Feb 2003) 17 Feb 2003; Mike Frysinger <vapier@gentoo.org> : diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index a55890168e22..e06722881b29 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.9 2004/02/22 20:13:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.10 2004/03/14 12:24:39 mr_bones_ Exp $ -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" diff --git a/dev-libs/tinyq/tinyq-3.0.5.ebuild b/dev-libs/tinyq/tinyq-3.0.5.ebuild index 8983490e0554..b3032a12a0bf 100644 --- a/dev-libs/tinyq/tinyq-3.0.5.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.5.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.5.ebuild,v 1.7 2004/02/22 20:13:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.5.ebuild,v 1.8 2004/03/14 12:24:39 mr_bones_ Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" -S=${WORKDIR}/${P} SRC_URI="http://freesoftware.fsf.org/download/tinyq/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" diff --git a/dev-libs/tinyq/tinyq-3.0.6.ebuild b/dev-libs/tinyq/tinyq-3.0.6.ebuild index a7d608651e70..b0910347b5ee 100644 --- a/dev-libs/tinyq/tinyq-3.0.6.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.3 2003/09/08 07:19:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.4 2004/03/14 12:24:39 mr_bones_ Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="http://freesoftware.fsf.org/download/tinyq/${P}.tar.bz2" @@ -13,7 +13,6 @@ KEYWORDS="x86 ~sparc" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" -S=${WORKDIR}/${P} export QTDIR=${S} src_compile() { |