diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-02 13:45:06 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-02 13:45:06 +0000 |
commit | 74a7e9586a77260cdd984629f517cd4ec82a6685 (patch) | |
tree | c9a787a32477865b7a24abb96d2ad8ca7de3047e /rox-extra/clock/clock-2.1.7.ebuild | |
parent | Fix for gcc-4.1.1; closes bug #149800 (diff) | |
download | historical-74a7e9586a77260cdd984629f517cd4ec82a6685.tar.gz historical-74a7e9586a77260cdd984629f517cd4ec82a6685.tar.bz2 historical-74a7e9586a77260cdd984629f517cd4ec82a6685.zip |
Version bump to 2.1.7 (imported from breamygentoo.net, big thanks to Peter Hyman), also accepting maintainer role.
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'rox-extra/clock/clock-2.1.7.ebuild')
-rw-r--r-- | rox-extra/clock/clock-2.1.7.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rox-extra/clock/clock-2.1.7.ebuild b/rox-extra/clock/clock-2.1.7.ebuild new file mode 100644 index 000000000000..604c9a81c4a1 --- /dev/null +++ b/rox-extra/clock/clock-2.1.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/clock/clock-2.1.7.ebuild,v 1.1 2006/10/02 13:45:06 lack Exp $ + +inherit rox + +MY_PN="Clock" + +DESCRIPTION="Clock - a clock for the ROX Desktop" +HOMEPAGE="http://www.kerofin.demon.co.uk/rox/clock.html" +SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +ROX_CLIB_VER=2.1.6 +KEEP_SRC=true +APPNAME=Clock +S=${WORKDIR} + |