diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:19:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:19:29 +0000 |
commit | 51751e5e842b1f314eeab58610291d078408c77e (patch) | |
tree | 253d4a2d64a5796d7a96dfcbd7307053c83a3cc5 /dev-cpp | |
parent | Block x11-terms/terminator per bug 359363 (diff) | |
download | gentoo-2-51751e5e842b1f314eeab58610291d078408c77e.tar.gz gentoo-2-51751e5e842b1f314eeab58610291d078408c77e.tar.bz2 gentoo-2-51751e5e842b1f314eeab58610291d078408c77e.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 9 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.10.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-4.00.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-4.02.ebuild | 22 |
6 files changed, 57 insertions, 62 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index b99424033b80..5e3e92717934 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/sptk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.71 2010/07/11 06:36:57 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.72 2011/03/20 20:19:29 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> sptk-3.5.8.10.ebuild, + sptk-3.5.8.14.ebuild, sptk-3.5.8.14-r1.ebuild, sptk-4.00.ebuild, + sptk-4.02.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 11 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> sptk-4.02.ebuild, +files/sptk-4.02-openssl-1.patch: diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild index 56b108b9a90e..0baef9a45686 100644 --- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.9 2010/06/17 20:09:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.10 2011/03/20 20:19:29 jlec Exp $ EAPI=1 inherit cmake-utils -IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" - DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" HOMEPAGE="http://www.sptk.net" @@ -15,14 +13,16 @@ HOMEPAGE="http://www.sptk.net" SLOT="3" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" -RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite? ( >=dev-db/sqlite-3 ) +RDEPEND=" + aspell? ( >=app-text/aspell-0.50 ) + fltk? ( x11-libs/fltk:1 ) + gnutls? ( net-libs/gnutls ) + mysql? ( virtual/mysql ) + odbc? ( >=dev-db/unixODBC-2.2.6 ) postgres? ( >=dev-db/postgresql-base-8.0 ) - mysql? ( virtual/mysql ) - aspell? ( >=app-text/aspell-0.50 ) - gnutls? ( net-libs/gnutls )" + sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -51,11 +51,9 @@ src_compile() { einfo "Building docs" doxygen sptk3.doxygen fi - } src_install () { - DOCS="README AUTHORS" cmake-utils_src_install diff --git a/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild b/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild index b672f43c6d9e..1727b5b8f31b 100644 --- a/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild,v 1.4 2010/06/17 20:09:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild,v 1.5 2011/03/20 20:19:29 jlec Exp $ EAPI=1 inherit cmake-utils -IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" - DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" HOMEPAGE="http://www.sptk.net" @@ -15,14 +13,16 @@ HOMEPAGE="http://www.sptk.net" SLOT="3" LICENSE="BSD" KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86" +IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" -RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite? ( >=dev-db/sqlite-3 ) +RDEPEND=" + aspell? ( >=app-text/aspell-0.50 ) + fltk? ( x11-libs/fltk:1 ) + gnutls? ( net-libs/gnutls ) + mysql? ( virtual/mysql ) + odbc? ( >=dev-db/unixODBC-2.2.6 ) postgres? ( >=dev-db/postgresql-base-8.0 ) - mysql? ( virtual/mysql ) - aspell? ( >=app-text/aspell-0.50 ) - gnutls? ( net-libs/gnutls )" + sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -57,11 +57,9 @@ src_compile() { einfo "Building docs" doxygen sptk3.doxygen fi - } src_install () { - DOCS="README AUTHORS" cmake-utils_src_install diff --git a/dev-cpp/sptk/sptk-3.5.8.14.ebuild b/dev-cpp/sptk/sptk-3.5.8.14.ebuild index 887c21a555e2..68b99a8eb27c 100644 --- a/dev-cpp/sptk/sptk-3.5.8.14.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.14.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.3 2010/06/17 20:09:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.4 2011/03/20 20:19:29 jlec Exp $ EAPI=1 inherit cmake-utils -IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" - DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" HOMEPAGE="http://www.sptk.net" @@ -15,14 +13,16 @@ HOMEPAGE="http://www.sptk.net" SLOT="3" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" -RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite? ( >=dev-db/sqlite-3 ) +RDEPEND=" + aspell? ( >=app-text/aspell-0.50 ) + fltk? ( x11-libs/fltk:1 ) + gnutls? ( net-libs/gnutls ) + mysql? ( virtual/mysql ) + odbc? ( >=dev-db/unixODBC-2.2.6 ) postgres? ( >=dev-db/postgresql-base-8.0 ) - mysql? ( virtual/mysql ) - aspell? ( >=app-text/aspell-0.50 ) - gnutls? ( net-libs/gnutls )" + sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -51,11 +51,9 @@ src_compile() { einfo "Building docs" doxygen sptk3.doxygen fi - } src_install () { - DOCS="README AUTHORS" cmake-utils_src_install diff --git a/dev-cpp/sptk/sptk-4.00.ebuild b/dev-cpp/sptk/sptk-4.00.ebuild index 9982cbb0c9f3..25d02f7d7c31 100644 --- a/dev-cpp/sptk/sptk-4.00.ebuild +++ b/dev-cpp/sptk/sptk-4.00.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.00.ebuild,v 1.2 2010/06/17 20:09:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.00.ebuild,v 1.3 2011/03/20 20:19:29 jlec Exp $ EAPI=1 inherit cmake-utils -IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" - DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" HOMEPAGE="http://www.sptk.net" @@ -15,14 +13,16 @@ HOMEPAGE="http://www.sptk.net" SLOT="4" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" -RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite? ( >=dev-db/sqlite-3 ) +RDEPEND=" + aspell? ( >=app-text/aspell-0.50 ) + fltk? ( x11-libs/fltk:1 ) + gnutls? ( net-libs/gnutls ) + mysql? ( virtual/mysql ) + odbc? ( >=dev-db/unixODBC-2.2.6 ) postgres? ( >=dev-db/postgresql-base-8.0 ) - mysql? ( virtual/mysql ) - aspell? ( >=app-text/aspell-0.50 ) - gnutls? ( net-libs/gnutls )" + sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -56,11 +56,9 @@ src_compile() { einfo "Building docs" doxygen sptk3.doxygen fi - } src_install () { - DOCS="README AUTHORS" cmake-utils_src_install diff --git a/dev-cpp/sptk/sptk-4.02.ebuild b/dev-cpp/sptk/sptk-4.02.ebuild index 32085499ad9d..ea61ff24f6c2 100644 --- a/dev-cpp/sptk/sptk-4.02.ebuild +++ b/dev-cpp/sptk/sptk-4.02.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.02.ebuild,v 1.3 2010/07/11 06:35:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.02.ebuild,v 1.4 2011/03/20 20:19:29 jlec Exp $ EAPI=1 inherit cmake-utils eutils -IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" - DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" HOMEPAGE="http://www.sptk.net" @@ -15,14 +13,16 @@ HOMEPAGE="http://www.sptk.net" SLOT="4" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" -RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite? ( >=dev-db/sqlite-3 ) +RDEPEND=" + aspell? ( >=app-text/aspell-0.50 ) + fltk? ( x11-libs/fltk:1 ) + gnutls? ( net-libs/gnutls ) + mysql? ( virtual/mysql ) + odbc? ( >=dev-db/unixODBC-2.2.6 ) postgres? ( >=dev-db/postgresql-base-8.0 ) - mysql? ( virtual/mysql ) - aspell? ( >=app-text/aspell-0.50 ) - gnutls? ( net-libs/gnutls )" + sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -57,11 +57,9 @@ src_compile() { einfo "Building docs" doxygen sptk3.doxygen fi - } src_install () { - DOCS="README AUTHORS" cmake-utils_src_install |