diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-08 21:54:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-08 21:54:41 +0000 |
commit | 673bfb8741128b13cb9ca709825b3918d532c52f (patch) | |
tree | 659d528027bdaf78187e612fe2d28a840a43797e /dev-cpp/sptk | |
parent | Initial import; closing bugs #47944 and #59844 (diff) | |
download | historical-673bfb8741128b13cb9ca709825b3918d532c52f.tar.gz historical-673bfb8741128b13cb9ca709825b3918d532c52f.tar.bz2 historical-673bfb8741128b13cb9ca709825b3918d532c52f.zip |
~alpha keyword, fix license syntax.
Diffstat (limited to 'dev-cpp/sptk')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/Manifest | 18 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-2.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-2.2.ebuild | 4 |
4 files changed, 24 insertions, 10 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index dced54bd3cf7..2932a38e046b 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.3 2004/08/30 23:34:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.4 2004/11/08 21:54:41 kloeri Exp $ + + 08 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> sptk-2.2.1.ebuild, + sptk-2.2.ebuild: + ~alpha keyword, fix license syntax. 31 Aug 2004; David Holm <dholm@gentoo.org> sptk-2.2.1.ebuild: Added to ~ppc. diff --git a/dev-cpp/sptk/Manifest b/dev-cpp/sptk/Manifest index 8d320c117372..67e4511b6ceb 100644 --- a/dev-cpp/sptk/Manifest +++ b/dev-cpp/sptk/Manifest @@ -1,6 +1,16 @@ -MD5 23b884c603f882c931c051cca89c6a24 ChangeLog 982 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 a14ea70026f828e8510de801d092e6b2 ChangeLog 1113 MD5 623669b964009bb2a2adfc367f12d072 metadata.xml 334 -MD5 2ee4204e428d4ba552dccc45b00bc90b sptk-2.2.ebuild 1080 -MD5 1148be37c8ee06b23dbc0e19de1b798d sptk-2.2.1.ebuild 1081 -MD5 ca482c4334f36836fb9377c2009ce95f files/digest-sptk-2.2 58 +MD5 27793e9f85264bac1dc0a43adc3daf8f sptk-2.2.ebuild 1086 +MD5 707572a6dc747e2175751580e7a3db78 sptk-2.2.1.ebuild 1094 MD5 005ad61b10481108e76f80f21470a05d files/digest-sptk-2.2.1 60 +MD5 ca482c4334f36836fb9377c2009ce95f files/digest-sptk-2.2 58 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBj+svugEuf3OQ0akRAq6SAKCIM5SiGaIDbhrelJfodfw6RfVCeACcDhg2 +PNGBUsm4vZx96O9xgzi3zJM= +=iCdn +-----END PGP SIGNATURE----- diff --git a/dev-cpp/sptk/sptk-2.2.1.ebuild b/dev-cpp/sptk/sptk-2.2.1.ebuild index 883925865033..3a96eae0b83c 100644 --- a/dev-cpp/sptk/sptk-2.2.1.ebuild +++ b/dev-cpp/sptk/sptk-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-2.2.1.ebuild,v 1.2 2004/08/30 23:34:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-2.2.1.ebuild,v 1.3 2004/11/08 21:54:41 kloeri Exp $ IUSE="fltk odbc" @@ -9,8 +9,8 @@ SRC_URI="http://sptk.tts-sf.com/${P}.tgz" HOMEPAGE="http://sptk.tts-sf.com" SLOT="2" -LICENSE="FLTK | GPL-2" -KEYWORDS="-* ~x86 ~sparc ~mips ~ppc" +LICENSE="|| ( FLTK GPL-2 )" +KEYWORDS="-* ~x86 ~sparc ~mips ~ppc ~alpha" DEPEND="fltk? ( x11-libs/fltk ) odbc? ( >=dev-db/unixODBC-2.2.8 )" diff --git a/dev-cpp/sptk/sptk-2.2.ebuild b/dev-cpp/sptk/sptk-2.2.ebuild index 0e39790c24bd..cf72f324d21e 100644 --- a/dev-cpp/sptk/sptk-2.2.ebuild +++ b/dev-cpp/sptk/sptk-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-2.2.ebuild,v 1.1 2004/08/16 02:02:40 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-2.2.ebuild,v 1.2 2004/11/08 21:54:41 kloeri Exp $ IUSE="fltk odbc" @@ -9,7 +9,7 @@ SRC_URI="http://sptk.tts-sf.com/sptk-${PV}.tgz" HOMEPAGE="http://sptk.tts-sf.com" SLOT="2" -LICENSE="FLTK | GPL-2" +LICENSE="|| ( FLTK GPL-2 )" KEYWORDS="-* ~x86 ~sparc ~mips" DEPEND="fltk? ( x11-libs/fltk ) |