public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-08-27 20:45 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2019-08-27 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cd2733c85e7ed78cf8b79b72619a22dc31adddfa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 20:44:53 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 20:44:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2733c8

app-emacs/bbdb: amd64 stable wrt bug #692934

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index b747df62d95..329328bb935 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2024-06-25 15:26 Maciej Barć
  0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-06-25 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     be5ac122033255ac8a30a14f25d388f58a436d73
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 15:09:34 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 15:26:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5ac122

app-emacs/bbdb: drop old 3.2.2b

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bbdb/Manifest           |  1 -
 app-emacs/bbdb/bbdb-3.2.2b.ebuild | 65 ---------------------------------------
 2 files changed, 66 deletions(-)

diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index 75ee88692255..dcaedaf7cb56 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1,2 +1 @@
-DIST bbdb-3.2.2b.tar.gz 199518 BLAKE2B d6eef625636689d204ed9c6c7f299380924da5b021118e70930ab3b928d547b9cbb5a1cec8d111ce52678fc44b30ee34d164f46a9c6afa98c829ba871382acef SHA512 f730b911d16484c3723f6983b94784a828173797f4732c8d8eb47d50186415e0fdfde62f4f5f5b5b6ac66b78580fcfb2a398840935400fddd5f8143831e35fe2
 DIST bbdb-3.2.2d_p20231122.tar.gz 201355 BLAKE2B 6f1abd80d580fa2bc9f5ce2a26179d54358ab156991e138e8028bec4c7e891e884f3aa938e895b3e7a5cdb7dae1548e5161c212e5b6073d8bf2c38ba76bc8029 SHA512 3d5d6a8411c14e8c8f8b60872e954c0d26e25bebb9c9148c354ea078e12a30b500ee1de026414359efca3b9fd502a0bad00c9df0549cb7c83c726d878187373d

