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
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')
-rw-r--r--x11-proto/xcalibrateproto/ChangeLog10
-rw-r--r--x11-proto/xcalibrateproto/metadata.xml6
-rw-r--r--x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild24
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-proto/xcalibrateproto/ChangeLog b/x11-proto/xcalibrateproto/ChangeLog
new file mode 100644
index 000000000000..8647859600c1
--- /dev/null
+++ b/x11-proto/xcalibrateproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/xcalibrateproto
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcalibrateproto/ChangeLog,v 1.1 2009/03/15 21:26:03 solar Exp $
+
+*xcalibrateproto-0.1_pre20081210 (15 Mar 2009)
+
+ 15 Mar 2009; <solar@gentoo.org> +metadata.xml,
+ +xcalibrateproto-0.1_pre20081210.ebuild:
+ - initial commit of xcalibrateproto from snapshot
+
diff --git a/x11-proto/xcalibrateproto/metadata.xml b/x11-proto/xcalibrateproto/metadata.xml
new file mode 100644
index 000000000000..d7e55682affc
--- /dev/null
+++ b/x11-proto/xcalibrateproto/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+<herd>embedded</herd>
+</pkgmetadata>
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}"