summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-04 09:19:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-04 09:19:14 +0000
commit8510393381f7d9152c249a238c4b16ddcc512c79 (patch)
tree545f773154e9d752b51e8b2d8bf6f05817f8a029 /app-editors
parentppc64 stable wrt #306107 (diff)
downloadgentoo-2-8510393381f7d9152c249a238c4b16ddcc512c79.tar.gz
gentoo-2-8510393381f7d9152c249a238c4b16ddcc512c79.tar.bz2
gentoo-2-8510393381f7d9152c249a238c4b16ddcc512c79.zip
ppc64 stable wrt #310121
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mousepad/ChangeLog6
-rw-r--r--app-editors/mousepad/mousepad-0.2.16-r1.ebuild4
-rw-r--r--app-editors/mousepad/mousepad-0.2.16.ebuild27
3 files changed, 7 insertions, 30 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog
index c9ebeaa56939..0c7a84e03ac6 100644
--- a/app-editors/mousepad/ChangeLog
+++ b/app-editors/mousepad/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/mousepad
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.24 2010/05/07 18:13:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.25 2010/07/04 09:19:13 ssuominen Exp $
+
+ 04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ mousepad-0.2.16-r1.ebuild:
+ ppc64 stable wrt #310121
07 May 2010; Raúl Porcel <armin76@gentoo.org> mousepad-0.2.16-r1.ebuild:
alpha/ia64/sh/sparc stable wrt #310121
diff --git a/app-editors/mousepad/mousepad-0.2.16-r1.ebuild b/app-editors/mousepad/mousepad-0.2.16-r1.ebuild
index 1f91d445352d..9121145567fe 100644
--- a/app-editors/mousepad/mousepad-0.2.16-r1.ebuild
+++ b/app-editors/mousepad/mousepad-0.2.16-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.2.16-r1.ebuild,v 1.5 2010/05/07 18:13:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.2.16-r1.ebuild,v 1.6 2010/07/04 09:19:13 ssuominen Exp $
EAPI=2
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.6:2
diff --git a/app-editors/mousepad/mousepad-0.2.16.ebuild b/app-editors/mousepad/mousepad-0.2.16.ebuild
deleted file mode 100644
index b07c0b366f39..000000000000
--- a/app-editors/mousepad/mousepad-0.2.16.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.2.16.ebuild,v 1.12 2010/01/01 21:06:12 fauli Exp $
-
-EAPI=2
-inherit xfconf
-
-DESCRIPTION="A simple text editor for Xfce"
-HOMEPAGE="http://www.xfce.org/projects/mousepad/"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfcegui4-4.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
-}