diff --git a/app-emacs/bbdb/bbdb-3.2.2b.ebuild b/app-emacs/bbdb/bbdb-3.2.2b.ebuild
deleted file mode 100644
index d3c0f19d3571..000000000000
--- a/app-emacs/bbdb/bbdb-3.2.2b.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp autotools
-
-DESCRIPTION="The Insidious Big Brother Database"
-HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
-SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc tex vm wanderlust"
-RESTRICT="test" #631700
-
-RDEPEND="vm? ( app-emacs/vm )
-	wanderlust? ( app-emacs/wanderlust )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/texinfo
-	doc? ( virtual/texi2dvi )"
-IDEPEND="tex? ( virtual/latex-base )"
-
-SITEFILE="50${PN}-gentoo-3.2.el"
-TEXMF="/usr/share/texmf-site"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
-		"$(use_with vm vm-dir "${EPREFIX}${SITELISP}/vm")" \
-		"$(use_with wanderlust wl-dir "${EPREFIX}${SITELISP}/wl")"
-}
-
-src_compile() {
-	emake -C lisp
-	emake -C doc info $(usev doc pdf)
-}
-
-src_install() {
-	emake -C lisp DESTDIR="${D}" install
-	emake -C doc DESTDIR="${D}" install-info $(usev doc install-pdf)
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc AUTHORS ChangeLog NEWS README TODO
-
-	if use tex; then
-		insinto "${TEXMF}"/tex/latex/${PN}
-		doins tex/bbdb.sty
-	fi
-}
-
-pkg_postinst() {
-	elisp-site-regen
-	use tex && texconfig rehash
-}
-
-pkg_postrm() {
-	elisp-site-regen
-	use tex && texconfig rehash
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2024-06-07 16:56 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-06-07 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0b10ef96c7e5eb3ff3cc9951acd51d4370e1ec84
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 16:56:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 16:56:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b10ef96

app-emacs/bbdb: Stabilize 3.2.2d_p20231122 ALLARCHES, #933736

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild b/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild
index efccb1113027..7c8b7a1a008c 100644
--- a/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild
@@ -18,7 +18,7 @@ else
 		-> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-${COMMIT}"
 
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+	KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 LICENSE="GPL-3+ FDL-1.3"


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2024-05-06 18:00 Maciej Barć
  0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-05-06 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     482933e50bf032b0b5f4e55d00dbaca6541e6aac
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 17:35:46 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  6 18:00:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482933e5

app-emacs/bbdb: bump to 3.2.2d_p20231122

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bbdb/Manifest                     |  1 +
 app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild | 85 +++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index 2917cfd3845f..75ee88692255 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1 +1,2 @@
 DIST bbdb-3.2.2b.tar.gz 199518 BLAKE2B d6eef625636689d204ed9c6c7f299380924da5b021118e70930ab3b928d547b9cbb5a1cec8d111ce52678fc44b30ee34d164f46a9c6afa98c829ba871382acef SHA512 f730b911d16484c3723f6983b94784a828173797f4732c8d8eb47d50186415e0fdfde62f4f5f5b5b6ac66b78580fcfb2a398840935400fddd5f8143831e35fe2
+DIST bbdb-3.2.2d_p20231122.tar.gz 201355 BLAKE2B 6f1abd80d580fa2bc9f5ce2a26179d54358ab156991e138e8028bec4c7e891e884f3aa938e895b3e7a5cdb7dae1548e5161c212e5b6073d8bf2c38ba76bc8029 SHA512 3d5d6a8411c14e8c8f8b60872e954c0d26e25bebb9c9148c354ea078e12a30b500ee1de026414359efca3b9fd502a0bad00c9df0549cb7c83c726d878187373d

diff --git a/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild b/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild
new file mode 100644
index 000000000000..efccb1113027
--- /dev/null
+++ b/app-emacs/bbdb/bbdb-3.2.2d_p20231122.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp autotools
+
+DESCRIPTION="The Insidious Big Brother Database"
+HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://git.savannah.nongnu.org/cgit/${PN}.git"
+else
+	COMMIT="53e8ba04c47b3542db75b68f9663941daf2e6ca4"
+	SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${PN}-${COMMIT}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+LICENSE="GPL-3+ FDL-1.3"
+SLOT="0"
+IUSE="doc tex vm wanderlust"
+RESTRICT="test"                                                    # bug 631700
+
+RDEPEND="
+	vm? ( app-emacs/vm )
+	wanderlust? ( app-emacs/wanderlust )
+"
+BDEPEND="
+	${RDEPEND}
+	sys-apps/texinfo
+	doc? ( virtual/texi2dvi )
+"
+IDEPEND="
+	tex? ( virtual/latex-base )
+"
+
+SITEFILE="50${PN}-gentoo-3.2.el"
+TEXMF="/usr/share/texmf-site"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local -a -r econfargs=(
+		--with-lispdir="${EPREFIX}${SITELISP}/${PN}"
+		"$(use_with vm vm-dir "${EPREFIX}${SITELISP}/vm")"
+		"$(use_with wanderlust wl-dir "${EPREFIX}${SITELISP}/wl")"
+	)
+	econf "${econfargs[@]}"
+}
+
+src_compile() {
+	emake -C lisp
+	emake -C doc info $(usev doc pdf)
+}
+
+src_install() {
+	emake -C lisp DESTDIR="${D}" install
+	emake -C doc DESTDIR="${D}" install-info $(usev doc install-pdf)
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	if use tex; then
+		insinto "${TEXMF}/tex/latex/${PN}"
+		doins tex/bbdb.sty
+	fi
+
+	dodoc AUTHORS ChangeLog NEWS README TODO
+}
+
+pkg_postinst() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}
+
+pkg_postrm() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2023-02-10 20:36 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-02-10 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     136f2de6c97acb40823f12eb1694c109ef5283ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 20:35:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 20:35:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136f2de6

app-emacs/bbdb: Stabilize 3.2.2b ALLARCHES, #893864

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.2.2b.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2b.ebuild b/app-emacs/bbdb/bbdb-3.2.2b.ebuild
index f166a51d8054..61c0e767213d 100644
--- a/app-emacs/bbdb/bbdb-3.2.2b.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc tex vm wanderlust"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-07-07 14:21 Maciej Barć
  0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2022-07-07 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6f76f72ba5fccb77fce9d8012c1e87dd3dbe2c0c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 14:21:21 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 14:21:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f76f72b

