summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-13 00:35:36 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-13 00:35:36 +0100
commit501bf9bedef961cebb504159f1a93c5081b699a8 (patch)
treecc1014b588dab517eac2ea02461a05bf7cf55b2b /x11-libs/gtksourceview
parentx11-libs/gtk+: moved to gentoo-x86 + sync live ebuild (diff)
downloadgnome-501bf9bedef961cebb504159f1a93c5081b699a8.tar.gz
gnome-501bf9bedef961cebb504159f1a93c5081b699a8.tar.bz2
gnome-501bf9bedef961cebb504159f1a93c5081b699a8.zip
x11-libs/gtksourceview: moved to gentoo-x86
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r--x11-libs/gtksourceview/Manifest11
-rw-r--r--x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild51
2 files changed, 0 insertions, 62 deletions
diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
deleted file mode 100644
index 74a308a7..00000000
--- a/x11-libs/gtksourceview/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gtksourceview-3.10.1.tar.xz 1317312 SHA256 38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01 SHA512 4d78201eca2feb9ae90dedbd99201e1bf4b921fb4049e785fcbc53333728761b83069efa0add56a7ade94c0af617775c5601b506c1bfe6fb932925a9b779b006 WHIRLPOOL fd8ec286bc4624929f0ebca449f17266c4c86dd8ae7aa16bdcabce6134f5ab9a5ffcaa226e91d1a3bde5177bab250838ceb4d2bbb46e7f6a482ea00ac6baeec8
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.21 (GNU/Linux)
-
-iEYEAREKAAYFAlKbdEcACgkQ1fmVwcYIWAYylACgniTvHnapG1ceAH70jHyUzLzk
-TOgAn3Ja7Jym3JXB0ZVexvGa/G3w0eLg
-=ccri
------END PGP SIGNATURE-----
diff --git a/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
deleted file mode 100644
index e593ab13..00000000
--- a/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-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/2"
-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="
- >=dev-libs/glib-2.37.3:2
- >=dev-libs/libxml2-2.6:2
- >=x11-libs/gtk+-3.9.9:3[introspection?]
- 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_configure() {
- gnome2_src_configure \
- --disable-deprecations \
- --enable-providers \
- $(use_enable glade glade-catalog) \
- $(use_enable introspection)
-}
-
-src_test() {
- Xemake check
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
- gnome2_src_install
-
- insinto /usr/share/${PN}-3.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang
-}