diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 19:59:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 19:59:21 +0000 |
commit | 2285330d36f981603b6e5aaf9e9c2808f3040aa7 (patch) | |
tree | 1a6eab6485bef5cd40e1e238b8beb4e7b5d97490 /gnome-extra/gucharmap | |
parent | Move to testing on arches that are not going to keep stabilizing gucharmap (diff) | |
download | gentoo-2-2285330d36f981603b6e5aaf9e9c2808f3040aa7.tar.gz gentoo-2-2285330d36f981603b6e5aaf9e9c2808f3040aa7.tar.bz2 gentoo-2-2285330d36f981603b6e5aaf9e9c2808f3040aa7.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gucharmap')
-rw-r--r-- | gnome-extra/gucharmap/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-3.6.1.ebuild | 61 | ||||
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-3.8.2.ebuild | 61 |
3 files changed, 5 insertions, 123 deletions
diff --git a/gnome-extra/gucharmap/ChangeLog b/gnome-extra/gucharmap/ChangeLog index a3313c15bad0..b550b63b7e81 100644 --- a/gnome-extra/gucharmap/ChangeLog +++ b/gnome-extra/gucharmap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gucharmap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.211 2014/03/09 12:00:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.212 2014/04/26 19:59:21 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gucharmap-3.6.1.ebuild, + -gucharmap-3.8.2.ebuild: + drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gucharmap-3.10.1.ebuild: x86 stable, bug 499954 diff --git a/gnome-extra/gucharmap/gucharmap-3.6.1.ebuild b/gnome-extra/gucharmap/gucharmap-3.6.1.ebuild deleted file mode 100644 index 827a8dc992eb..000000000000 --- a/gnome-extra/gucharmap/gucharmap-3.6.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.6.1.ebuild,v 1.15 2013/04/09 16:43:45 ago Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Unicode character map viewer and library" -HOMEPAGE="http://live.gnome.org/Gucharmap" - -LICENSE="GPL-3" -SLOT="2.90" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="cjk +introspection test vala" -REQUIRED_USE="vala? ( introspection )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.32 - >=x11-libs/pango-1.2.1[introspection?] - >=x11-libs/gtk+-3.4.0:3[introspection?] - - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) -" -RDEPEND="${COMMON_DEPEND} - !<gnome-extra/gucharmap-3:0 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/gtk-doc-am-1 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig - test? ( app-text/docbook-xml-dtd:4.1.2 ) - vala? ( $(vala_depend) ) -" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS README TODO" - G2CONF="${G2CONF} - --disable-static - $(use_enable introspection) - $(use_enable cjk unihan) - $(use_enable vala)" - # Do not add ITSTOOL=$(type -P true); yelp-tools is a true required - # dependency here for some LINGUAS. - - # prevent file collisions with slot 0 - sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \ - -i configure.ac configure || die "sed configure.ac configure failed" - - use vala && vala_src_prepare - gnome2_src_prepare - - # avoid autoreconf - sed -e 's/-Wall //g' -i configure || die "sed failed" -} diff --git a/gnome-extra/gucharmap/gucharmap-3.8.2.ebuild b/gnome-extra/gucharmap/gucharmap-3.8.2.ebuild deleted file mode 100644 index 543ca26f0bc4..000000000000 --- a/gnome-extra/gucharmap/gucharmap-3.8.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.8.2.ebuild,v 1.3 2013/12/08 18:53:47 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Unicode character map viewer and library" -HOMEPAGE="http://live.gnome.org/Gucharmap" - -LICENSE="GPL-3" -SLOT="2.90" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" -IUSE="cjk +introspection test vala" -REQUIRED_USE="vala? ( introspection )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.32:2 - >=x11-libs/pango-1.2.1[introspection?] - >=x11-libs/gtk+-3.4.0:3[introspection?] - - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) -" -RDEPEND="${COMMON_DEPEND} - !<gnome-extra/gucharmap-3:0 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/gtk-doc-am-1 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig - test? ( app-text/docbook-xml-dtd:4.1.2 ) - vala? ( $(vala_depend) ) -" - -src_prepare() { - # prevent file collisions with slot 0 - sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \ - -i configure.ac configure || die "sed configure.ac configure failed" - - # avoid autoreconf - sed -e 's/-Wall //g' -i configure || die "sed failed" - - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - # Do not add ITSTOOL=$(type -P true); yelp-tools is a true required - # dependency here for some LINGUAS. - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable cjk unihan) \ - $(use_enable vala) -} |