public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/
@ 2021-01-03 22:52 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2021-01-03 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8b283e74923232709162d4166cb1c16643f7cb7d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan  3 19:53:26 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan  3 22:51:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b283e74

app-text/zotero-bin: new pack: Your personal research assistant

Helps lookup and manage citations and stuff

This is java package and the build system is not
supported by portage, hence this is -bin

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 app-text/zotero-bin/metadata.xml             | 11 ++++++
 app-text/zotero-bin/zotero-bin-5.0.94.ebuild | 53 ++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/app-text/zotero-bin/metadata.xml b/app-text/zotero-bin/metadata.xml
new file mode 100644
index 000000000..8bf43532d
--- /dev/null
+++ b/app-text/zotero-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">zotero/zotero</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-text/zotero-bin/zotero-bin-5.0.94.ebuild b/app-text/zotero-bin/zotero-bin-5.0.94.ebuild
new file mode 100644
index 000000000..3da15fe09
--- /dev/null
+++ b/app-text/zotero-bin/zotero-bin-5.0.94.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="Helps you collect, organize, cite, and share your research sources"
+HOMEPAGE="https://www.zotero.org"
+SRC_URI="https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-libs/dbus-glib
+	dev-libs/nss
+	x11-libs/gtk+:3
+	x11-libs/libXt
+"
+
+S="${WORKDIR}/Zotero_linux-x86_64"
+
+QA_PREBUILT="*"
+
+src_prepare() {
+	# disable update
+	sed -i -e 's/\(pref("app.update.enabled"\).*/\1, false);/' defaults/preferences/prefs.js || die
+
+	# disable default oo installation questions - manual installation is still possible
+	sed -i -e 's/\(pref("extensions.zoteroOpenOfficeIntegration.skipInstallation"\).*/\1, true);/' \
+		extensions/zoteroOpenOfficeIntegration@zotero.org/defaults/preferences/zoteroOpenOfficeIntegration.js || die
+
+	# fix desktop-file
+	sed -i -e 's#^Exec=.*#Exec=zotero#' zotero.desktop
+	sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop
+
+	default
+}
+
+src_install() {
+	dodir opt/zotero
+	cp -a "${S}"/* "${ED}/opt/zotero" || die
+
+	dosym ../../opt/zotero/zotero usr/bin/zotero
+
+	domenu zotero.desktop
+
+	for size in 16 32 48; do
+		newicon -s ${size} chrome/icons/default/default${size}.png zotero.png
+	done
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/
@ 2021-02-07  9:41 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-02-07  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     351157f1c3f4ebc449b8ead188cd410c861c8d23
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Feb  7 09:41:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb  7 09:41:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=351157f1

app-text/zotero-bin: minor version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../zotero-bin/{zotero-bin-5.0.94.ebuild => zotero-bin-5.0.95.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-text/zotero-bin/zotero-bin-5.0.94.ebuild b/app-text/zotero-bin/zotero-bin-5.0.95.ebuild
similarity index 100%
rename from app-text/zotero-bin/zotero-bin-5.0.94.ebuild
rename to app-text/zotero-bin/zotero-bin-5.0.95.ebuild


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/
@ 2021-03-02 13:27 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-02 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0dfe555c140ef6d85dbf73862a9115adae472172
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar  2 13:27:22 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar  2 13:27:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0dfe555c

app-text/zotero-bin: minor version bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../zotero-bin/{zotero-bin-5.0.95.ebuild => zotero-bin-5.0.96.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-text/zotero-bin/zotero-bin-5.0.95.ebuild b/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
similarity index 100%
rename from app-text/zotero-bin/zotero-bin-5.0.95.ebuild
rename to app-text/zotero-bin/zotero-bin-5.0.96.ebuild


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/
@ 2021-03-02 13:30 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-02 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0ddf4e4fb11abdbe776eb7e91c5c47908c62dcc1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar  2 13:30:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar  2 13:30:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ddf4e4f

app-text/zotero-bin: remove double PV

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-text/zotero-bin/zotero-bin-5.0.96.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zotero-bin/zotero-bin-5.0.96.ebuild b/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
index 3da15fe09..5586e8b13 100644
--- a/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
+++ b/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
@@ -7,7 +7,7 @@ inherit desktop xdg
 
 DESCRIPTION="Helps you collect, organize, cite, and share your research sources"
 HOMEPAGE="https://www.zotero.org"
-SRC_URI="https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-${PV}.tar.bz2"
+SRC_URI="https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/
@ 2021-05-22 12:15 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-05-22 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a6f98d950c021930780dc22dcd4eaa1664f1595d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 11:04:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 22 11:04:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6f98d95

app-text/zotero-bin: move to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-text/zotero-bin/metadata.xml             | 11 ------
 app-text/zotero-bin/zotero-bin-5.0.96.ebuild | 53 ----------------------------
 2 files changed, 64 deletions(-)

diff --git a/app-text/zotero-bin/metadata.xml b/app-text/zotero-bin/metadata.xml
deleted file mode 100644
index e59e3d92b..000000000
--- a/app-text/zotero-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>andrewammerlaan@gentoo.org</email>
-		<name>Andrew Ammerlaan</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">zotero/zotero</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/app-text/zotero-bin/zotero-bin-5.0.96.ebuild b/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
deleted file mode 100644
index 5586e8b13..000000000
--- a/app-text/zotero-bin/zotero-bin-5.0.96.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="Helps you collect, organize, cite, and share your research sources"
-HOMEPAGE="https://www.zotero.org"
-SRC_URI="https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-libs/dbus-glib
-	dev-libs/nss
-	x11-libs/gtk+:3
-	x11-libs/libXt
-"
-
-S="${WORKDIR}/Zotero_linux-x86_64"
-
-QA_PREBUILT="*"
-
-src_prepare() {
-	# disable update
-	sed -i -e 's/\(pref("app.update.enabled"\).*/\1, false);/' defaults/preferences/prefs.js || die
-
-	# disable default oo installation questions - manual installation is still possible
-	sed -i -e 's/\(pref("extensions.zoteroOpenOfficeIntegration.skipInstallation"\).*/\1, true);/' \
-		extensions/zoteroOpenOfficeIntegration@zotero.org/defaults/preferences/zoteroOpenOfficeIntegration.js || die
-
-	# fix desktop-file
-	sed -i -e 's#^Exec=.*#Exec=zotero#' zotero.desktop
-	sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop
-
-	default
-}
-
-src_install() {
-	dodir opt/zotero
-	cp -a "${S}"/* "${ED}/opt/zotero" || die
-
-	dosym ../../opt/zotero/zotero usr/bin/zotero
-
-	domenu zotero.desktop
-
-	for size in 16 32 48; do
-		newicon -s ${size} chrome/icons/default/default${size}.png zotero.png
-	done
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-22 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-02 13:30 [gentoo-commits] proj/sci:master commit in: app-text/zotero-bin/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-05-22 12:15 Andrew Ammerlaan
2021-03-02 13:27 Andrew Ammerlaan
2021-02-07  9:41 Andrew Ammerlaan
2021-01-03 22:52 Horea Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox