From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/fdupes: ChangeLog fdupes-1.50_pre2.ebuild
Date: Sat, 3 Sep 2011 08:59:35 +0000 (UTC) [thread overview]
Message-ID: <20110903085935.2E34A2004C@flycatcher.gentoo.org> (raw)
scarabeus 11/09/03 08:59:35
Modified: ChangeLog fdupes-1.50_pre2.ebuild
Log:
Latest eapi use.
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Revision Changes Path
1.45 app-misc/fdupes/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 3 Sep 2011 08:56:18 -0000 1.44
+++ ChangeLog 3 Sep 2011 08:59:35 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/fdupes
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v 1.44 2011/09/03 08:56:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v 1.45 2011/09/03 08:59:35 scarabeus Exp $
+
+ 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> fdupes-1.50_pre2.ebuild:
+ Latest eapi use.
03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
Drop unused local desc.
1.10 app-misc/fdupes/fdupes-1.50_pre2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild?r1=1.9&r2=1.10
Index: fdupes-1.50_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fdupes-1.50_pre2.ebuild 21 Mar 2011 10:47:37 -0000 1.9
+++ fdupes-1.50_pre2.ebuild 3 Sep 2011 08:59:35 -0000 1.10
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild,v 1.9 2011/03/21 10:47:37 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.50_pre2.ebuild,v 1.10 2011/09/03 08:59:35 scarabeus Exp $
-EAPI=3
+EAPI=4
inherit eutils toolchain-funcs
@@ -24,11 +24,11 @@
}
src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
+ emake CC=$(tc-getCC)
}
src_install() {
- dobin fdupes || die
- doman fdupes.1 || die
- dodoc CHANGES CONTRIBUTORS README TODO || die
+ dobin fdupes
+ doman fdupes.1
+ dodoc CHANGES CONTRIBUTORS README TODO
}
next reply other threads:[~2011-09-03 8:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-03 8:59 Tomas Chvatal (scarabeus) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-21 10:47 [gentoo-commits] gentoo-x86 commit in app-misc/fdupes: ChangeLog fdupes-1.50_pre2.ebuild Kacper Kowalik (xarthisius)
2011-01-29 17:23 Raul Porcel (armin76)
2011-01-24 3:28 Jeroen Roovers (jer)
2011-01-11 7:21 PaweA Hajdan (phajdan.jr)
2011-01-08 21:48 Markus Meier (maekke)
2011-01-07 23:25 Brent Baude (ranger)
2011-01-04 21:57 Markos Chandras (hwoarang)
2010-11-20 4:27 Tim Harder (radhermit)
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=20110903085935.2E34A2004C@flycatcher.gentoo.org \
--to=scarabeus@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