summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-05-15 16:04:10 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-05-15 16:04:10 +0000
commit2f47359e70c4dfd44389d71eb54c248c4abf4feb (patch)
tree9580a173837446b5b718197e2717c2d08fec39e8 /x11-misc/touchcal
parentVersion bump (diff)
downloadgentoo-2-2f47359e70c4dfd44389d71eb54c248c4abf4feb.tar.gz
gentoo-2-2f47359e70c4dfd44389d71eb54c248c4abf4feb.tar.bz2
gentoo-2-2f47359e70c4dfd44389d71eb54c248c4abf4feb.zip
Version bump, fixing bug #416091 by df <demmamussabebonk@gmail.com>.
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/touchcal')
-rw-r--r--x11-misc/touchcal/ChangeLog9
-rw-r--r--x11-misc/touchcal/touchcal-0.50.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-misc/touchcal/ChangeLog b/x11-misc/touchcal/ChangeLog
index c186c39d78d5..40f111062512 100644
--- a/x11-misc/touchcal/ChangeLog
+++ b/x11-misc/touchcal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/touchcal
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/ChangeLog,v 1.8 2011/04/14 06:59:59 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/ChangeLog,v 1.9 2012/05/15 16:04:10 kensington Exp $
+
+*touchcal-0.50 (15 May 2012)
+
+ 15 May 2012; Michael Palimaka <kensington@gentoo.org> +touchcal-0.50.ebuild:
+ Version bump, fixing bug #416091 by df <demmamussabebonk@gmail.com>.
*touchcal-0.40 (14 Apr 2011)
diff --git a/x11-misc/touchcal/touchcal-0.50.ebuild b/x11-misc/touchcal/touchcal-0.50.ebuild
new file mode 100644
index 000000000000..f9697e47e1d1
--- /dev/null
+++ b/x11-misc/touchcal/touchcal-0.50.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/touchcal-0.50.ebuild,v 1.1 2012/05/15 16:04:10 kensington Exp $
+
+EAPI="4"
+
+DESCRIPTION="Touchscreen calibration utility"
+HOMEPAGE="http://touchcal.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"