kensington 15/04/04 16:43:39 Modified: ChangeLog Added: sqliteman-1.2.2-r1.ebuild Log: Migrate to EAPI 5. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.9 dev-db/sqliteman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Mar 2013 19:50:42 -0000 1.8 +++ ChangeLog 4 Apr 2015 16:43:39 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-db/sqliteman -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.8 2013/03/02 19:50:42 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.9 2015/04/04 16:43:39 kensington Exp $ + +*sqliteman-1.2.2-r1 (04 Apr 2015) + + 04 Apr 2015; Michael Palimaka <[email protected]> + +sqliteman-1.2.2-r1.ebuild: + Migrate to EAPI 5. 02 Mar 2013; Markos Chandras <[email protected]> sqliteman-1.2.2.ebuild: Move Qt dependencies to the new category 1.1 dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild?rev=1.1&content-type=text/plain Index: sqliteman-1.2.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild,v 1.1 2015/04/04 16:43:39 kensington Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Powerful GUI manager for the Sqlite3 database" HOMEPAGE="http://sqliteman.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] x11-libs/qscintilla" DEPEND="${RDEPEND}" DOCS=( AUTHORS README ) src_prepare() { # remove bundled lib rm -rf "${S}"/${PN}/qscintilla2 cmake-utils_src_prepare }
