summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-06-18 21:10:28 +0000
committerSven Wegener <swegener@gentoo.org>2008-06-18 21:10:28 +0000
commitab1b22c238a631be3893d13e516fcdc7f1f7bee5 (patch)
tree52b6cf27d08eba73aa75b39544994be50c2dbea9 /x11-misc/glipper
parentCleanup. (diff)
downloadgentoo-2-ab1b22c238a631be3893d13e516fcdc7f1f7bee5.tar.gz
gentoo-2-ab1b22c238a631be3893d13e516fcdc7f1f7bee5.tar.bz2
gentoo-2-ab1b22c238a631be3893d13e516fcdc7f1f7bee5.zip
Cleanup.
(Portage version: 2.1.5.6)
Diffstat (limited to 'x11-misc/glipper')
-rw-r--r--x11-misc/glipper/ChangeLog6
-rw-r--r--x11-misc/glipper/glipper-1.0-r1.ebuild51
-rw-r--r--x11-misc/glipper/glipper-1.0.ebuild44
3 files changed, 5 insertions, 96 deletions
diff --git a/x11-misc/glipper/ChangeLog b/x11-misc/glipper/ChangeLog
index 7719ebb1d61c..1c11b92b7f78 100644
--- a/x11-misc/glipper/ChangeLog
+++ b/x11-misc/glipper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/glipper
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/ChangeLog,v 1.12 2008/05/29 18:19:27 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/ChangeLog,v 1.13 2008/06/18 21:10:28 swegener Exp $
+
+ 18 Jun 2008; Sven Wegener <swegener@gentoo.org> -glipper-1.0.ebuild,
+ -glipper-1.0-r1.ebuild:
+ Cleanup.
29 May 2008; Ali Polatel <hawking@gentoo.org> glipper-1.0.ebuild,
glipper-1.0-r1.ebuild, glipper-1.0-r2.ebuild:
diff --git a/x11-misc/glipper/glipper-1.0-r1.ebuild b/x11-misc/glipper/glipper-1.0-r1.ebuild
deleted file mode 100644
index f95a32a90e62..000000000000
--- a/x11-misc/glipper/glipper-1.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0-r1.ebuild,v 1.2 2008/05/29 18:19:27 hawking Exp $
-
-GCONF_DEBUG="no"
-
-inherit gnome2 python eutils multilib
-
-DESCRIPTION="GNOME Clipboard Manager"
-HOMEPAGE="http://glipper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-python/pygobject-2.6
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-2.10
- >=dev-python/gnome-python-desktop-2.10
- >=dev-python/gnome-python-extras-2.10
- >=gnome-base/gnome-desktop-2.10"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog NEWS"
-
-src_unpack() {
- gnome2_src_unpack
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-binary-data.patch
-}
-
-src_install() {
- gnome2_src_install py_compile=true
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/glipper
-
- elog "Glipper has been completely rewritten as a panel applet. Please remove your"
- elog "existing ~/.glipper directory and then add glipper as a new panel applet."
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup
-}
diff --git a/x11-misc/glipper/glipper-1.0.ebuild b/x11-misc/glipper/glipper-1.0.ebuild
deleted file mode 100644
index 271c3e13cf11..000000000000
--- a/x11-misc/glipper/glipper-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild,v 1.7 2008/05/29 18:19:27 hawking Exp $
-
-GCONF_DEBUG="no"
-
-inherit gnome2 python multilib
-
-DESCRIPTION="GNOME Clipboard Manager"
-HOMEPAGE="http://glipper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-python/pygobject-2.6
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-2.10
- >=dev-python/gnome-python-desktop-2.10
- >=dev-python/gnome-python-extras-2.10
- >=gnome-base/gnome-desktop-2.10"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog NEWS"
-
-src_install() {
- gnome2_src_install py_compile=true
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/glipper
-
- elog "Glipper has been completely rewritten as a panel applet. Please remove your"
- elog "existing ~/.glipper directory and then add glipper as a new panel applet."
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup
-}