diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-09-28 21:00:42 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-09-28 21:00:42 +0000 |
commit | 129157c614dcff253e8df8d7b4da1f83f6cfcc22 (patch) | |
tree | c3d0dcb83200ac5d211d06643384fe14d6398158 /net-misc/clockspeed | |
parent | Version bump, cover search now uses musicbrainz. (diff) | |
download | gentoo-2-129157c614dcff253e8df8d7b4da1f83f6cfcc22.tar.gz gentoo-2-129157c614dcff253e8df8d7b4da1f83f6cfcc22.tar.bz2 gentoo-2-129157c614dcff253e8df8d7b4da1f83f6cfcc22.zip |
EAPI 2 ebuild - fixes bug #241060 (CFLAGS ignored) - remove old versions
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r-- | net-misc/clockspeed/ChangeLog | 15 | ||||
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62-r3.ebuild | 38 | ||||
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62-r6.ebuild (renamed from net-misc/clockspeed/clockspeed-0.62-r4.ebuild) | 17 | ||||
-rw-r--r-- | net-misc/clockspeed/files/leapsecs.dat.20060525 | bin | 184 -> 0 bytes |
4 files changed, 23 insertions, 47 deletions
diff --git a/net-misc/clockspeed/ChangeLog b/net-misc/clockspeed/ChangeLog index 7bcd18ec2956..171bc8f44990 100644 --- a/net-misc/clockspeed/ChangeLog +++ b/net-misc/clockspeed/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for net-misc/clockspeed -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.23 2008/11/16 21:00:58 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.24 2009/09/28 21:00:41 bangert Exp $ + + 28 Sep 2009; Thilo Bangert <bangert@gentoo.org> + -clockspeed-0.62-r3.ebuild, -clockspeed-0.62-r4.ebuild, + +clockspeed-0.62-r6.ebuild, -files/leapsecs.dat.20060525: + remove old versions + +*clockspeed-0.62-r6 (28 Sep 2009) + + 28 Sep 2009; Thilo Bangert <bangert@gentoo.org> + +clockspeed-0.62-r6.ebuild: + EAPI 2 ebuild - fixes bug #241060 (CFLAGS ignored) 16 Nov 2008; Markus Meier <maekke@gentoo.org> clockspeed-0.62-r5.ebuild: x86 stable, bug #246740 diff --git a/net-misc/clockspeed/clockspeed-0.62-r3.ebuild b/net-misc/clockspeed/clockspeed-0.62-r3.ebuild deleted file mode 100644 index 48125bf6d66d..000000000000 --- a/net-misc/clockspeed/clockspeed-0.62-r3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r3.ebuild,v 1.11 2006/10/19 10:04:22 bangert Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="A simple Network Time Protocol (NTP) client" -HOMEPAGE="http://cr.yp.to/clockspeed.html" -SRC_URI="http://cr.yp.to/clockspeed/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~mips x86" -IUSE="static selinux" -RESTRICT="test" - -DEPEND="sys-apps/groff" -RDEPEND=" selinux? ( sec-policy/selinux-clockspeed )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch - echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc - use static && append-ldflags -static - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld -} - -src_install() { - dobin clockspeed clockadd clockview sntpclock taiclock taiclockd || die "dobin" - dosbin "${FILESDIR}"/ntpclockset || die "dosbin" - - doman clockspeed.1 clockadd.1 clockview.1 sntpclock.1 taiclock.1 taiclockd.1 - dodoc BLURB CHANGES INSTALL README THANKS TODO - - insinto /var/lib/clockspeed - doins leapsecs.dat -} diff --git a/net-misc/clockspeed/clockspeed-0.62-r4.ebuild b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild index bf2bff6b5e77..04180e0d8c51 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r4.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r4.ebuild,v 1.4 2008/01/25 19:58:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r6.ebuild,v 1.1 2009/09/28 21:00:41 bangert Exp $ + +EAPI="2" inherit eutils flag-o-matic @@ -10,7 +12,7 @@ SRC_URI="http://cr.yp.to/clockspeed/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~mips x86" +KEYWORDS="~amd64 ~mips ~x86" IUSE="static selinux" RESTRICT="test" @@ -18,12 +20,13 @@ DEPEND="sys-apps/groff" RDEPEND="selinux? ( sec-policy/selinux-clockspeed )" # this is the trailing part of the name for the latest leapseconds file. -LEAPSECONDS_DATE="20060525" +LEAPSECONDS_DATE="20081114" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch +} + +src_configure() { echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc use static && append-ldflags -static echo "$(tc-getCC) ${LDFLAGS}" > conf-ld diff --git a/net-misc/clockspeed/files/leapsecs.dat.20060525 b/net-misc/clockspeed/files/leapsecs.dat.20060525 Binary files differdeleted file mode 100644 index aa92a2da3ce6..000000000000 --- a/net-misc/clockspeed/files/leapsecs.dat.20060525 +++ /dev/null |