summaryrefslogtreecommitdiff
blob: 3243a8938383141d1509d89cf218b8e663c29d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-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.11 2009/06/23 19:25:26 klausman 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="mirror://gentoo/${MY_PN}-${MY_PV}.tar.bz2"
IUSE="${IUSE}"
S="${WORKDIR}/${MY_PN}-${MY_PV}"