* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2022-07-04 14:46 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2022-07-04 14:46 UTC (permalink / raw
To: gentoo-commits
commit: f98fd69b5cccdd9cdfc508ba6ae4a005e676bc68
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 14:43:09 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 14:43:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98fd69b
app-emacs/parsebib: bump to 4.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-4.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 36cc33b12a9d..05cd17e64f74 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
DIST parsebib-3.1.tar.gz 19298 BLAKE2B 1588a9ef6e1642a612be2abb340d9127f8b8542ac2edda0deb5d9be28903443a33de877e44cefceba110332c022b8e4885a2927f172a447f035e9a5c0e65b5a5 SHA512 10dc25831693d271582b2d561401399e12ac3ccbc994dc95ae22fec800e1b242461deaa6a1c0ae5b20a1834baf88017b3ee42f1a53ac5d73f73a2f69c050c6c2
+DIST parsebib-4.1.tar.gz 24384 BLAKE2B 4546b49ea49a890b7a640cbbf1103500e6e1d3628d990c1c24c4943024b51f5293919315ab82134cb823799ac8d04e5c174671db3379c9a0a9cf7aa02bb8c36c SHA512 37df3265b51e0a1d2b418f2a862691300c369bcee01beec19abe4ebd160c4a279427f7a4b012828ca5b39f0c2064660c3ed73edfef400f543a9157761aabbbb3
diff --git a/app-emacs/parsebib/parsebib-4.1.ebuild b/app-emacs/parsebib/parsebib-4.1.ebuild
new file mode 100644
index 000000000000..6d23c9db04f0
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/ert-runner )"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ ert-runner -L . -L test --reporter ert+duration --script test || die
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2022-08-03 23:24 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2022-08-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 907b1b7bdc8b238a02a2d6ea730c876c460a069b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 3 23:21:21 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 23:21:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907b1b7b
app-emacs/parsebib: bump to 4.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-4.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 05cd17e64f74..b3124bfeeb15 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1,3 @@
DIST parsebib-3.1.tar.gz 19298 BLAKE2B 1588a9ef6e1642a612be2abb340d9127f8b8542ac2edda0deb5d9be28903443a33de877e44cefceba110332c022b8e4885a2927f172a447f035e9a5c0e65b5a5 SHA512 10dc25831693d271582b2d561401399e12ac3ccbc994dc95ae22fec800e1b242461deaa6a1c0ae5b20a1834baf88017b3ee42f1a53ac5d73f73a2f69c050c6c2
DIST parsebib-4.1.tar.gz 24384 BLAKE2B 4546b49ea49a890b7a640cbbf1103500e6e1d3628d990c1c24c4943024b51f5293919315ab82134cb823799ac8d04e5c174671db3379c9a0a9cf7aa02bb8c36c SHA512 37df3265b51e0a1d2b418f2a862691300c369bcee01beec19abe4ebd160c4a279427f7a4b012828ca5b39f0c2064660c3ed73edfef400f543a9157761aabbbb3
+DIST parsebib-4.2.tar.gz 24695 BLAKE2B 5beef8db68121c80c80194c547dc9bb65235b89bde4eb8c824b019cc16c72dd2d7bd3f55086332ac18461d958ae6423fdee7089887f7b47b2962dc67bc85de04 SHA512 c0f974971918eff2555117d243b0b760e531a149a641718ac216d42df5a124439a6108889ae85c62ddd1d183d17e5b8b701e594b0b88ad39cc31207273603f1c
diff --git a/app-emacs/parsebib/parsebib-4.2.ebuild b/app-emacs/parsebib/parsebib-4.2.ebuild
new file mode 100644
index 000000000000..6d23c9db04f0
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/ert-runner )"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ ert-runner -L . -L test --reporter ert+duration --script test || die
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2022-09-19 13:25 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2022-09-19 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 24e337390a490c3e7c512d3cd812ea00cad6e866
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 13:21:15 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 13:25:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e33739
app-emacs/parsebib: drop old 3.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-3.1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 9b4b66145927..f367dbcffcac 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,4 +1,3 @@
-DIST parsebib-3.1.tar.gz 19298 BLAKE2B 1588a9ef6e1642a612be2abb340d9127f8b8542ac2edda0deb5d9be28903443a33de877e44cefceba110332c022b8e4885a2927f172a447f035e9a5c0e65b5a5 SHA512 10dc25831693d271582b2d561401399e12ac3ccbc994dc95ae22fec800e1b242461deaa6a1c0ae5b20a1834baf88017b3ee42f1a53ac5d73f73a2f69c050c6c2
DIST parsebib-4.1.tar.gz 24384 BLAKE2B 4546b49ea49a890b7a640cbbf1103500e6e1d3628d990c1c24c4943024b51f5293919315ab82134cb823799ac8d04e5c174671db3379c9a0a9cf7aa02bb8c36c SHA512 37df3265b51e0a1d2b418f2a862691300c369bcee01beec19abe4ebd160c4a279427f7a4b012828ca5b39f0c2064660c3ed73edfef400f543a9157761aabbbb3
DIST parsebib-4.2.tar.gz 24695 BLAKE2B 5beef8db68121c80c80194c547dc9bb65235b89bde4eb8c824b019cc16c72dd2d7bd3f55086332ac18461d958ae6423fdee7089887f7b47b2962dc67bc85de04 SHA512 c0f974971918eff2555117d243b0b760e531a149a641718ac216d42df5a124439a6108889ae85c62ddd1d183d17e5b8b701e594b0b88ad39cc31207273603f1c
DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
diff --git a/app-emacs/parsebib/parsebib-3.1.ebuild b/app-emacs/parsebib/parsebib-3.1.ebuild
deleted file mode 100644
index 6d23c9db04f0..000000000000
--- a/app-emacs/parsebib/parsebib-3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=25.1
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-emacs/ert-runner )"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
- ert-runner -L . -L test --reporter ert+duration --script test || die
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2022-09-19 13:25 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2022-09-19 13:25 UTC (permalink / raw
To: gentoo-commits
commit: d1bfe647fa6ca1fb8069443fff98d6cbbb3544d9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 13:20:32 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 13:25:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bfe647
app-emacs/parsebib: bump to 4.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-4.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index b3124bfeeb15..9b4b66145927 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,3 +1,4 @@
DIST parsebib-3.1.tar.gz 19298 BLAKE2B 1588a9ef6e1642a612be2abb340d9127f8b8542ac2edda0deb5d9be28903443a33de877e44cefceba110332c022b8e4885a2927f172a447f035e9a5c0e65b5a5 SHA512 10dc25831693d271582b2d561401399e12ac3ccbc994dc95ae22fec800e1b242461deaa6a1c0ae5b20a1834baf88017b3ee42f1a53ac5d73f73a2f69c050c6c2
DIST parsebib-4.1.tar.gz 24384 BLAKE2B 4546b49ea49a890b7a640cbbf1103500e6e1d3628d990c1c24c4943024b51f5293919315ab82134cb823799ac8d04e5c174671db3379c9a0a9cf7aa02bb8c36c SHA512 37df3265b51e0a1d2b418f2a862691300c369bcee01beec19abe4ebd160c4a279427f7a4b012828ca5b39f0c2064660c3ed73edfef400f543a9157761aabbbb3
DIST parsebib-4.2.tar.gz 24695 BLAKE2B 5beef8db68121c80c80194c547dc9bb65235b89bde4eb8c824b019cc16c72dd2d7bd3f55086332ac18461d958ae6423fdee7089887f7b47b2962dc67bc85de04 SHA512 c0f974971918eff2555117d243b0b760e531a149a641718ac216d42df5a124439a6108889ae85c62ddd1d183d17e5b8b701e594b0b88ad39cc31207273603f1c
+DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
diff --git a/app-emacs/parsebib/parsebib-4.3.ebuild b/app-emacs/parsebib/parsebib-4.3.ebuild
new file mode 100644
index 000000000000..6d23c9db04f0
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/ert-runner )"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ ert-runner -L . -L test --reporter ert+duration --script test || die
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2023-04-04 20:17 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-04-04 20:17 UTC (permalink / raw
To: gentoo-commits
commit: b7fc6964e53b1350f04ae58fbe6414206a494c89
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 4 20:17:33 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 4 20:17:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fc6964
app-emacs/parsebib: Stabilize 4.3 amd64, #903678
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/parsebib/parsebib-4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/parsebib/parsebib-4.3.ebuild b/app-emacs/parsebib/parsebib-4.3.ebuild
index 3dd63154159e..86b48a11e4ab 100644
--- a/app-emacs/parsebib/parsebib-4.3.ebuild
+++ b/app-emacs/parsebib/parsebib-4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-10-06 19:53 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-10-06 19:53 UTC (permalink / raw
To: gentoo-commits
commit: ee10a6c0e8e0cc8cfe1af5a786b32c87df08a2af
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 18:13:32 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 19:51:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee10a6c0
app-emacs/parsebib: minor tweaks
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/parsebib-4.3.ebuild | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/app-emacs/parsebib/parsebib-4.3.ebuild b/app-emacs/parsebib/parsebib-4.3.ebuild
index 86b48a11e4ab..eccdb4d8583f 100644
--- a/app-emacs/parsebib/parsebib-4.3.ebuild
+++ b/app-emacs/parsebib/parsebib-4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,20 +7,22 @@ inherit elisp
DESCRIPTION="Emacs Lisp library for reading .bib files"
HOMEPAGE="https://github.com/joostkremers/parsebib/"
-SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="amd64 ~x86"
+fi
LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-emacs/ert-runner )"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
-src_test() {
- ert-runner -L . -L test --reporter ert+duration --script test || die
-}
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-10-17 15:51 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-10-17 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 91d6e86c771ab7b5d74a78e60ca54753767c05ee
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 15:41:05 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 15:51:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d6e86c
app-emacs/parsebib: bump to 4.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-4.6.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index fa2fac30bfad..5698b2cc7f44 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
+DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a
diff --git a/app-emacs/parsebib/parsebib-4.6.ebuild b/app-emacs/parsebib/parsebib-4.6.ebuild
new file mode 100644
index 000000000000..923544783f24
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-10-23 15:44 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-10-23 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 45d325e13da131534c6dd61e3f80fd86731c7764
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 14:14:08 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 15:44:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d325e1
app-emacs/parsebib: bump to 4.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-4.7.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 5698b2cc7f44..a125c8188c04 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1,3 @@
DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a
+DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
diff --git a/app-emacs/parsebib/parsebib-4.7.ebuild b/app-emacs/parsebib/parsebib-4.7.ebuild
new file mode 100644
index 000000000000..923544783f24
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-11-28 0:09 Jakov Smolić
0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2024-11-28 0:09 UTC (permalink / raw
To: gentoo-commits
commit: c4ac5ef56932b11d062379fcc2a63d1a367f7e3b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 00:09:17 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 00:09:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ac5ef5
app-emacs/parsebib: Stabilize 4.7 amd64, #945147
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-emacs/parsebib/parsebib-4.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/parsebib/parsebib-4.7.ebuild b/app-emacs/parsebib/parsebib-4.7.ebuild
index 923544783f24..eccdb4d8583f 100644
--- a/app-emacs/parsebib/parsebib-4.7.ebuild
+++ b/app-emacs/parsebib/parsebib-4.7.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-12-16 23:26 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-12-16 23:26 UTC (permalink / raw
To: gentoo-commits
commit: bede14a52c000543cf13159f4ee3a28b0ff3957e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 23:17:07 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 23:25:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bede14a5
app-emacs/parsebib: drop old 4.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-4.3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index a125c8188c04..ed5f81de11d7 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,3 +1,2 @@
-DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a
DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
diff --git a/app-emacs/parsebib/parsebib-4.3.ebuild b/app-emacs/parsebib/parsebib-4.3.ebuild
deleted file mode 100644
index eccdb4d8583f..000000000000
--- a/app-emacs/parsebib/parsebib-4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
-else
- SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-12-16 23:26 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-12-16 23:26 UTC (permalink / raw
To: gentoo-commits
commit: c152538735c7837ed82fe6684de30497da3a3316
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 23:17:29 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 23:25:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1525387
app-emacs/parsebib: drop old 4.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-4.6.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index ed5f81de11d7..eb4fedc04043 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1 @@
-DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a
DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
diff --git a/app-emacs/parsebib/parsebib-4.6.ebuild b/app-emacs/parsebib/parsebib-4.6.ebuild
deleted file mode 100644
index 923544783f24..000000000000
--- a/app-emacs/parsebib/parsebib-4.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
-else
- SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-12-16 23:26 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-12-16 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 23916cf4495179aafa85f3181876764fb44ee178
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 23:18:33 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 23:25:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23916cf4
app-emacs/parsebib: bump to 6.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-6.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index eb4fedc04043..e94d7a69403c 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
+DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf SHA512 aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb
diff --git a/app-emacs/parsebib/parsebib-6.2.ebuild b/app-emacs/parsebib/parsebib-6.2.ebuild
new file mode 100644
index 000000000000..221165cae481
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2024-12-20 11:31 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-12-20 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 75c518a953177655b0e9483e7a44e183ea45e893
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 09:22:39 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 11:31:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c518a9
app-emacs/parsebib: bump to 6.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-6.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index e94d7a69403c..76a3d9851a65 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1,3 @@
DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf SHA512 aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb
+DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce
diff --git a/app-emacs/parsebib/parsebib-6.3.ebuild b/app-emacs/parsebib/parsebib-6.3.ebuild
new file mode 100644
index 000000000000..221165cae481
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-01-06 22:18 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-06 22:18 UTC (permalink / raw
To: gentoo-commits
commit: f8c803395aea3bdb7282f7c5daa0a46938d47e5e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 22:02:51 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 22:18:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c80339
app-emacs/parsebib: bump to 6.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-6.4.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 76a3d9851a65..16ae70387d9f 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,3 +1,4 @@
DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf SHA512 aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb
DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce
+DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7
diff --git a/app-emacs/parsebib/parsebib-6.4.ebuild b/app-emacs/parsebib/parsebib-6.4.ebuild
new file mode 100644
index 000000000000..824632b28588
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-01-22 17:34 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2025-01-22 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 308693e26488cdb242a061149f8494a0076cba28
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 17:34:39 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 17:34:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308693e2
app-emacs/parsebib: Stabilize 6.4 amd64, #948550
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/parsebib/parsebib-6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/parsebib/parsebib-6.4.ebuild b/app-emacs/parsebib/parsebib-6.4.ebuild
index 824632b28588..dd59be53bd5c 100644
--- a/app-emacs/parsebib/parsebib-6.4.ebuild
+++ b/app-emacs/parsebib/parsebib-6.4.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-01-23 10:17 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 3d1fa3d390352a54067126951ed32f9409555b6b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 09:20:26 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1fa3d3
app-emacs/parsebib: drop old 4.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-4.7.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 16ae70387d9f..52955b385d69 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,4 +1,3 @@
-DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf SHA512 aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb
DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce
DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7
diff --git a/app-emacs/parsebib/parsebib-4.7.ebuild b/app-emacs/parsebib/parsebib-4.7.ebuild
deleted file mode 100644
index eccdb4d8583f..000000000000
--- a/app-emacs/parsebib/parsebib-4.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
-else
- SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-01-23 10:17 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 971d310c307e0d573ae80f08c359397b9c5c0692
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 09:20:45 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971d310c
app-emacs/parsebib: drop old 6.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-6.2.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 52955b385d69..8b2514525df6 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,3 +1,2 @@
-DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf SHA512 aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb
DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce
DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7
diff --git a/app-emacs/parsebib/parsebib-6.2.ebuild b/app-emacs/parsebib/parsebib-6.2.ebuild
deleted file mode 100644
index 221165cae481..000000000000
--- a/app-emacs/parsebib/parsebib-6.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
-else
- SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-01-23 10:17 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: f3c6c0bb71f5faddea7cb0adccf20370d5341f4f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 09:21:05 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c6c0bb
app-emacs/parsebib: drop old 6.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 -
app-emacs/parsebib/parsebib-6.3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 8b2514525df6..996a2013adee 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1 @@
-DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce
DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7
diff --git a/app-emacs/parsebib/parsebib-6.3.ebuild b/app-emacs/parsebib/parsebib-6.3.ebuild
deleted file mode 100644
index 221165cae481..000000000000
--- a/app-emacs/parsebib/parsebib-6.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp library for reading .bib files"
-HOMEPAGE="https://github.com/joostkremers/parsebib/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
-else
- SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/
@ 2025-02-09 20:50 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-02-09 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 898fa51a4d6fbfe7cbc1c7a7c4b2f6c21bbfad8d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 19:53:03 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 20:50:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898fa51a
app-emacs/parsebib: bump to 6.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/parsebib/Manifest | 1 +
app-emacs/parsebib/parsebib-6.6.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 996a2013adee..e3e02fac2352 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7
+DIST parsebib-6.6.gh.tar.gz 30312 BLAKE2B 254087508b80d412ace54511993deec874c141b971eb82c978de15d590ba3d82d056a2d98010c404eb0089f72aa2de6baf524143e741c98b61cf0a07ede3337d SHA512 b622dc8fdc664dae64ce86935d2f84e12e7e4bf6a1f57890277ed38659b0b7d083efebb18fa09914afe308cb6dbb6ae49ddc09b4f161b7ad9b7cfb2b5791cd9b
diff --git a/app-emacs/parsebib/parsebib-6.6.ebuild b/app-emacs/parsebib/parsebib-6.6.ebuild
new file mode 100644
index 000000000000..824632b28588
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git"
+else
+ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-02-09 20:51 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 13:25 [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 20:50 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2025-01-06 22:18 Maciej Barć
2024-12-20 11:31 Maciej Barć
2024-12-16 23:26 Maciej Barć
2024-12-16 23:26 Maciej Barć
2024-12-16 23:26 Maciej Barć
2024-11-28 0:09 Jakov Smolić
2024-10-23 15:44 Maciej Barć
2024-10-17 15:51 Maciej Barć
2024-10-06 19:53 Maciej Barć
2023-04-04 20:17 Arthur Zamarin
2022-09-19 13:25 Maciej Barć
2022-08-03 23:24 Maciej Barć
2022-07-04 14:46 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox