public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/xbase: xbase-2.0.0-r1.ebuild ChangeLog
Date: Thu, 23 Feb 2012 11:57:17 +0000 (UTC)	[thread overview]
Message-ID: <20120223115717.C6A9A2004B@flycatcher.gentoo.org> (raw)

pacho       12/02/23 11:57:17

  Modified:             ChangeLog
  Added:                xbase-2.0.0-r1.ebuild
  Log:
  Stop colliding with media-tv/linuxtv-dvb-apps (bug #208596), fix docs installation (bug #298599), respect CC (bug #243774).
  
  (Portage version: 2.1.10.48/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-db/xbase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xbase/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xbase/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xbase/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/xbase/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Jul 2011 15:45:42 -0000	1.20
+++ ChangeLog	23 Feb 2012 11:57:17 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/xbase
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/ChangeLog,v 1.20 2011/07/20 15:45:42 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/ChangeLog,v 1.21 2012/02/23 11:57:17 pacho Exp $
+
+*xbase-2.0.0-r1 (23 Feb 2012)
+
+  23 Feb 2012; Pacho Ramos <pacho@gentoo.org> +xbase-2.0.0-r1.ebuild:
+  Stop colliding with media-tv/linuxtv-dvb-apps (bug #208596), fix docs
+  installation (bug #298599), respect CC (bug #243774).
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #47265



1.1                  dev-db/xbase/xbase-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xbase/xbase-2.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xbase/xbase-2.0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: xbase-2.0.0-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/xbase-2.0.0-r1.ebuild,v 1.1 2012/02/23 11:57:17 pacho Exp $

EAPI="4"
inherit base eutils

DESCRIPTION="XBase is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library"
HOMEPAGE="http://www.rekallrevealed.org/"
SRC_URI="http://www.rekallrevealed.org/packages/${P}.tgz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND=""
DEPEND="${DEPEND}
	sys-devel/automake
	sys-devel/libtool"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gcc43.patch
}

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

src_install() {
	base_src_install
	# media-tv/linuxtv-dvb-apps collision, bug #208596
	mv "${ED}/usr/bin/zap" "${ED}/usr/bin/xbase-zap" || die
	find "${D}" -name '*.la' -exec rm -f {} +

	dodoc AUTHORS ChangeLog NEWS README TODO
	if use doc; then
		dohtml html/*
		insinto /usr/share/doc/${PF}/examples
		doins examples/{*.cpp,examples.ide,makefile.g95}
	fi
}






             reply	other threads:[~2012-02-23 11:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-23 11:57 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-01 19:23 [gentoo-commits] gentoo-x86 commit in dev-db/xbase: xbase-2.0.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2012-06-02 13:16 Johannes Huber (johu)
2012-06-05 20:52 Brent Baude (ranger)
2012-06-07 21:32 Brent Baude (ranger)
2012-06-29 14:42 Jeroen Roovers (jer)

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=20120223115717.C6A9A2004B@flycatcher.gentoo.org \
    --to=pacho@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