public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlitebrowser: ChangeLog sqlitebrowser-2.0_beta1-r2.ebuild
Date: Wed, 28 Mar 2012 23:58:33 +0000 (UTC)	[thread overview]
Message-ID: <20120328235833.9A11D2004C@flycatcher.gentoo.org> (raw)

xmw         12/03/28 23:58:33

  Modified:             ChangeLog
  Added:                sqlitebrowser-2.0_beta1-r2.ebuild
  Log:
  Revbump to replace qt4.eclass and EAPI-4 (bug 409985) and fix gold linker problem (bug 372129). Thanks Michael (kensington) for the patches.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-db/sqlitebrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Nov 2010 15:20:42 -0000	1.11
+++ ChangeLog	28 Mar 2012 23:58:33 -0000	1.12
@@ -1,6 +1,14 @@
 # ChangeLog for dev-db/sqlitebrowser
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/ChangeLog,v 1.11 2010/11/07 15:20:42 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/ChangeLog,v 1.12 2012/03/28 23:58:33 xmw Exp $
+
+*sqlitebrowser-2.0_beta1-r2 (29 Mar 2012)
+
+  29 Mar 2012; Michael Weber <xmw@gentoo.org>
+  +sqlitebrowser-2.0_beta1-r2.ebuild,
+  +files/sqlitebrowser-2.0_beta1-gold.patch:
+  Revbump to replace qt4.eclass and EAPI-4 (bug 409985) and fix gold linker
+  problem (bug 372129). Thanks Michael (kensington) for the patches.
 
 *sqlitebrowser-2.0_beta1-r1 (07 Nov 2010)
 



1.1                  dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r2.ebuild?rev=1.1&content-type=text/plain

Index: sqlitebrowser-2.0_beta1-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r2.ebuild,v 1.1 2012/03/28 23:58:33 xmw Exp $

EAPI=4

inherit qt4-r2

DESCRIPTION="SQLite Database Browser"
HOMEPAGE="http://sqlitebrowser.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_200_b1_src.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=x11-libs/qt-core-4.6:4[qt3support]
	>=x11-libs/qt-gui-4.6:4[qt3support]
	>=x11-libs/qt-qt3support-4.6:4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/trunk/${PN}

PATCHES=( "${FILESDIR}"/${P}-qt-4.7.0.patch
	"${FILESDIR}"/${P}-gold.patch )

src_install() {
	dobin ${PN}/${PN}
	newicon ${PN}/images/128.png ${PN}.png
	make_desktop_entry ${PN} "SQLite Database Browser"
}






             reply	other threads:[~2012-03-28 23:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-28 23:58 Michael Weber (xmw) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 19:48 [gentoo-commits] gentoo-x86 commit in dev-db/sqlitebrowser: ChangeLog sqlitebrowser-2.0_beta1-r2.ebuild Samuli Suominen (ssuominen)

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=20120328235833.9A11D2004C@flycatcher.gentoo.org \
    --to=xmw@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