diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-28 13:36:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-28 13:36:35 +0000 |
commit | b092f309fe42052c8ce7d09b8c96b0de28925948 (patch) | |
tree | e63e6ffa41009e2faf56916f8e5fa49604ee81ba /x11-misc/xtscal | |
parent | ppc64 stable wrt #327777 (diff) | |
download | historical-b092f309fe42052c8ce7d09b8c96b0de28925948.tar.gz historical-b092f309fe42052c8ce7d09b8c96b0de28925948.tar.bz2 historical-b092f309fe42052c8ce7d09b8c96b0de28925948.zip |
ppc64 stable wrt #327777
Package-Manager: portage-2.2_rc87/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xtscal')
-rw-r--r-- | x11-misc/xtscal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xtscal/xtscal-0.6.3.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-misc/xtscal/ChangeLog b/x11-misc/xtscal/ChangeLog index 08982178a869..9b6e2759a8b3 100644 --- a/x11-misc/xtscal/ChangeLog +++ b/x11-misc/xtscal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xtscal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.6 2010/09/12 19:12:12 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.7 2010/09/28 13:33:56 ssuominen Exp $ + + 28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> xtscal-0.6.3.ebuild: + ppc64 stable wrt #327777 12 Sep 2010; Tobias Klausmann <klausman@gentoo.org> xtscal-0.6.3.ebuild: Stable on alpha, bug #327777 diff --git a/x11-misc/xtscal/xtscal-0.6.3.ebuild b/x11-misc/xtscal/xtscal-0.6.3.ebuild index 0206d7352bb2..2f82040d123c 100644 --- a/x11-misc/xtscal/xtscal-0.6.3.ebuild +++ b/x11-misc/xtscal/xtscal-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.6 2010/09/12 19:12:12 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.7 2010/09/28 13:33:56 ssuominen Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 mirror://gentoo/x LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/libX11 x11-proto/xcalibrateproto x11-libs/libXCalibrate" @@ -24,7 +24,5 @@ src_unpack() { } src_install() { - dodir /usr/bin - exeinto /usr/bin - doexe xtscal + dobin xtscal || die } |