app-emacs/bbdb: bump to 3.2.2b

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bbdb/Manifest           |  1 +
 app-emacs/bbdb/bbdb-3.2.2b.ebuild | 65 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index 4960e859fed3..f7ae4130f084 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1,2 +1,3 @@
 DIST bbdb-3.1.2.tar.gz 378935 BLAKE2B 3fc862d2d68632c997e3f250aa82cced743c3cc3861c74789bb12015ab99745270c79722dc0342334b90f4dd9071ef809ab670a342ac227c24a927870907c25c SHA512 8b32baadc4eb06b0abf533ccb1f540f4f407f27b8d2e847ae25e62d1405e1de5cfc6af16368eecd4086f281ee7a4016cf25568847b3cb798156c7e18e1912576
 DIST bbdb-3.2.2a.tar.gz 198749 BLAKE2B 9f9bf9eb1414f66e19ab4e0771275cb15716257019063874000adfd3de56d047f531c440f585def481c79bf69b06b2fa1edb5b6f42ad0619bfb44318fdde9a3c SHA512 767aa7a046a9456dbf0b622a6efabe5c1d87c0022507b3bb6bec07be54e57a7285a9fe39f870599a248d5e78883300de870c168dc9918c2d1a139ef31fd53ac8
+DIST bbdb-3.2.2b.tar.gz 199518 BLAKE2B d6eef625636689d204ed9c6c7f299380924da5b021118e70930ab3b928d547b9cbb5a1cec8d111ce52678fc44b30ee34d164f46a9c6afa98c829ba871382acef SHA512 f730b911d16484c3723f6983b94784a828173797f4732c8d8eb47d50186415e0fdfde62f4f5f5b5b6ac66b78580fcfb2a398840935400fddd5f8143831e35fe2

diff --git a/app-emacs/bbdb/bbdb-3.2.2b.ebuild b/app-emacs/bbdb/bbdb-3.2.2b.ebuild
new file mode 100644
index 000000000000..f166a51d8054
--- /dev/null
+++ b/app-emacs/bbdb/bbdb-3.2.2b.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp autotools
+
+DESCRIPTION="The Insidious Big Brother Database"
+HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
+SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="doc tex vm wanderlust"
+RESTRICT="test" #631700
+
+RDEPEND="vm? ( app-emacs/vm )
+	wanderlust? ( app-emacs/wanderlust )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-apps/texinfo
+	doc? ( virtual/texi2dvi )"
+IDEPEND="tex? ( virtual/latex-base )"
+
+SITEFILE="50${PN}-gentoo-3.2.el"
+TEXMF="/usr/share/texmf-site"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
+		"$(use_with vm vm-dir "${EPREFIX}${SITELISP}/vm")" \
+		"$(use_with wanderlust wl-dir "${EPREFIX}${SITELISP}/wl")"
+}
+
+src_compile() {
+	emake -C lisp
+	emake -C doc info $(usev doc pdf)
+}
+
+src_install() {
+	emake -C lisp DESTDIR="${D}" install
+	emake -C doc DESTDIR="${D}" install-info $(usev doc install-pdf)
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc AUTHORS ChangeLog NEWS README TODO
+
+	if use tex; then
+		insinto "${TEXMF}"/tex/latex/${PN}
+		doins tex/bbdb.sty
+	fi
+}
+
+pkg_postinst() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}
+
+pkg_postrm() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-05-14  9:19 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2022-05-14  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d4e227e0689acf2510b0719e92f33aa0836dc4e5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 09:19:39 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 14 09:19:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e227e0

app-emacs/bbdb: Stabilize 3.2.2a-r1 ALLARCHES, #844112

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
index 25ffb5ede6b0..492f9d913f89 100644
--- a/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc tex vm wanderlust"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-05-13 22:15 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2022-05-13 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2f98d9c95baf743a79f1f83b8f702e6c9bfee3ea
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 22:14:51 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 13 22:15:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f98d9c9

