* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2017-12-16 15:42 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2017-12-16 15:42 UTC (permalink / raw
To: gentoo-commits
commit: 5802abee15a257a15ee15ed3083cf6261c98c088
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 15:16:00 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 15:40:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5802abee
app-office/pybliographer: Version bump
Package-Manager: Portage-2.3.18, Repoman-2.3.6
app-office/pybliographer/Manifest | 1 +
.../pybliographer/pybliographer-1.2.18.ebuild | 67 ++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
index 563b4ba9bc3..56bd7dd5a30 100644
--- a/app-office/pybliographer/Manifest
+++ b/app-office/pybliographer/Manifest
@@ -1 +1,2 @@
DIST pybliographer-1.2.15.tar.gz 1859977 BLAKE2B e658f76e7f766beec598d0397f10e7613b8a529d7f1eeccda6364bc93bfb33bb5b9e121b9edcd4bc62dd414bca0ffb4684792baf36228522c9d509c59b0f8833 SHA512 f4b3478f60f042ebc7538f044a8c4014fda5202576e3f894b31c79430400e834c59f859f895efa187a89016f4e2625ee6be20751f31843e179fbdfb54ba65330
+DIST pybliographer-1.2.18.tar.gz 2174899 BLAKE2B 4723a01d386a1da6f1de6b730e4e38ef1dedfeb7a72310f40fd7475710fd92236bdb484e102bf93340c8b826ddda0353e143cc741cd6b57acbedd82e40e4181b SHA512 b4a97d7e0aec3b4d7c68169d4d8799911b4da0591e819a67429c45d2b451be6be129214631770cf26f2083a935b55575d35c4f3b11ea74a9b39e55feea376204
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
new file mode 100644
index 00000000000..75923a1b485
--- /dev/null
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools gnome2 python-single-r1
+
+DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
+HOMEPAGE="http://pybliographer.org/"
+SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=app-text/recode-3.6-r1
+ app-text/rarian
+ dev-libs/glib:2
+ dev-python/gconf-python:2[${PYTHON_USEDEP}]
+ dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}]
+ dev-python/libgnome-python:2[${PYTHON_USEDEP}]
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
+ dev-python/pygtk:2[${PYTHON_USEDEP}]
+ >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+"
+
+src_prepare() {
+ # Workaround for bug 487204.
+ sed -i \
+ -e 's:\$(srcdir)/::g' \
+ tests/Makefile.am || die "sed failed"
+
+ # Install Python modules into site-packages directories.
+ find -name Makefile.am | xargs sed -i \
+ -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
+ sed -i \
+ -e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \
+ etc/installer.in || die "sed failed"
+ sed -i \
+ -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
+ Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
+
+ # Fix shebang manually as otherwise python_fix_shebang gets confused
+ sed -i -e 's: @python_path@:/usr/bin/python2:' pybliographer.py || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-depchecks \
+ --disable-update-desktop-database
+}
+
+src_install() {
+ gnome2_src_install
+ python_fix_shebang "${D}"
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2020-02-09 16:11 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2020-02-09 16:11 UTC (permalink / raw
To: gentoo-commits
commit: f7caa415e1f4465a032e561c5bf8324fd337b17d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 11:29:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7caa415
app-office/pybliographer: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...grapher-1.4.0-r2.ebuild => pybliographer-1.4.0-r3.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
similarity index 84%
rename from app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
rename to app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
index 4cf3e67ada7..2d0fce30019 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,10 +21,12 @@ RDEPEND="${PYTHON_DEPS}
>=app-text/recode-3.6-r1
app-text/rarian
dev-libs/glib:2
- dev-python/gconf-python:2[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
- >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}]
+ dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}
app-text/yelp-tools
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2020-01-06 19:31 Jonas Stein
0 siblings, 0 replies; 22+ messages in thread
From: Jonas Stein @ 2020-01-06 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 492a05c847c08122d4f7a5f65fd978fde0d049bf
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 19:30:38 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 19:31:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492a05c8
app-office/pybliographer: add comment
Add comment to satisfy QA script.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
app-office/pybliographer/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml
index 636ea353058..989c7381fe6 100644
--- a/app-office/pybliographer/metadata.xml
+++ b/app-office/pybliographer/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<!-- maintainer-needed -->
<longdescription lang="en">
Pybliographer is a tool for managing bibliographic databases, with
a Gnome interface for editing, citations in LyX, Kile and OpenOffice.org.
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2020-01-06 17:07 Jonas Stein
0 siblings, 0 replies; 22+ messages in thread
From: Jonas Stein @ 2020-01-06 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 15d554a60cf1e6dc1ce18583f5b9bb7b72001505
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 17:05:39 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 17:06:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d554a6
app-office/pybliographer: remove tex project
The TeX project is no longer maintaining this package.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
app-office/pybliographer/metadata.xml | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml
index 16b2f46ad88..636ea353058 100644
--- a/app-office/pybliographer/metadata.xml
+++ b/app-office/pybliographer/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
<longdescription lang="en">
Pybliographer is a tool for managing bibliographic databases, with
- the following features:
- * a user-friendly Gnome interface for editing, searching, inserting
- your citations in LyX, Kile and OpenOffice.org, searching external
- databases like PubMed, Web of Science, Citeseer, and more.
- * powerful APIs to integrate these features into your own custom
- application, with your own specific database schema.
+ a Gnome interface for editing, citations in LyX, Kile and OpenOffice.org.
+ Pybliographer can search in external databases like PubMed, Web of Science, Citeseer.
</longdescription>
<upstream>
<remote-id type="sourceforge">pybliographer</remote-id>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-09-04 19:47 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-09-04 19:47 UTC (permalink / raw
To: gentoo-commits
commit: d8149293e9453cded779939e7a65bc8fcfcb9fe3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 19:46:45 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 19:46:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8149293
app-office/pybliographer: gconf-python used at runtime
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../{pybliographer-1.4.0-r1.ebuild => pybliographer-1.4.0-r2.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
similarity index 97%
rename from app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
rename to app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
index 13679af5818..4cf3e67ada7 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
@@ -21,6 +21,7 @@ RDEPEND="${PYTHON_DEPS}
>=app-text/recode-3.6-r1
app-text/rarian
dev-libs/glib:2
+ dev-python/gconf-python:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
>=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-09-04 19:47 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-09-04 19:47 UTC (permalink / raw
To: gentoo-commits
commit: ae3b5ca2f610f901fe076640cafe41d469ff174c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 19:47:06 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 19:47:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3b5ca2
app-office/pybliographer: Drop old
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/pybliographer/Manifest | 1 -
.../pybliographer/pybliographer-1.2.18.ebuild | 70 ----------------------
2 files changed, 71 deletions(-)
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
index 2a4a379f6b5..5fb761b3048 100644
--- a/app-office/pybliographer/Manifest
+++ b/app-office/pybliographer/Manifest
@@ -1,2 +1 @@
-DIST pybliographer-1.2.18.tar.gz 2174899 BLAKE2B 4723a01d386a1da6f1de6b730e4e38ef1dedfeb7a72310f40fd7475710fd92236bdb484e102bf93340c8b826ddda0353e143cc741cd6b57acbedd82e40e4181b SHA512 b4a97d7e0aec3b4d7c68169d4d8799911b4da0591e819a67429c45d2b451be6be129214631770cf26f2083a935b55575d35c4f3b11ea74a9b39e55feea376204
DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
deleted file mode 100644
index d70519a480d..00000000000
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="https://pybliographer.org"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-text/recode-3.6-r1
- app-text/rarian
- dev-libs/glib:2
- dev-python/gconf-python:2[${PYTHON_USEDEP}]
- dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}]
- dev-python/libgnome-python:2[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
-"
-
-# Tests broken for a long time, recheck in 1.4, bug #678444
-RESTRICT="test"
-
-src_prepare() {
- # Workaround for bug 487204.
- sed -i \
- -e 's:\$(srcdir)/::g' \
- tests/Makefile.am || die "sed failed"
-
- # Install Python modules into site-packages directories.
- find -name Makefile.am | xargs sed -i \
- -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
- sed -i \
- -e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \
- etc/installer.in || die "sed failed"
- sed -i \
- -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
- Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
-
- # Fix shebang manually as otherwise python_fix_shebang gets confused
- sed -i -e 's: @python_path@:/usr/bin/python2:' pybliographer.py || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-depchecks \
- --disable-update-desktop-database
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-08-11 11:50 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2019-08-11 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 97a979c3ec88b718c959edc4603ca6c7be58423d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:49:53 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:49:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a979c3
app-office/pybliographer: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
index f9a9022b446..13679af5818 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
@@ -61,5 +61,5 @@ src_install() {
gnome2_src_install
python_fix_shebang "${D}"
dodir /usr/share/${PN}
- mv "${ED}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die
+ mv "${D}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-05-19 15:48 Thomas Deutschmann
0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 15:48 UTC (permalink / raw
To: gentoo-commits
commit: a7fb417ae70c0c8f133ece80313c6cbd92baadba
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 15:15:20 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 15:15:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fb417a
app-office/pybliographer: x86 stable (bug #681538)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
index adef09f2c15..f9a9022b446 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pybliographer.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-04-13 19:10 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2019-04-13 19:10 UTC (permalink / raw
To: gentoo-commits
commit: a30d6add4682f1a931bd1c16e6e43185c3d480bc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:10:03 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:10:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30d6add
app-office/pybliographer: amd64 stable wrt bug #681538
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
index 02423028909..a28717aed52 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pybliographer.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-04-02 21:33 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-04-02 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 5cf2542f89678bd1454a8698c9595ad3e8a5876e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 21:33:11 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 21:33:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf2542f
app-office/pybliographer: Add forgotten die statement
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
index 322a8a88103..02423028909 100644
--- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
# Install Python modules into site-packages directories.
find -name Makefile.am | xargs sed -i \
-e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
- sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in
+ sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in || die
sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die
sed -i \
-e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-04-02 21:21 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-04-02 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 496fa3fb747714be27e53fda0004d44d59e16fb8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 21:20:45 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 21:21:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496fa3fb
app-office/pybliographer: Fix pybliographic execution too
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../pybliographer/pybliographer-1.4.0-r1.ebuild | 65 ++++++++++++++++++++++
1 file changed, 65 insertions(+)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
new file mode 100644
index 00000000000..322a8a88103
--- /dev/null
+++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
+HOMEPAGE="https://pybliographer.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=app-text/recode-3.6-r1
+ app-text/rarian
+ dev-libs/glib:2
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
+ >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=sys-devel/gettext-0.19.8
+"
+
+# Tests broken for a long time, they rely on non-standard PATH for python
+# modules, bug #678444
+RESTRICT="test"
+
+src_prepare() {
+ # Workaround for bug 487204.
+ sed -i \
+ -e 's:\$(srcdir)/::g' \
+ tests/Makefile.am || die "sed failed"
+
+ # Install Python modules into site-packages directories.
+ find -name Makefile.am | xargs sed -i \
+ -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
+ sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in
+ sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die
+ sed -i \
+ -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
+ Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-depchecks
+}
+
+src_install() {
+ gnome2_src_install
+ python_fix_shebang "${D}"
+ dodir /usr/share/${PN}
+ mv "${ED}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-04-02 21:21 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-04-02 21:21 UTC (permalink / raw
To: gentoo-commits
commit: dfb394b39bae951c5b2508ece2493f3e21f2b21c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 21:21:17 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 21:21:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb394b3
app-office/pybliographer: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../pybliographer/pybliographer-1.4.0.ebuild | 62 ----------------------
1 file changed, 62 deletions(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0.ebuild b/app-office/pybliographer/pybliographer-1.4.0.ebuild
deleted file mode 100644
index 7d98069e9ff..00000000000
--- a/app-office/pybliographer/pybliographer-1.4.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="https://pybliographer.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-text/recode-3.6-r1
- app-text/rarian
- dev-libs/glib:2
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
- >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- >=sys-devel/gettext-0.19.8
-"
-
-# Tests broken for a long time, they rely on non-standard PATH for python
-# modules, bug #678444
-RESTRICT="test"
-
-src_prepare() {
- # Workaround for bug 487204.
- sed -i \
- -e 's:\$(srcdir)/::g' \
- tests/Makefile.am || die "sed failed"
-
- # Install Python modules into site-packages directories.
- find -name Makefile.am | xargs sed -i \
- -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
- sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:" pybliographer.in || die
- sed -i \
- -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
- Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-depchecks
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-03-23 13:48 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-03-23 13:48 UTC (permalink / raw
To: gentoo-commits
commit: ca04c5ac070e5d6cacd04ba322a394081ebe142b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 13:12:51 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 13:47:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca04c5ac
app-office/pybliographer: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/pybliographer/Manifest | 1 -
.../pybliographer/pybliographer-1.2.15-r1.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
index d4c413a7bf3..2a4a379f6b5 100644
--- a/app-office/pybliographer/Manifest
+++ b/app-office/pybliographer/Manifest
@@ -1,3 +1,2 @@
-DIST pybliographer-1.2.15.tar.gz 1859977 BLAKE2B e658f76e7f766beec598d0397f10e7613b8a529d7f1eeccda6364bc93bfb33bb5b9e121b9edcd4bc62dd414bca0ffb4684792baf36228522c9d509c59b0f8833 SHA512 f4b3478f60f042ebc7538f044a8c4014fda5202576e3f894b31c79430400e834c59f859f895efa187a89016f4e2625ee6be20751f31843e179fbdfb54ba65330
DIST pybliographer-1.2.18.tar.gz 2174899 BLAKE2B 4723a01d386a1da6f1de6b730e4e38ef1dedfeb7a72310f40fd7475710fd92236bdb484e102bf93340c8b826ddda0353e143cc741cd6b57acbedd82e40e4181b SHA512 b4a97d7e0aec3b4d7c68169d4d8799911b4da0591e819a67429c45d2b451be6be129214631770cf26f2083a935b55575d35c4f3b11ea74a9b39e55feea376204
DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a
diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
deleted file mode 100644
index de628cb4c89..00000000000
--- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-GCONF_DEBUG="no"
-
-inherit autotools gnome2 python-single-r1
-
-DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="https://pybliographer.org"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-text/recode-3.6-r1
- app-text/rarian
- dev-libs/glib:2
- dev-python/gconf-python:2[${PYTHON_USEDEP}]
- dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}]
- dev-python/libgnome-python:2[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
-"
-
-src_prepare() {
- # Workaround for bug 487204.
- sed -i \
- -e 's:\$(srcdir)/::g' \
- tests/Makefile.am || die "sed failed"
-
- # Install Python modules into site-packages directories.
- find -name Makefile.am | xargs sed -i \
- -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
- sed -i \
- -e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \
- etc/installer.in || die "sed failed"
- sed -i \
- -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
- Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
-
- # Fix shebang manually as otherwise python_fix_shebang gets confused
- sed -i -e 's: @python_path@:/usr/bin/python2:' pybliographer.py || die
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure --disable-depchecks
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-03-16 19:46 Sergei Trofimovich
0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2019-03-16 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 0db2024af4a91b4e6bdce0cc32305b5dc6ccb5cb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 19:46:16 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:46:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db2024a
app-office/pybliographer: stable 1.2.18 for ppc, bug #667814
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.2.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index cf71e416863..d70519a480d 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-02-28 15:12 Mikle Kolyada
0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2019-02-28 15:12 UTC (permalink / raw
To: gentoo-commits
commit: a730fe716480a9f53796c8cf494c12b6d76daacb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 15:11:35 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 15:11:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a730fe71
app-office/pybliographer: amd64 stable wrt bug #667814
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
app-office/pybliographer/pybliographer-1.2.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index 2bd3a795deb..cf71e416863 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-02-24 19:01 Thomas Deutschmann
0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2019-02-24 19:01 UTC (permalink / raw
To: gentoo-commits
commit: f96442fb5e50d14e806af0a172d73bedfb7e641f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 18:58:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 18:58:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96442fb
app-office/pybliographer: x86 stable (bug #667814)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.2.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index a05999f1032..2bd3a795deb 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-02-23 10:17 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-02-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 81aa8616ab10a97c3325461d17c934e5877359be
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 10:10:33 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 10:17:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aa8616
app-office/pybliographer: Version bump to 1.4.0
Closes: https://bugs.gentoo.org/667816
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/pybliographer/Manifest | 1 +
.../pybliographer/pybliographer-1.4.0.ebuild | 62 ++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
index 56bd7dd5a30..d4c413a7bf3 100644
--- a/app-office/pybliographer/Manifest
+++ b/app-office/pybliographer/Manifest
@@ -1,2 +1,3 @@
DIST pybliographer-1.2.15.tar.gz 1859977 BLAKE2B e658f76e7f766beec598d0397f10e7613b8a529d7f1eeccda6364bc93bfb33bb5b9e121b9edcd4bc62dd414bca0ffb4684792baf36228522c9d509c59b0f8833 SHA512 f4b3478f60f042ebc7538f044a8c4014fda5202576e3f894b31c79430400e834c59f859f895efa187a89016f4e2625ee6be20751f31843e179fbdfb54ba65330
DIST pybliographer-1.2.18.tar.gz 2174899 BLAKE2B 4723a01d386a1da6f1de6b730e4e38ef1dedfeb7a72310f40fd7475710fd92236bdb484e102bf93340c8b826ddda0353e143cc741cd6b57acbedd82e40e4181b SHA512 b4a97d7e0aec3b4d7c68169d4d8799911b4da0591e819a67429c45d2b451be6be129214631770cf26f2083a935b55575d35c4f3b11ea74a9b39e55feea376204
+DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a
diff --git a/app-office/pybliographer/pybliographer-1.4.0.ebuild b/app-office/pybliographer/pybliographer-1.4.0.ebuild
new file mode 100644
index 00000000000..7d98069e9ff
--- /dev/null
+++ b/app-office/pybliographer/pybliographer-1.4.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
+HOMEPAGE="https://pybliographer.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=app-text/recode-3.6-r1
+ app-text/rarian
+ dev-libs/glib:2
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
+ >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=sys-devel/gettext-0.19.8
+"
+
+# Tests broken for a long time, they rely on non-standard PATH for python
+# modules, bug #678444
+RESTRICT="test"
+
+src_prepare() {
+ # Workaround for bug 487204.
+ sed -i \
+ -e 's:\$(srcdir)/::g' \
+ tests/Makefile.am || die "sed failed"
+
+ # Install Python modules into site-packages directories.
+ find -name Makefile.am | xargs sed -i \
+ -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
+ sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:" pybliographer.in || die
+ sed -i \
+ -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
+ Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-depchecks
+}
+
+src_install() {
+ gnome2_src_install
+ python_fix_shebang "${D}"
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2019-02-23 9:43 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-02-23 9:43 UTC (permalink / raw
To: gentoo-commits
commit: b0038717e99fead54473f409c5ad3bff89b5adc4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 09:43:14 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 09:43:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0038717
app-office/pybliographer: tests broken for a long time
Bug: https://bugs.gentoo.org/678444
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.2.18.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index 56aafb2eab0..a05999f1032 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,6 +33,9 @@ DEPEND="${RDEPEND}
app-text/yelp-tools
"
+# Tests broken for a long time, recheck in 1.4, bug #678444
+RESTRICT="test"
+
src_prepare() {
# Workaround for bug 487204.
sed -i \
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2018-05-05 1:50 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2018-05-05 1:50 UTC (permalink / raw
To: gentoo-commits
commit: 61a1f7f0135c3fad78bc8966c3b3c729fabff833
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 1 11:58:07 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 5 01:37:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a1f7f0
app-office/pybliographer: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8229
app-office/pybliographer/pybliographer-1.2.15-r1.ebuild | 4 ++--
app-office/pybliographer/pybliographer-1.2.18.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
index d38eb93c8ab..de628cb4c89 100644
--- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ GCONF_DEBUG="no"
inherit autotools gnome2 python-single-r1
DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="http://pybliographer.org/"
+HOMEPAGE="https://pybliographer.org"
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index db2f51439e8..56aafb2eab0 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit gnome2 python-single-r1
DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="http://pybliographer.org/"
+HOMEPAGE="https://pybliographer.org"
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2017-12-16 15:42 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2017-12-16 15:42 UTC (permalink / raw
To: gentoo-commits
commit: da8f9199dc30408540b7681aa12111561495618d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 15:19:58 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 15:40:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8f9199
app-office/pybliographer: Make repoman happier
Package-Manager: Portage-2.3.18, Repoman-2.3.6
app-office/pybliographer/pybliographer-1.2.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild
index 75923a1b485..db2f51439e8 100644
--- a/app-office/pybliographer/pybliographer-1.2.18.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild
@@ -5,7 +5,7 @@ EAPI=6
GNOME2_EAUTORECONF="yes"
PYTHON_COMPAT=( python2_7 )
-inherit autotools gnome2 python-single-r1
+inherit gnome2 python-single-r1
DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
HOMEPAGE="http://pybliographer.org/"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2017-11-25 19:55 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2017-11-25 19:55 UTC (permalink / raw
To: gentoo-commits
commit: fbab59766677a573c925b1f0a8f36d0707059e89
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 18:02:20 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 19:53:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbab5976
app-office/pybliographer: [QA] Consistent whitespace in metadata.xml
app-office/pybliographer/metadata.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml
index 5c137d32d2b..16b2f46ad88 100644
--- a/app-office/pybliographer/metadata.xml
+++ b/app-office/pybliographer/metadata.xml
@@ -6,14 +6,14 @@
<name>Gentoo TeX Project</name>
</maintainer>
<longdescription lang="en">
- Pybliographer is a tool for managing bibliographic databases, with
- the following features:
- * a user-friendly Gnome interface for editing, searching, inserting
- your citations in LyX, Kile and OpenOffice.org, searching external
- databases like PubMed, Web of Science, Citeseer, and more.
- * powerful APIs to integrate these features into your own custom
- application, with your own specific database schema.
-</longdescription>
+ Pybliographer is a tool for managing bibliographic databases, with
+ the following features:
+ * a user-friendly Gnome interface for editing, searching, inserting
+ your citations in LyX, Kile and OpenOffice.org, searching external
+ databases like PubMed, Web of Science, Citeseer, and more.
+ * powerful APIs to integrate these features into your own custom
+ application, with your own specific database schema.
+ </longdescription>
<upstream>
<remote-id type="sourceforge">pybliographer</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
@ 2016-11-27 15:04 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2016-11-27 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 40a760c9ed42ca1221bad402738fe4b81b96f609
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 14:56:47 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 15:04:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a760c9
app-office/pybliographer: Use app-text/rarian
Package-Manager: portage-2.3.2
app-office/pybliographer/pybliographer-1.2.15-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
index 315dfc0..7f1440f 100644
--- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=app-text/recode-3.6-r1
- app-text/scrollkeeper
+ app-text/rarian
dev-libs/glib:2
dev-python/gconf-python:2[${PYTHON_USEDEP}]
dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2020-02-09 16:11 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-16 15:42 [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:11 Michał Górny
2020-01-06 19:31 Jonas Stein
2020-01-06 17:07 Jonas Stein
2019-09-04 19:47 Pacho Ramos
2019-09-04 19:47 Pacho Ramos
2019-08-11 11:50 David Seifert
2019-05-19 15:48 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2019-04-02 21:33 Pacho Ramos
2019-04-02 21:21 Pacho Ramos
2019-04-02 21:21 Pacho Ramos
2019-03-23 13:48 Pacho Ramos
2019-03-16 19:46 Sergei Trofimovich
2019-02-28 15:12 Mikle Kolyada
2019-02-24 19:01 Thomas Deutschmann
2019-02-23 10:17 Pacho Ramos
2019-02-23 9:43 Pacho Ramos
2018-05-05 1:50 Aaron Bauman
2017-12-16 15:42 Pacho Ramos
2017-11-25 19:55 David Seifert
2016-11-27 15:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox