From: "Akinori Hattori (hattya)" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
Date: Sat, 11 Oct 2014 05:36:02 +0000 (UTC) [thread overview]
Message-ID: <20141011053602.6A223787C@oystercatcher.gentoo.org> (raw)
hattya 14/10/11 05:36:02
Modified: tinycdb-0.77-r2.ebuild ChangeLog
Log:
fixes bug #524954
(Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.10 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.9&r2=1.10
Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tinycdb-0.77-r2.ebuild 28 Sep 2014 09:29:47 -0000 1.9
+++ tinycdb-0.77-r2.ebuild 11 Oct 2014 05:36:02 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.9 2014/09/28 09:29:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.10 2014/10/11 05:36:02 hattya Exp $
EAPI="5"
@@ -30,13 +30,20 @@
local targets="shared"
use static-libs && targets+=" staticlib piclib"
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets}
+ emake \
+ CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS} ${LDFLAGS}" \
+ ${targets}
}
src_install() {
- local targets="install-sharedlib"
+ local targets="install install-sharedlib"
use static-libs && targets+=" install-piclib"
- emake DESTDIR="${D}" ${targets}
+ emake \
+ prefix="/usr" \
+ mandir="/usr/share/man" \
+ DESTDIR="${D}" \
+ ${targets}
dodoc ChangeLog NEWS
}
1.43 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 28 Sep 2014 09:29:47 -0000 1.42
+++ ChangeLog 11 Oct 2014 05:36:02 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.42 2014/09/28 09:29:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.43 2014/10/11 05:36:02 hattya Exp $
+
+ 11 Oct 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
+ fixes bug #524954
28 Sep 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
update to EAPI 5
next reply other threads:[~2014-10-11 5:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 5:36 Akinori Hattori (hattya) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-28 9:29 [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog Akinori Hattori (hattya)
2014-09-28 9:28 Akinori Hattori (hattya)
2012-10-08 12:51 Akinori Hattori (hattya)
2012-06-16 2:39 Akinori Hattori (hattya)
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=20141011053602.6A223787C@oystercatcher.gentoo.org \
--to=hattya@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