summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-22 17:08:26 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-22 17:08:26 +0000
commit2c7e80a5d7b2514922e3c2a0dce83f13bc772eb6 (patch)
tree5b0d6bdfa1123477fd1329737d5797d61ec1a31d /app-editors/mousepad
parentRemoved old (diff)
downloadgentoo-2-2c7e80a5d7b2514922e3c2a0dce83f13bc772eb6.tar.gz
gentoo-2-2c7e80a5d7b2514922e3c2a0dce83f13bc772eb6.tar.bz2
gentoo-2-2c7e80a5d7b2514922e3c2a0dce83f13bc772eb6.zip
Removed old
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64)
Diffstat (limited to 'app-editors/mousepad')
-rw-r--r--app-editors/mousepad/ChangeLog5
-rw-r--r--app-editors/mousepad/mousepad-0.2.13.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog
index cf4a7486398f..5a5d349287fb 100644
--- a/app-editors/mousepad/ChangeLog
+++ b/app-editors/mousepad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mousepad
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.8 2008/12/15 04:49:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.9 2008/12/22 17:08:26 angelos Exp $
+
+ 22 Dec 2008; Christoph Mende <angelos@gentoo.org> -mousepad-0.2.13.ebuild:
+ Removed old
15 Dec 2008; Jeroen Roovers <jer@gentoo.org> mousepad-0.2.14.ebuild:
Stable for HPPA (bug #249942).
diff --git a/app-editors/mousepad/mousepad-0.2.13.ebuild b/app-editors/mousepad/mousepad-0.2.13.ebuild
deleted file mode 100644
index f86ec0d3fce9..000000000000
--- a/app-editors/mousepad/mousepad-0.2.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.2.13.ebuild,v 1.1 2008/06/22 23:43:07 drac Exp $
-
-inherit fdo-mime
-
-DESCRIPTION="A simple GTK+ text editor for Xfce4 (based on leafpad)"
-HOMEPAGE="http://www.xfce.org/projects/mousepad"
-SRC_URI="mirror://xfce/xfce-4.4.2/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfcegui4-4.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_compile() {
- econf --disable-dependency-tracking $(use_enable debug)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}