public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov (pinkbyte)" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/getdate: getdate-1.2-r1.ebuild ChangeLog
Date: Fri, 12 Oct 2012 08:36:46 +0000 (UTC)	[thread overview]
Message-ID: <20121012083646.1A99F21600@flycatcher.gentoo.org> (raw)

pinkbyte    12/10/12 08:36:46

  Modified:             ChangeLog
  Added:                getdate-1.2-r1.ebuild
  Log:
  Revision bump: EAPI 4 and some cosmetic changes
  
  (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 net-misc/getdate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Aug 2010 08:08:33 -0000	1.14
+++ ChangeLog	12 Oct 2012 08:36:45 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/getdate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.14 2010/08/10 08:08:33 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.15 2012/10/12 08:36:45 pinkbyte Exp $
+
+*getdate-1.2-r1 (12 Oct 2012)
+
+  12 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +getdate-1.2-r1.ebuild:
+  Revision bump: EAPI 4 and some cosmetic changes
 
   10 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> getdate-1.2.ebuild:
   Respect LDFLAGS wrt bug 331801. Thanks to Diego for report. Clean ebuild,



1.1                  net-misc/getdate/getdate-1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: getdate-1.2-r1.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/10/12 08:36:45 pinkbyte Exp $

EAPI=4

MY_PN="${PN}_rfc868"
MY_P="${MY_PN}-${PV}"

inherit toolchain-funcs

DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility"
HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/"
SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"

src_prepare() {
	sed -i -e "/errno.h/ a\#include <string.h>" getdate.c || die
	# Respect CFLAGS
	sed -i -e "/CFLAGS/d" Makefile || die
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dobin getdate
	doman getdate.8
	dodoc README getdate-cron
}





             reply	other threads:[~2012-10-12  8:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12  8:36 Sergey Popov (pinkbyte) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25 11:14 [gentoo-commits] gentoo-x86 commit in net-misc/getdate: getdate-1.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2013-02-25 11:39 Agostino Sarubbo (ago)
2013-02-25 21:47 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121012083646.1A99F21600@flycatcher.gentoo.org \
    --to=pinkbyte@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox