public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Naohiro Aota (naota)" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/datefudge: datefudge-1.17.ebuild ChangeLog
Date: Thu,  8 Mar 2012 13:37:06 +0000 (UTC)	[thread overview]
Message-ID: <20120308133706.403C52004B@flycatcher.gentoo.org> (raw)

naota       12/03/08 13:37:06

  Modified:             datefudge-1.17.ebuild ChangeLog
  Log:
  Add ~x86-fbsd. Add patch to deal with FreeBSD. #326999
  
  (Portage version: 2.2.0_alpha89/cvs/FreeBSD i386)

Revision  Changes    Path
1.7                  app-misc/datefudge/datefudge-1.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild?r1=1.6&r2=1.7

Index: datefudge-1.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- datefudge-1.17.ebuild	6 Mar 2012 14:27:12 -0000	1.6
+++ datefudge-1.17.ebuild	8 Mar 2012 13:37:06 -0000	1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild,v 1.6 2012/03/06 14:27:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild,v 1.7 2012/03/08 13:37:06 naota Exp $
 
 EAPI=4
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs eutils
 
 DESCRIPTION="A program (and preload library) to fake system date"
 HOMEPAGE="http://packages.qa.debian.org/d/datefudge.html"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {
@@ -23,6 +23,7 @@
 	if use prefix; then
 		sed -i -e '/-o root -g root/d' Makefile || die
 	fi
+	use userland_BSD && epatch "${FILESDIR}"/${P}-bsd.patch
 }
 
 src_compile() {



1.20                 app-misc/datefudge/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/datefudge/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/datefudge/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 Mar 2012 14:27:12 -0000	1.19
+++ ChangeLog	8 Mar 2012 13:37:06 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/datefudge
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/ChangeLog,v 1.19 2012/03/06 14:27:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/ChangeLog,v 1.20 2012/03/08 13:37:06 naota Exp $
+
+  08 Mar 2012; Naohiro Aota <naota@gentoo.org> +files/datefudge-1.17-bsd.patch,
+  datefudge-1.17.ebuild:
+  Add ~x86-fbsd. Add patch to deal with FreeBSD. #326999
 
   06 Mar 2012; Brent Baude <ranger@gentoo.org> datefudge-1.17.ebuild:
   Marking datefudge-1.17 ppc for bug 405123






             reply	other threads:[~2012-03-08 13:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08 13:37 Naohiro Aota (naota) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-10  0:39 [gentoo-commits] gentoo-x86 commit in app-misc/datefudge: datefudge-1.17.ebuild ChangeLog Mike Frysinger (vapier)
2012-05-10 16:24 Alexis Ballier (aballier)
2012-03-31 18:37 Raul Porcel (armin76)
2012-03-12 19:34 Markus Meier (maekke)
2012-03-09 14:31 Brent Baude (ranger)
2012-03-06 14:27 Brent Baude (ranger)
2012-02-24 14:46 PaweA Hajdan (phajdan.jr)
2012-02-21 23:38 Jeroen Roovers (jer)
2012-02-21 17:58 Agostino Sarubbo (ago)
2012-02-21  5:09 Samuli Suominen (ssuominen)
2011-09-20 22:37 Jeremy Olexa (darkside)

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=20120308133706.403C52004B@flycatcher.gentoo.org \
    --to=naota@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