summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-02-23 18:31:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-02-23 18:31:47 +0000
commit6adaa1da0d7e3ac84fedec3b97eea7c86d939986 (patch)
treeef071d6055a511d35ee37320277dd12978dbf431 /x11-proto
parentNo new version since 2k5. Migrate by hand to xorg-2 eclass. (diff)
downloadgentoo-2-6adaa1da0d7e3ac84fedec3b97eea7c86d939986.tar.gz
gentoo-2-6adaa1da0d7e3ac84fedec3b97eea7c86d939986.tar.bz2
gentoo-2-6adaa1da0d7e3ac84fedec3b97eea7c86d939986.zip
Another proto last touched in 2k8. Move to use xorg-2 eclass by hand.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcalibrateproto/ChangeLog8
-rw-r--r--x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild29
2 files changed, 19 insertions, 18 deletions
diff --git a/x11-proto/xcalibrateproto/ChangeLog b/x11-proto/xcalibrateproto/ChangeLog
index 2f9c689baa72..81f7b2d429d2 100644
--- a/x11-proto/xcalibrateproto/ChangeLog
+++ b/x11-proto/xcalibrateproto/ChangeLog
@@ -1,6 +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.10 2009/06/23 19:25:26 klausman Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcalibrateproto/ChangeLog,v 1.11 2012/02/23 18:31:47 scarabeus Exp $
+
+ 23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ xcalibrateproto-0.1_pre20081210.ebuild:
+ Another proto last touched in 2k8. Move to use xorg-2 eclass by hand.
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
xcalibrateproto-0.1_pre20081210.ebuild:
diff --git a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
index 3243a8938383..2d4fddc26dd9 100644
--- a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
+++ b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
@@ -1,24 +1,21 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild,v 1.12 2012/02/23 18:31:47 scarabeus 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`/
+EAPI=4
-# Must be before x-modular eclass is inherited
-SNAPSHOT="yes"
-inherit x-modular
+MY_P="${PN/x/}-${PV#*_pre}"
-MY_PN=${PN/x/}
-MY_PV="${PV#*_pre}"
+inherit xorg-2
DESCRIPTION="Touchscreen calibration protocol"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="GPL-2"
-DEPEND="${RDEPEND}"
+
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+IUSE=""
+
RDEPEND=""
-SRC_URI="mirror://gentoo/${MY_PN}-${MY_PV}.tar.bz2"
-IUSE="${IUSE}"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"