summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-11-22 13:49:55 +0000
committerJeroen Roovers <jer@gentoo.org>2013-11-22 13:49:55 +0000
commit5f6f23f33ee83dfe4bee79824ba979080be6a6b7 (patch)
tree3cbcfd5da0bdba878dbe7e9d5b8882727ed9cb01 /x11-misc/xpad
parentremove sci-geosciences/osgearth mask (diff)
downloadgentoo-2-5f6f23f33ee83dfe4bee79824ba979080be6a6b7.tar.gz
gentoo-2-5f6f23f33ee83dfe4bee79824ba979080be6a6b7.tar.bz2
gentoo-2-5f6f23f33ee83dfe4bee79824ba979080be6a6b7.zip
Old. Fix DESCRIPTION.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/ChangeLog6
-rw-r--r--x11-misc/xpad/xpad-4.0.ebuild30
-rw-r--r--x11-misc/xpad/xpad-4.1.ebuild4
3 files changed, 7 insertions, 33 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index a92b7b734838..23d049b8d3ef 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xpad
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.77 2013/06/16 19:48:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.78 2013/11/22 13:49:55 jer Exp $
+
+ 22 Nov 2013; Jeroen Roovers <jer@gentoo.org> -xpad-4.0.ebuild,
+ xpad-4.1.ebuild:
+ Old. Fix DESCRIPTION.
16 Jun 2013; Michael Weber <xmw@gentoo.org> xpad-4.1.ebuild:
add ~arm keyword (bug 473412)
diff --git a/x11-misc/xpad/xpad-4.0.ebuild b/x11-misc/xpad/xpad-4.0.ebuild
deleted file mode 100644
index 0b3ec8f2c9a6..000000000000
--- a/x11-misc/xpad/xpad-4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-4.0.ebuild,v 1.8 2012/08/27 17:58:15 armin76 Exp $
-
-EAPI=2
-
-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="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.12:2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.31
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- # bug 326713
- sed -i '/"type", GTK_WINDOW_TOPLEVEL/d' src/xpad-pad.c || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
diff --git a/x11-misc/xpad/xpad-4.1.ebuild b/x11-misc/xpad/xpad-4.1.ebuild
index f2f1ef915090..9a7f9fc21804 100644
--- a/x11-misc/xpad/xpad-4.1.ebuild
+++ b/x11-misc/xpad/xpad-4.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 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.8 2013/06/16 19:48:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild,v 1.9 2013/11/22 13:49:55 jer Exp $
EAPI=4
inherit eutils
-DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+DESCRIPTION="a sticky note application for jotting down things to remember"
HOMEPAGE="http://mterry.name/xpad"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"