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
commit7d912fbe932d027cb1a9e6298dcbd3fdc156e41a (patch)
tree2e0a09d30b3179a13bf13a98c6894061e71af317 /x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
parentx86 stable, bug #260063 (diff)
downloadgentoo-2-7d912fbe932d027cb1a9e6298dcbd3fdc156e41a.tar.gz
gentoo-2-7d912fbe932d027cb1a9e6298dcbd3fdc156e41a.tar.bz2
gentoo-2-7d912fbe932d027cb1a9e6298dcbd3fdc156e41a.zip
- initial commit of xcalibrateproto from snapshot
(Portage version: 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}"