diff options
author | 2009-07-18 22:26:01 +0000 | |
---|---|---|
committer | 2009-07-18 22:26:01 +0000 | |
commit | 06d3aad7b491ab7156626e119306a7db1276bef9 (patch) | |
tree | 03442eb0c221d489f67e68a0e1cc70911c91f69d /x11-misc/xpad | |
parent | Fix building with glibc 2.10+ wrt #276182, thanks to Joost Ruis and Arttu Valo. (diff) | |
download | gentoo-2-06d3aad7b491ab7156626e119306a7db1276bef9.tar.gz gentoo-2-06d3aad7b491ab7156626e119306a7db1276bef9.tar.bz2 gentoo-2-06d3aad7b491ab7156626e119306a7db1276bef9.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-4.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index b33c2abd18a4..eb1e98320c2b 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xpad -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.63 2009/03/21 17:05:58 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.64 2009/07/18 22:26:01 ssuominen Exp $ + +*xpad-4.0 (18 Jul 2009) + + 18 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> +xpad-4.0.ebuild: + Version bump. 21 Mar 2009; Raúl Porcel <armin76@gentoo.org> -xpad-2.11.ebuild, -xpad-2.12.ebuild, xpad-2.14.ebuild: diff --git a/x11-misc/xpad/xpad-4.0.ebuild b/x11-misc/xpad/xpad-4.0.ebuild new file mode 100644 index 000000000000..7e037a8ea105 --- /dev/null +++ b/x11-misc/xpad/xpad-4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 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.1 2009/07/18 22:26:01 ssuominen 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="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.12:2" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.31 + dev-util/pkgconfig + sys-devel/gettext" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README THANKS TODO +} |