summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-25 18:05:49 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-25 18:05:49 +0000
commit6cffd6492a6fd416e87c922f9df913538caae7c4 (patch)
tree2b02b8dd0697fd7c6729529c521cc354e7466bfb /x11-libs/qscintilla
parentDrop ~x86-fbsd because of missing keyword on dev-python/PyQt4. (diff)
downloadgentoo-2-6cffd6492a6fd416e87c922f9df913538caae7c4.tar.gz
gentoo-2-6cffd6492a6fd416e87c922f9df913538caae7c4.tar.bz2
gentoo-2-6cffd6492a6fd416e87c922f9df913538caae7c4.zip
Drop ~x86-fbsd because of missing keyword on dev-python/qscintilla-python.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qscintilla')
-rw-r--r--x11-libs/qscintilla/ChangeLog7
-rw-r--r--x11-libs/qscintilla/qscintilla-2.4.5.ebuild6
-rw-r--r--x11-libs/qscintilla/qscintilla-2.4.6.ebuild6
-rw-r--r--x11-libs/qscintilla/qscintilla-2.5.1.ebuild6
-rw-r--r--x11-libs/qscintilla/qscintilla-2.6.1.ebuild4
-rw-r--r--x11-libs/qscintilla/qscintilla-2.6.ebuild6
6 files changed, 20 insertions, 15 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog
index c059c64534cd..21934adc4deb 100644
--- a/x11-libs/qscintilla/ChangeLog
+++ b/x11-libs/qscintilla/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qscintilla
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.69 2012/03/04 17:30:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.70 2012/03/25 18:05:49 pesa Exp $
+
+ 25 Mar 2012; Davide Pesavento <pesa@gentoo.org> qscintilla-2.4.5.ebuild,
+ qscintilla-2.4.6.ebuild, qscintilla-2.5.1.ebuild, qscintilla-2.6.1.ebuild,
+ qscintilla-2.6.ebuild:
+ Drop ~x86-fbsd because of missing keyword on dev-python/qscintilla-python.
*qscintilla-2.6.1 (04 Mar 2012)
diff --git a/x11-libs/qscintilla/qscintilla-2.4.5.ebuild b/x11-libs/qscintilla/qscintilla-2.4.5.ebuild
index 52e3e9028c71..04f38477fba6 100644
--- a/x11-libs/qscintilla/qscintilla-2.4.5.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.8 2011/03/16 21:14:32 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.9 2012/03/25 18:05:49 pesa Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="doc python"
DEPEND="x11-libs/qt-gui:4"
diff --git a/x11-libs/qscintilla/qscintilla-2.4.6.ebuild b/x11-libs/qscintilla/qscintilla-2.4.6.ebuild
index f123fc3150cc..d1cd74da894d 100644
--- a/x11-libs/qscintilla/qscintilla-2.4.6.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.4.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.6.ebuild,v 1.1 2010/12/24 17:15:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.6.ebuild,v 1.2 2012/03/25 18:05:49 pesa Exp $
EAPI="3"
@@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc python"
DEPEND="x11-libs/qt-gui:4"
diff --git a/x11-libs/qscintilla/qscintilla-2.5.1.ebuild b/x11-libs/qscintilla/qscintilla-2.5.1.ebuild
index 6690a8b972d7..a393fdcf6fde 100644
--- a/x11-libs/qscintilla/qscintilla-2.5.1.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.4 2011/07/25 20:40:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.5 2012/03/25 18:05:49 pesa Exp $
EAPI="3"
@@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
IUSE="doc python"
DEPEND="x11-libs/qt-gui:4"
diff --git a/x11-libs/qscintilla/qscintilla-2.6.1.ebuild b/x11-libs/qscintilla/qscintilla-2.6.1.ebuild
index a2177fdedd7c..141b0e0b662a 100644
--- a/x11-libs/qscintilla/qscintilla-2.6.1.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.6.1.ebuild,v 1.1 2012/03/04 17:30:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.6.1.ebuild,v 1.2 2012/03/25 18:05:49 pesa Exp $
EAPI="3"
@@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc python"
DEPEND="x11-libs/qt-gui:4"
diff --git a/x11-libs/qscintilla/qscintilla-2.6.ebuild b/x11-libs/qscintilla/qscintilla-2.6.ebuild
index c372e71e82e7..b1ec276c851a 100644
--- a/x11-libs/qscintilla/qscintilla-2.6.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.6.ebuild,v 1.1 2011/11/12 10:57:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.6.ebuild,v 1.2 2012/03/25 18:05:49 pesa Exp $
EAPI="3"
@@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc python"
DEPEND="x11-libs/qt-gui:4"