app-emacs/bbdb: Remove intermediate version

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/bbdb/Manifest                    |  1 -
 app-emacs/bbdb/bbdb-3.2_pre20180106.ebuild | 62 ------------------------------
 2 files changed, 63 deletions(-)

diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index d7e11f9f643d..4960e859fed3 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1,3 +1,2 @@
 DIST bbdb-3.1.2.tar.gz 378935 BLAKE2B 3fc862d2d68632c997e3f250aa82cced743c3cc3861c74789bb12015ab99745270c79722dc0342334b90f4dd9071ef809ab670a342ac227c24a927870907c25c SHA512 8b32baadc4eb06b0abf533ccb1f540f4f407f27b8d2e847ae25e62d1405e1de5cfc6af16368eecd4086f281ee7a4016cf25568847b3cb798156c7e18e1912576
 DIST bbdb-3.2.2a.tar.gz 198749 BLAKE2B 9f9bf9eb1414f66e19ab4e0771275cb15716257019063874000adfd3de56d047f531c440f585def481c79bf69b06b2fa1edb5b6f42ad0619bfb44318fdde9a3c SHA512 767aa7a046a9456dbf0b622a6efabe5c1d87c0022507b3bb6bec07be54e57a7285a9fe39f870599a248d5e78883300de870c168dc9918c2d1a139ef31fd53ac8
-DIST bbdb-3.2.tar.gz 189456 BLAKE2B b25efd6a3a156684e0a8f15db056683876c8dd1a44eb585db269746c7424cc18df5407e3a04defcbbd8a2c8438bbe2b16d55ab290e842951f6e475bfc34871fe SHA512 593ba5143b50f2818c19c94452efb2c5d7194ed5dc8deecf1d380da4f80e0fad2542b9a7ee68d8baca2bc2bfd84fa0459eb3cd18faaf998eb0956fcfb62dc5c8

