summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-03-15 21:26:03 +0000
committerNed Ludd <solar@gentoo.org>2009-03-15 21:26:03 +0000
commitba2c88bcb8d65990237b0308f007ea3571b5a796 (patch)
tree6aa16f2945a5e7b807d01a0d8fef7334afbe5f32 /x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
parentx86 stable, bug #260063 (diff)
downloadhistorical-ba2c88bcb8d65990237b0308f007ea3571b5a796.tar.gz
historical-ba2c88bcb8d65990237b0308f007ea3571b5a796.tar.bz2
historical-ba2c88bcb8d65990237b0308f007ea3571b5a796.zip
- initial commit of xcalibrateproto from snapshot
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild')
-rw-r--r--x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
new file mode 100644
index 000000000000..621a655b20c1
--- /dev/null
+++ b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2008-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild,v 1.1 2009/03/15 21:26:03 solar Exp $
+
+# git clone git://anongit.freedesktop.org/git/xorg/proto/calibrateproto
+# rm -rf calibrateproto/.git
+# mv calibrateproto calibrateproto-`date -u +%Y%m%d`
+# tar jcvf calibrateproto-`date -u +%Y%m%d`.tar.bz2 calibrateproto-`date -u +%Y%m%d`/
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+inherit x-modular
+
+MY_PN=${PN/x/}
+MY_PV="${PV#*_pre}"
+
+DESCRIPTION="Touchscreen calibration protocol"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+LICENSE="GPL-2"
+DEPEND="${RDEPEND}"
+RDEPEND=""
+SRC_URI="mirrors://gentoo/${MY_PN}-${MY_PV}.tar.bz2"
+IUSE="${IUSE}"
+S="${WORKDIR}/${MY_PN}-${MY_PV}"