summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-10 13:53:07 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-10 13:53:07 +0000
commit957bb5941711f5367945cb4f44617be510ff4be2 (patch)
tree2627fdde09e7cc9a9d5f6d9fd942b24c2f6de9f5 /app-editors
parentXfce-4.6 bump (diff)
downloadgentoo-2-957bb5941711f5367945cb4f44617be510ff4be2.tar.gz
gentoo-2-957bb5941711f5367945cb4f44617be510ff4be2.tar.bz2
gentoo-2-957bb5941711f5367945cb4f44617be510ff4be2.zip
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mousepad/ChangeLog9
-rw-r--r--app-editors/mousepad/mousepad-0.2.16.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog
index 5a5d349287fb..f41ee93669b3 100644
--- a/app-editors/mousepad/ChangeLog
+++ b/app-editors/mousepad/ChangeLog
@@ -1,6 +1,11 @@
# 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.9 2008/12/22 17:08:26 angelos Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.10 2009/03/10 13:53:07 angelos Exp $
+
+*mousepad-0.2.16 (10 Mar 2009)
+
+ 10 Mar 2009; Christoph Mende <angelos@gentoo.org> +mousepad-0.2.16.ebuild:
+ Xfce-4.6 bump
22 Dec 2008; Christoph Mende <angelos@gentoo.org> -mousepad-0.2.13.ebuild:
Removed old
diff --git a/app-editors/mousepad/mousepad-0.2.16.ebuild b/app-editors/mousepad/mousepad-0.2.16.ebuild
new file mode 100644
index 000000000000..e4614df32328
--- /dev/null
+++ b/app-editors/mousepad/mousepad-0.2.16.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.1 2009/03/10 13:53:07 angelos Exp $
+
+EAPI=1
+
+inherit xfce4
+
+XFCE_VERSION=4.6.0
+
+xfce4_core
+
+DESCRIPTION="Text editor"
+HOMEPAGE="http://www.xfce.org/projects/mousepad/"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND=">=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfce4util-${XFCE_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_VERSION}"
+DEPEND="${RDEPEND}
+ dev-util/intltool"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"