summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/ChangeLog9
-rw-r--r--x11-misc/xpad/xpad-4.1.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 55c8936dfd6b..d8a8ae82b7c5 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xpad
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.69 2010/07/18 11:08:19 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.70 2011/12/29 18:07:05 jer Exp $
+
+*xpad-4.1 (29 Dec 2011)
+
+ 29 Dec 2011; Jeroen Roovers <jer@gentoo.org> +xpad-4.1.ebuild:
+ Version bump.
18 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> -xpad-2.14.ebuild,
-xpad-3.0.ebuild, xpad-4.0.ebuild:
diff --git a/x11-misc/xpad/xpad-4.1.ebuild b/x11-misc/xpad/xpad-4.1.ebuild
new file mode 100644
index 000000000000..361aa0ce4549
--- /dev/null
+++ b/x11-misc/xpad/xpad-4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild,v 1.1 2011/12/29 18:07:05 jer Exp $
+
+EAPI=4
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://mterry.name/xpad"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/gtk+-2.12:2
+ dev-libs/glib:2
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-util/intltool-0.31
+ dev-util/pkgconfig
+ sys-devel/gettext
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )