diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-25 11:14:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-25 11:14:01 +0000 |
commit | 588f5b5fa14a370c921fdaab69d045aa91c2e2fa (patch) | |
tree | 73236693e6eeea6468213dea256d6f4a819aaadd /net-misc/getdate | |
parent | Do not require mysql for sqlite (diff) | |
download | gentoo-2-588f5b5fa14a370c921fdaab69d045aa91c2e2fa.tar.gz gentoo-2-588f5b5fa14a370c921fdaab69d045aa91c2e2fa.tar.bz2 gentoo-2-588f5b5fa14a370c921fdaab69d045aa91c2e2fa.zip |
Stable for amd64, wrt bug #457444
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/getdate')
-rw-r--r-- | net-misc/getdate/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/getdate/getdate-1.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/getdate/ChangeLog b/net-misc/getdate/ChangeLog index 902ac683dd12..e1e4d51fa7c6 100644 --- a/net-misc/getdate/ChangeLog +++ b/net-misc/getdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/getdate -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.16 2012/12/08 22:04:41 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.17 2013/02/25 11:14:01 ago Exp $ + + 25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> getdate-1.2-r1.ebuild: + Stable for amd64, wrt bug #457444 08 Dec 2012; Ulrich Müller <ulm@gentoo.org> getdate-1.2.ebuild, getdate-1.2-r1.ebuild: @@ -54,4 +57,3 @@ 06 Dec 2003; Chuck Short <zul@gentoo.org> getdate-1.2.ebuild, metadata.xml: Initial version, ebuild originally written by Alessandro Pisani <alextxm@tin.it>. Ebuild modified by me. - diff --git a/net-misc/getdate/getdate-1.2-r1.ebuild b/net-misc/getdate/getdate-1.2-r1.ebuild index 3cefdf0f56c7..309fe73ab959 100644 --- a/net-misc/getdate/getdate-1.2-r1.ebuild +++ b/net-misc/getdate/getdate-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild,v 1.2 2012/12/08 22:04:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild,v 1.3 2013/02/25 11:14:01 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz" LICENSE="GPL-1+" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 ~mips ~ppc ~x86" IUSE="" S="${WORKDIR}/${MY_P}" |