summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-11-16 07:34:04 +0000
committerPacho Ramos <pacho@gentoo.org>2012-11-16 07:34:04 +0000
commitec6393c2770c7a7b45a19a5b2b04faa3a8a2df3c (patch)
treecaea392edfb525160e3aec46921c76d6172344dc /gnome-extra/gucharmap
parentBump (diff)
downloadgentoo-2-ec6393c2770c7a7b45a19a5b2b04faa3a8a2df3c.tar.gz
gentoo-2-ec6393c2770c7a7b45a19a5b2b04faa3a8a2df3c.tar.bz2
gentoo-2-ec6393c2770c7a7b45a19a5b2b04faa3a8a2df3c.zip
Really drop old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gucharmap')
-rw-r--r--gnome-extra/gucharmap/ChangeLog6
-rw-r--r--gnome-extra/gucharmap/gucharmap-2.32.1.ebuild49
-rw-r--r--gnome-extra/gucharmap/gucharmap-3.2.1.ebuild54
-rw-r--r--gnome-extra/gucharmap/gucharmap-3.2.2.ebuild54
4 files changed, 5 insertions, 158 deletions
diff --git a/gnome-extra/gucharmap/ChangeLog b/gnome-extra/gucharmap/ChangeLog
index 29e6cbc00fcc..c7cda10c32f8 100644
--- a/gnome-extra/gucharmap/ChangeLog
+++ b/gnome-extra/gucharmap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gucharmap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.185 2012/11/15 19:51:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.186 2012/11/16 07:34:04 pacho Exp $
+
+ 16 Nov 2012; Pacho Ramos <pacho@gentoo.org> -gucharmap-2.32.1.ebuild,
+ -gucharmap-3.2.1.ebuild, -gucharmap-3.2.2.ebuild:
+ Really drop old.
15 Nov 2012; Pacho Ramos <pacho@gentoo.org>
+files/gucharmap-3.4.1.1-fix-doc.patch, gucharmap-3.0.1-r200.ebuild,
diff --git a/gnome-extra/gucharmap/gucharmap-2.32.1.ebuild b/gnome-extra/gucharmap/gucharmap-2.32.1.ebuild
deleted file mode 100644
index 19bbf76c9700..000000000000
--- a/gnome-extra/gucharmap/gucharmap-2.32.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.32.1.ebuild,v 1.9 2012/05/05 06:25:22 jdhore Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-PYTHON_DEPEND="python? 2:2.5"
-
-inherit gnome2 python
-
-DESCRIPTION="Unicode character map viewer"
-HOMEPAGE="http://live.gnome.org/Gucharmap"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="cjk doc gnome +introspection python test"
-
-RDEPEND=">=dev-libs/glib-2.16.3
- >=x11-libs/pango-1.2.1
- >=x11-libs/gtk+-2.14:2
- gnome? ( gnome-base/gconf )
- introspection? ( >=dev-libs/gobject-introspection-0.6 )
- python? ( >=dev-python/pygtk-2.7.1 )"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- >=app-text/gnome-doc-utils-0.9.0
- doc? ( >=dev-util/gtk-doc-1.0 )
- test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --disable-maintainer-mode
- --with-gtk=2.0
- $(use_enable gnome gconf)
- $(use_enable introspection)
- $(use_enable cjk unihan)
- $(use_enable python python-bindings)"
- DOCS="ChangeLog NEWS README TODO"
- python_set_active_version 2
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die "remove of la files failed"
-}
diff --git a/gnome-extra/gucharmap/gucharmap-3.2.1.ebuild b/gnome-extra/gucharmap/gucharmap-3.2.1.ebuild
deleted file mode 100644
index 31c2366ae9ef..000000000000
--- a/gnome-extra/gucharmap/gucharmap-3.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.2.1.ebuild,v 1.3 2012/05/05 06:25:22 jdhore Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-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 doc gnome +introspection test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16.3
- >=x11-libs/pango-1.2.1[introspection?]
- >=x11-libs/gtk+-3.0.0:3[introspection?]
-
- gnome? ( gnome-base/gconf:2 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gucharmap-3:0"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- >=app-text/gnome-doc-utils-0.9.0
-
- sys-devel/gettext
-
- doc? ( >=dev-util/gtk-doc-1.0 )
- test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-scrollkeeper
- $(use_enable gnome gconf)
- $(use_enable introspection)
- $(use_enable cjk unihan)"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
-}
-
-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"
-
- gnome2_src_prepare
-}
diff --git a/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild b/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild
deleted file mode 100644
index 7a747967f3cf..000000000000
--- a/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.2.2.ebuild,v 1.8 2012/07/15 16:26:09 armin76 Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-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 doc gnome +introspection test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16.3
- >=x11-libs/pango-1.2.1[introspection?]
- >=x11-libs/gtk+-3.0.0:3[introspection?]
-
- gnome? ( gnome-base/gconf:2 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gucharmap-3:0"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- >=app-text/gnome-doc-utils-0.9.0
-
- sys-devel/gettext
-
- doc? ( >=dev-util/gtk-doc-1.0 )
- test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-scrollkeeper
- $(use_enable gnome gconf)
- $(use_enable introspection)
- $(use_enable cjk unihan)"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
-}
-
-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"
-
- gnome2_src_prepare
-}