diff --git a/app-emacs/bbdb/bbdb-3.2_pre20180106.ebuild b/app-emacs/bbdb/bbdb-3.2_pre20180106.ebuild
deleted file mode 100644
index 8dc25fd9b6bd..000000000000
--- a/app-emacs/bbdb/bbdb-3.2_pre20180106.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp autotools
-
-MY_P="${P%_pre*}"
-DESCRIPTION="The Insidious Big Brother Database"
-HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
-#SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+ GPL-1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="tex vm"
-RESTRICT="test" #631700
-
-BDEPEND="vm? ( app-emacs/vm )"
-RDEPEND="${BDEPEND}
-	tex? ( virtual/latex-base )"
-
-SITEFILE="50${PN}-gentoo-3.2.el"
-TEXMF="/usr/share/texmf-site"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
-		"$(use_with vm vm-dir "${EPREFIX}${SITELISP}/vm")"
-}
-
-src_compile() {
-	emake -C lisp
-}
-
-src_install() {
-	emake -C lisp DESTDIR="${D}" install
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc AUTHORS ChangeLog NEWS README TODO
-
-	if use tex; then
-		insinto "${TEXMF}"/tex/latex/${PN}
-		doins tex/bbdb.sty
-	fi
-}
-
-pkg_postinst() {
-	elisp-site-regen
-	use tex && texconfig rehash
-}
-
-pkg_postrm() {
-	elisp-site-regen
-	use tex && texconfig rehash
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-04-11  7:58 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2022-04-11  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ef9e5808121efc9c006fa112555f883d69fed55d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 07:57:36 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 07:57:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9e5808

app-emacs/bbdb: Build PDF documentation only with USE=doc

Closes: https://bugs.gentoo.org/837758
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../bbdb/{bbdb-3.2.2a.ebuild => bbdb-3.2.2a-r1.ebuild}     | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2a.ebuild b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
similarity index 84%
rename from app-emacs/bbdb/bbdb-3.2.2a.ebuild
rename to app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
index 0f368e4332bb..25ffb5ede6b0 100644
--- a/app-emacs/bbdb/bbdb-3.2.2a.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
@@ -13,15 +13,15 @@ SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="tex vm wanderlust"
+IUSE="doc tex vm wanderlust"
 RESTRICT="test" #631700
 
-DEPEND="vm? ( app-emacs/vm )
+RDEPEND="vm? ( app-emacs/vm )
 	wanderlust? ( app-emacs/wanderlust )"
-RDEPEND="${DEPEND}
-	tex? ( virtual/latex-base )"
+DEPEND="${RDEPEND}"
 BDEPEND="sys-apps/texinfo
-	tex? ( virtual/texi2dvi )"
+	doc? ( virtual/texi2dvi )"
+IDEPEND="tex? ( virtual/latex-base )"
 
 SITEFILE="50${PN}-gentoo-3.2.el"
 TEXMF="/usr/share/texmf-site"
@@ -40,12 +40,12 @@ src_configure() {
 
 src_compile() {
 	emake -C lisp
-	emake -C doc
+	emake -C doc info $(usev doc pdf)
 }
 
 src_install() {
 	emake -C lisp DESTDIR="${D}" install
-	emake -C doc DESTDIR="${D}" install
+	emake -C doc DESTDIR="${D}" install-info $(usev doc install-pdf)
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	dodoc AUTHORS ChangeLog NEWS README TODO
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-04-10 19:09 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2022-04-10 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     662fc804052febe58f8e0f0a7c027d0186169787
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 19:08:22 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 19:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662fc804

app-emacs/bbdb: Fix build time dependencies

Closes: https://bugs.gentoo.org/837689
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.2.2a.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2a.ebuild b/app-emacs/bbdb/bbdb-3.2.2a.ebuild
index 5f856b6fdaef..0f368e4332bb 100644
--- a/app-emacs/bbdb/bbdb-3.2.2a.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2a.ebuild
@@ -16,12 +16,12 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-maco
 IUSE="tex vm wanderlust"
 RESTRICT="test" #631700
 
-RDEPEND="vm? ( app-emacs/vm )
+DEPEND="vm? ( app-emacs/vm )
 	wanderlust? ( app-emacs/wanderlust )"
-BDEPEND="${RDEPEND}
-	sys-apps/texinfo"
-RDEPEND="${RDEPEND}
+RDEPEND="${DEPEND}
 	tex? ( virtual/latex-base )"
+BDEPEND="sys-apps/texinfo
+	tex? ( virtual/texi2dvi )"
 
 SITEFILE="50${PN}-gentoo-3.2.el"
 TEXMF="/usr/share/texmf-site"


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2022-04-10 14:27 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2022-04-10 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c33c89435e5864f3a29f740ffb5b23f74523fa24
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 14:27:01 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 14:27:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33c8943

app-emacs/bbdb: Version bump to 3.2.2a

Closes: https://bugs.gentoo.org/837614
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/bbdb/Manifest           |  1 +
 app-emacs/bbdb/bbdb-3.2.2a.ebuild | 66 +++++++++++++++++++++++++++++++++++++++
 app-emacs/bbdb/metadata.xml       |  1 +
 3 files changed, 68 insertions(+)

diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index 50f7f267031a..d7e11f9f643d 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1,2 +1,3 @@
 DIST bbdb-3.1.2.tar.gz 378935 BLAKE2B 3fc862d2d68632c997e3f250aa82cced743c3cc3861c74789bb12015ab99745270c79722dc0342334b90f4dd9071ef809ab670a342ac227c24a927870907c25c SHA512 8b32baadc4eb06b0abf533ccb1f540f4f407f27b8d2e847ae25e62d1405e1de5cfc6af16368eecd4086f281ee7a4016cf25568847b3cb798156c7e18e1912576
+DIST bbdb-3.2.2a.tar.gz 198749 BLAKE2B 9f9bf9eb1414f66e19ab4e0771275cb15716257019063874000adfd3de56d047f531c440f585def481c79bf69b06b2fa1edb5b6f42ad0619bfb44318fdde9a3c SHA512 767aa7a046a9456dbf0b622a6efabe5c1d87c0022507b3bb6bec07be54e57a7285a9fe39f870599a248d5e78883300de870c168dc9918c2d1a139ef31fd53ac8
 DIST bbdb-3.2.tar.gz 189456 BLAKE2B b25efd6a3a156684e0a8f15db056683876c8dd1a44eb585db269746c7424cc18df5407e3a04defcbbd8a2c8438bbe2b16d55ab290e842951f6e475bfc34871fe SHA512 593ba5143b50f2818c19c94452efb2c5d7194ed5dc8deecf1d380da4f80e0fad2542b9a7ee68d8baca2bc2bfd84fa0459eb3cd18faaf998eb0956fcfb62dc5c8

diff --git a/app-emacs/bbdb/bbdb-3.2.2a.ebuild b/app-emacs/bbdb/bbdb-3.2.2a.ebuild
new file mode 100644
index 000000000000..5f856b6fdaef
--- /dev/null
+++ b/app-emacs/bbdb/bbdb-3.2.2a.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp autotools
+
+DESCRIPTION="The Insidious Big Brother Database"
+HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
+#SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
+SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="tex vm wanderlust"
+RESTRICT="test" #631700
+
+RDEPEND="vm? ( app-emacs/vm )
+	wanderlust? ( app-emacs/wanderlust )"
+BDEPEND="${RDEPEND}
+	sys-apps/texinfo"
+RDEPEND="${RDEPEND}
+	tex? ( virtual/latex-base )"
+
+SITEFILE="50${PN}-gentoo-3.2.el"
+TEXMF="/usr/share/texmf-site"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
+		"$(use_with vm vm-dir "${EPREFIX}${SITELISP}/vm")" \
+		"$(use_with wanderlust wl-dir "${EPREFIX}${SITELISP}/wl")"
+}
+
+src_compile() {
+	emake -C lisp
+	emake -C doc
+}
+
+src_install() {
+	emake -C lisp DESTDIR="${D}" install
+	emake -C doc DESTDIR="${D}" install
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc AUTHORS ChangeLog NEWS README TODO
+
+	if use tex; then
+		insinto "${TEXMF}"/tex/latex/${PN}
+		doins tex/bbdb.sty
+	fi
+}
+
+pkg_postinst() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}
+
+pkg_postrm() {
+	elisp-site-regen
+	use tex && texconfig rehash
+}

diff --git a/app-emacs/bbdb/metadata.xml b/app-emacs/bbdb/metadata.xml
index c425401f3513..aaffcca93625 100644
--- a/app-emacs/bbdb/metadata.xml
+++ b/app-emacs/bbdb/metadata.xml
@@ -14,6 +14,7 @@
 <use>
   <flag name="tex">Install plain TeX support files</flag>
   <flag name="vm">Add support for <pkg>app-emacs/vm</pkg></flag>
+  <flag name="wanderlust">Add support for <pkg>app-emacs/wanderlust</pkg></flag>
 </use>
 <upstream>
   <remote-id type="sourceforge">bbdb</remote-id>


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2020-03-12 14:53 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2020-03-12 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b5502b8909787221c050f73efdea35f00fc2dda4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 10:21:42 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 14:52:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5502b89

app-emacs/bbdb: Don't install the GNU Info file.

It contains only a template with no useful information.

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/bbdb/{bbdb-3.1.2-r1.ebuild => bbdb-3.1.2-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r2.ebuild
similarity index 92%
rename from app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
rename to app-emacs/bbdb/bbdb-3.1.2-r2.ebuild
index 14b335632f9..f324f803d0c 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r2.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=7
@@ -9,7 +9,7 @@ DESCRIPTION="The Insidious Big Brother Database"
 HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
 SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
+LICENSE="GPL-3+ GPL-1+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
@@ -41,7 +41,6 @@ src_compile() {
 src_install() {
 	emake -C lisp DESTDIR="${D}" install
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	doinfo doc/*.info*
 	dodoc AUTHORS ChangeLog NEWS README TODO
 
 	if use tex; then


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-10-12  4:30 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2019-10-12  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c3e1d9ded9454eb83a73558ed31fc09c5b6a5c84
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 04:26:34 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 04:29:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e1d9de

app-emacs/bbdb-3.1.2-r1: add ~alpha, bug 693064

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index ecd4dc638b5..14b335632f9 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-09-20  7:10 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2019-09-20  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     82236d7da2f00d3d191389ceb373908a293f2199
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 07:09:36 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 07:09:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82236d7d

app-emacs/bbdb: keyworded 3.1.2-r1 for ia64, bug #693064

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index f4d2705ce4e..ecd4dc638b5 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-08-31 12:30 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2019-08-31 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8ae401421723778c0417337d6be0a2d4fa9b42ed
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 12:28:41 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 12:28:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae40142

app-emacs/bbdb: keyworded 3.1.2-r1 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 2fe1b17eb53..f4d2705ce4e 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-08-28  9:51 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2019-08-28  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     686272e2d8637f9335802d060097c07e8b556029
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 09:51:22 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 09:51:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686272e2

app-emacs/bbdb: x86 stable wrt bug #692934

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 961c1a97330..2fe1b17eb53 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-08-27 22:58 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2019-08-27 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7feb1e73b6421c6baf50cdfb97ec5a0db95ff66e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 22:58:05 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 22:58:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feb1e73

app-emacs/bbdb: stable 3.1.2-r1 for ppc, bug #692934

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 329328bb935..961c1a97330 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2019-08-27  9:23 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2019-08-27  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4669dadc7dc3ec65c4e1330cf476d9f4afe0252c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 09:02:17 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 09:23:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4669dadc

app-emacs/bbdb: Bump EAPI to 7.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/bbdb/{bbdb-3.1.2.ebuild => bbdb-3.1.2-r1.ebuild} | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
similarity index 85%
rename from app-emacs/bbdb/bbdb-3.1.2.ebuild
rename to app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 58c9da5277c..b747df62d95 100644
--- a/app-emacs/bbdb/bbdb-3.1.2.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit elisp autotools
 
@@ -15,15 +15,16 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 
-DEPEND="tex? ( virtual/tex-base )
-	vm? ( app-emacs/vm )"
-RDEPEND="${DEPEND}"
+BDEPEND="vm? ( app-emacs/vm )"
+RDEPEND="${BDEPEND}
+	tex? ( virtual/tex-base )"
 
 SITEFILE="50${PN}-gentoo-${PV}.el"
 TEXMF="/usr/share/texmf-site"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-no-init.patch
+	eapply "${FILESDIR}"/${P}-no-init.patch
+	eapply_user
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
@ 2017-09-22 16:07 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2017-09-22 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 16:01:19 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 16:07:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40ee6dc

app-emacs/bbdb: RESTRICT=test

Closes: https://bugs.gentoo.org/631700
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emacs/bbdb/bbdb-3.1.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2.ebuild b/app-emacs/bbdb/bbdb-3.1.2.ebuild
index 6f3ff45a2ad..58c9da5277c 100644
--- a/app-emacs/bbdb/bbdb-3.1.2.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,7 @@ LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
+RESTRICT="test" #631700
 
 DEPEND="tex? ( virtual/tex-base )
 	vm? ( app-emacs/vm )"


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

end of thread, other threads:[~2024-06-25 15:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-27 20:45 [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 15:26 Maciej Barć
2024-06-07 16:56 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2023-02-10 20:36 Sam James
2022-07-07 14:21 Maciej Barć
2022-05-14  9:19 Jakov Smolić
2022-05-13 22:15 Ulrich Müller
2022-04-11  7:58 Ulrich Müller
2022-04-10 19:09 Ulrich Müller
2022-04-10 14:27 Ulrich Müller
2020-03-12 14:53 Ulrich Müller
2019-10-12  4:30 Matt Turner
2019-09-20  7:10 Sergei Trofimovich
2019-08-31 12:30 Sergei Trofimovich
2019-08-28  9:51 Agostino Sarubbo
2019-08-27 22:58 Sergei Trofimovich
2019-08-27  9:23 Ulrich Müller
2017-09-22 16:07 Ulrich Müller

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