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 | df8593b60cc027ce8dfced147d69f747116d8b46 (patch) | |
tree | 1cf2f5ae364d1c872d8ba2102501cad482d799fd /dev-cpp | |
parent | Initial import; closing bugs #47944 and #59844 (diff) | |
download | gentoo-2-df8593b60cc027ce8dfced147d69f747116d8b46.tar.gz gentoo-2-df8593b60cc027ce8dfced147d69f747116d8b46.tar.bz2 gentoo-2-df8593b60cc027ce8dfced147d69f747116d8b46.zip |
~alpha keyword, fix license syntax.
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-2.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-2.2.ebuild | 4 |
3 files changed, 10 insertions, 6 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/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 ) |