* [gentoo-commits] gentoo-x86 commit in app-text/bibus: bibus-1.5.2-r1.ebuild ChangeLog
@ 2014-02-03 9:31 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2014-02-03 9:31 UTC (permalink / raw
To: gentoo-commits
jlec 14/02/03 09:31:29
Modified: ChangeLog
Added: bibus-1.5.2-r1.ebuild
Log:
Use python-r1.eclass
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.37 app-text/bibus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 15 Oct 2013 12:41:42 -0000 1.36
+++ ChangeLog 3 Feb 2014 09:31:29 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for app-text/bibus
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.36 2013/10/15 12:41:42 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.37 2014/02/03 09:31:29 jlec Exp $
+
+*bibus-1.5.2-r1 (03 Feb 2014)
+
+ 03 Feb 2014; Justin Lecher <jlec@gentoo.org> +bibus-1.5.2-r1.ebuild:
+ Use python-r1.eclass
15 Oct 2013; Justin Lecher <jlec@gentoo.org> bibus-1.5.1.ebuild,
bibus-1.5.2.ebuild, -files/bibus-1.5.0-pysqlite.patch:
1.1 app-text/bibus/bibus-1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: bibus-1.5.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v 1.1 2014/02/03 09:31:29 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="sqlite"
inherit eutils fdo-mime multilib python-r1 versionator
DESCRIPTION="Bibliographic and reference management software, integrates with L/OO.o and MS Word"
HOMEPAGE="http://bibus-biblio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}-biblio/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="mysql"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Most of this mess is designed to give the choice of sqlite or mysql
# but prefer sqlite. We also need to default to sqlite if neither is requested.
# Cannot depend on virtual/ooo
# bibus fails to start with app-office/openoffice-bin (bug #288232).
RDEPEND="
${PYTHON_DEPS}
app-office/libreoffice
dev-python/wxpython:2.8[${PYTHON_USEDEP}]
dev-db/sqliteodbc
dev-db/unixODBC
mysql? (
dev-python/mysql-python[${PYTHON_USEDEP}]
dev-db/myodbc
)"
DEPEND="${RDEPEND}"
pkg_setup() {
if [[ -d "/usr/$(get_libdir)/openoffice" ]] ; then
OFFICESUITE="/usr/$(get_libdir)/openoffice"
else
OFFICESUITE="/usr/$(get_libdir)/libreoffice"
fi
}
src_prepare() {
epatch "${FILESDIR}"/${P}-install.patch
}
src_compile() { :; }
src_install() {
einfo "Installing for ${OFFICESUITE}"
installation() {
emake \
DESTDIR="${D}" \
prefix="${EPREFIX}/usr" \
oopath="${OFFICESUITE}/program" \
ooure="${OFFICESUITE}/ure-link/lib" \
oobasis="${OFFICESUITE}/program" \
sysconfdir="${EPREFIX}/etc" \
pythondir="$(python_get_sitedir)" \
python=${PYTHON} \
install install-doc-en
}
python_foreach_impl installation
python_parallel_foreach_impl python_optimize
python_parallel_foreach_impl python_newscript bibusStart.py ${PN}
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/bibus: bibus-1.5.2-r1.ebuild ChangeLog
@ 2015-04-08 7:30 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 7:30 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 07:30:36
Modified: bibus-1.5.2-r1.ebuild ChangeLog
Log:
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 app-text/bibus/bibus-1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?r1=1.2&r2=1.3
Index: bibus-1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bibus-1.5.2-r1.ebuild 15 Feb 2015 21:26:31 -0000 1.2
+++ bibus-1.5.2-r1.ebuild 8 Apr 2015 07:30:36 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v 1.2 2015/02/15 21:26:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v 1.3 2015/04/08 07:30:36 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils fdo-mime multilib python-r1 versionator
1.40 app-text/bibus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 15 Feb 2015 21:26:31 -0000 1.39
+++ ChangeLog 8 Apr 2015 07:30:36 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bibus
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.39 2015/02/15 21:26:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.40 2015/04/08 07:30:36 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> bibus-1.5.2-r1.ebuild:
+ Remove old Python implementations
15 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> bibus-1.5.1.ebuild,
bibus-1.5.2.ebuild, bibus-1.5.2-r1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/bibus: bibus-1.5.2-r1.ebuild ChangeLog
@ 2015-08-06 9:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-06 9:59 UTC (permalink / raw
To: gentoo-commits
ago 15/08/06 09:59:17
Modified: bibus-1.5.2-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #529412
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 app-text/bibus/bibus-1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild?r1=1.3&r2=1.4
Index: bibus-1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bibus-1.5.2-r1.ebuild 8 Apr 2015 07:30:36 -0000 1.3
+++ bibus-1.5.2-r1.ebuild 6 Aug 2015 09:59:17 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v 1.3 2015/04/08 07:30:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/bibus-1.5.2-r1.ebuild,v 1.4 2015/08/06 09:59:17 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="mysql"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.42 app-text/bibus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibus/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 9 Jun 2015 12:13:19 -0000 1.41
+++ ChangeLog 6 Aug 2015 09:59:17 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bibus
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.41 2015/06/09 12:13:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibus/ChangeLog,v 1.42 2015/08/06 09:59:17 ago Exp $
+
+ 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> bibus-1.5.2-r1.ebuild:
+ Stable for amd64, wrt bug #529412
09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Updating remote-id in metadata.xml
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-06 9:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 9:31 [gentoo-commits] gentoo-x86 commit in app-text/bibus: bibus-1.5.2-r1.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 7:30 Michal Gorny (mgorny)
2015-08-06 9:59 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox