summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-17 05:48:13 -0500
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-17 05:48:13 -0500
commit2d4d9e3147453478fe67b6c12144b88b11a08bda (patch)
tree973798004e9df0559dcb7d80eef8daba04eda967 /x11-libs/gtksourceview
parentdev-util/itstool: synx with gx86, add metadata.xml (diff)
downloadgnome-2d4d9e3147453478fe67b6c12144b88b11a08bda.tar.gz
gnome-2d4d9e3147453478fe67b6c12144b88b11a08bda.tar.bz2
gnome-2d4d9e3147453478fe67b6c12144b88b11a08bda.zip
x11-libs/gtksourceview: moved to gx86
Sync live ebuild with gx86 for EAPI5, USE=doc punting, etc.
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r--x11-libs/gtksourceview/Manifest11
-rw-r--r--x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild58
-rw-r--r--x11-libs/gtksourceview/gtksourceview-9999.ebuild17
3 files changed, 11 insertions, 75 deletions
diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
deleted file mode 100644
index 632f5a9c..00000000
--- a/x11-libs/gtksourceview/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gtksourceview-3.6.1.tar.xz 1218236 SHA256 a9d31df02acc6e9a9547b5ebaee19d1dc4c87b216eb561ee19da69bd1bb1bd0d SHA512 2db4df9173ee05c471392189bc0e5d4240c19695361a05a060a49f37ec8adc419c6799ca607f72ab339c7b1eef45451b2c1fa525e29e9f63b4618342bdfbc190 WHIRLPOOL 6dfc545d80fbb9bda19fe88dfd740024e73136dfd333a2277cb91f524c9b2910c76480566d91e36df6a842772dc631a827e4812c07e7ddae0f2fdd33616dfaad
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCtYGcACgkQ1fmVwcYIWAbo2gCggWtc+rEyFPao7YZandYRQ/+6
-VOkAn1a/JXGNTX4JdG8NdeEOlwjzxE51
-=oB4B
------END PGP SIGNATURE-----
diff --git a/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
deleted file mode 100644
index 528d5e72..00000000
--- a/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild,v 1.8 2012/10/16 04:54:51 blueness Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0"
-IUSE="glade +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
- >=dev-libs/libxml2-2.6:2
- >=dev-libs/glib-2.32:2
- glade? ( >=dev-util/glade-3.9:3.10 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
- G2CONF="${G2CONF}
- --disable-deprecations
- --enable-providers
- $(use_enable glade glade-catalog)
- $(use_enable introspection)"
-
- gnome2_src_prepare
-
- sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
-
- # Skip broken test until upstream bug #621383 is solved
- sed -e "/guess-language/d" \
- -e "/get-language/d" \
- -i tests/test-languagemanager.c || die
-}
-
-src_test() {
- Xemake check
-}
-
-src_install() {
- gnome2_src_install
-
- insinto /usr/share/${PN}-3.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang
-}
diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 0f9d2933..1ffdecce 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
+# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -16,11 +16,12 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="3.0"
-IUSE="doc glade +introspection"
+IUSE="glade +introspection"
if [[ ${PV} = 9999 ]]; then
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
fi
# Note: has native OSX support, prefix teams, attack!
@@ -33,8 +34,12 @@ DEPEND="${RDEPEND}
dev-util/gtk-doc-am
>=dev-util/intltool-0.50
>=sys-devel/gettext-0.17
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.11 )"
+ virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( >=dev-util/gtk-doc-1.11 )"
+fi
src_prepare() {
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"