summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 16:53:01 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commitd791c6823d617bedeccba740b2beed81bc9f7674 (patch)
treecb4998a3a8eca23f3d7ead536c652bc5e9c1f9d6
parentapp-cdr/xfburn: Prune old (diff)
downloadgentoo-d791c6823d617bedeccba740b2beed81bc9f7674.tar.gz
gentoo-d791c6823d617bedeccba740b2beed81bc9f7674.tar.bz2
gentoo-d791c6823d617bedeccba740b2beed81bc9f7674.zip
app-editors/mousepad: Prune old
-rw-r--r--app-editors/mousepad/Manifest1
-rw-r--r--app-editors/mousepad/files/mousepad-0.3.0-validate.patch17
-rw-r--r--app-editors/mousepad/mousepad-0.3.0.ebuild36
3 files changed, 0 insertions, 54 deletions
diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
index d069a48c3f9c..fc7b85564cd2 100644
--- a/app-editors/mousepad/Manifest
+++ b/app-editors/mousepad/Manifest
@@ -1,2 +1 @@
-DIST mousepad-0.3.0.tar.bz2 481125 SHA256 10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d SHA512 4e8f7cd8f05265c7f3964f0f5196721136c501351aa8c7bae1e3a6056fcd61f40364f2bb226817d458afa3707334dd600efbae2f8d050d65841ef03085717e42 WHIRLPOOL ed3582231bca8d3ea1f5a4adaf6279cd48d3628ba1154db80c6fb037b0efacbaf7535dad9bb4631982cfa5ee73514a628c340cb017514b0ab29d028b3c974b1c
DIST mousepad-0.4.0.tar.bz2 578483 SHA256 60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132 SHA512 5196abd04268d1ace118dc485b72bfcfb7f9175eeaf52bc97c08c1646371d26401403a3bb199d882380bcb998547c65af9bd054f0365afd846c0ad74d3c3b1fe WHIRLPOOL dd087f38d75836d28cdae3a851d2ede0246a66db104710bab919928d32b63e470c95d77ff09c34c92e90322f14d5f85f83dc913acc529b8dd95ad8bc2712b9c1
diff --git a/app-editors/mousepad/files/mousepad-0.3.0-validate.patch b/app-editors/mousepad/files/mousepad-0.3.0-validate.patch
deleted file mode 100644
index dbbd31fb786d..000000000000
--- a/app-editors/mousepad/files/mousepad-0.3.0-validate.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- mousepad.desktop.in.in
-+++ mousepad.desktop.in.in
-@@ -1,6 +1,4 @@
--
- [Desktop Entry]
--Encoding=UTF-8
- _Name=Mousepad
- _Comment=Simple Text Editor
- _GenericName=Text Editor
-@@ -9,5 +7,5 @@
- Terminal=false
- StartupNotify=true
- Type=Application
--Categories=Application;Utility;TextEditor;GTK;
--MimeType=text/plain
-+Categories=Utility;TextEditor;GTK;
-+MimeType=text/plain;
diff --git a/app-editors/mousepad/mousepad-0.3.0.ebuild b/app-editors/mousepad/mousepad-0.3.0.ebuild
deleted file mode 100644
index 34d66f0ed058..000000000000
--- a/app-editors/mousepad/mousepad-0.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="GTK+ 2.x based editor for the Xfce Desktop Environment"
-HOMEPAGE="http://goodies.xfce.org/projects/applications/start"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug dbus"
-
-RDEPEND=">=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.20:2
- x11-libs/gtksourceview:2.0
- dbus? ( >=dev-libs/dbus-glib-0.100 )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-validate.patch )
-
- XFCONF=(
- $(xfconf_use_debug)
- $(use_enable dbus)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}