public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2016-07-20 17:00 Michael Orlitzky
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Orlitzky @ 2016-07-20 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e247a3e78e82add733ba00f06f69dd235ae45fb2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 16:46:06 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 16:59:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e247a3e7

dev-libs/librep: new version 0.92.6.

Gentoo-Bug: 493110

Package-Manager: portage-2.2.28

 dev-libs/librep/Manifest                                       | 2 +-
 dev-libs/librep/{librep-0.92.5.ebuild => librep-0.92.6.ebuild} | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest
index c0e0082..b8d6019 100644
--- a/dev-libs/librep/Manifest
+++ b/dev-libs/librep/Manifest
@@ -1,3 +1,3 @@
 DIST librep-0.92.2.1.tar.xz 608988 SHA256 47bb628a377e2c7cb6e22f3e691a88d88af83570ca99b0d7300a5fbcb46b6663 SHA512 7535fbf3af3b6775dfe740623abd09ff48a38641c3be52bbe84ef0b14d37455aa73f3a9941b3a814b04f203664c0e18f1add2111ac968fbf1f59fa4253f6a974 WHIRLPOOL ff59301e924b176e6944a79c1be5635d7d8845a89a06c811cdc891f9edcc4179f555ebbd8092ff0e2194763ab2f554fa224b41b5ec2515468fcfb211b887f747
 DIST librep-0.92.3.tar.xz 607128 SHA256 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 SHA512 d65b7a418a2782307c7afa74bba1cc9b690c0fe37938151e7ead3da08cba52d2f5bd2803de22f426b75a353f50287a5ce727c98fc23abbabf9e54b3389f04103 WHIRLPOOL 1ae547f4d795377d77f0fedc67cf3cffc2daf49295798aad088152cdef454c74226e9e9e7f703b0506cd4e1c6cd2b2f321ab8f4cd81f691e1d2d11612cf2c132
-DIST librep_0.92.5.tar.xz 638228 SHA256 22da9bab38d161309a593c36f2168fb78de8a8a93f171f08dee5ef89e22b5e7f SHA512 210fa3daac876dba68084f9e27996354e054ef0993d8d8a4a0498d742285b97f21eaaec218ba6439464c908f24cd8318f0d3edbab5a373b7c8057c8fc910ca55 WHIRLPOOL e1fce42af42fc09e81a609ccf92bb17e8ce8648ba048b3b1a935820a3d25ba41e0c04c4a61da6149ef0695b6f03156755876922d4a09d5dce333b463be927738
+DIST librep_0.92.6.tar.xz 472152 SHA256 fec152d0aca9afeb71aed40e7e5af27ca7bd13a41aa493532108f6ef2b04cccc SHA512 6e347e788922af9458e6eddfdaf7935b69df8f70b3f6deb11e6abd67596aec05e7dce7f41db1c84e478347d379ced10cfb34672a797c853913fd538a78a1f96d WHIRLPOOL 3b58a2e3ee23c1b6fdf8c393ad794c819c92e9c4cb82627d883fc3e903c9821ba08694ad0759cc353d824f0541c37e933a673f099ac4b6433196aa6b92d7c3d4

diff --git a/dev-libs/librep/librep-0.92.5.ebuild b/dev-libs/librep/librep-0.92.6.ebuild
similarity index 92%
rename from dev-libs/librep/librep-0.92.5.ebuild
rename to dev-libs/librep/librep-0.92.6.ebuild
index d5d6c92..2004ec4 100644
--- a/dev-libs/librep/librep-0.92.5.ebuild
+++ b/dev-libs/librep/librep-0.92.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit elisp-common eutils flag-o-matic
+inherit autotools elisp-common eutils flag-o-matic
 
 DESCRIPTION="Shared library implementing a Lisp dialect"
 HOMEPAGE="http://librep.sourceforge.net/"
@@ -35,6 +35,9 @@ src_prepare() {
 	# fix #570072 by restoring pre-GCC5 inline semantics
 	append-cflags -std=gnu89
 	default
+
+	# The configure script is missing from this version.
+	eautoreconf
 }
 
 src_configure() {
@@ -58,7 +61,6 @@ src_install() {
 	default
 	prune_libtool_files --modules
 
-	docinto doc
 	dodoc doc/*
 
 	if use emacs; then


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2017-02-12 17:01 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2017-02-12 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     60823dec0f6850d8e753f4ecca3d41e64d04d0b1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:59:59 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 17:00:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60823dec

dev-libs/librep: ppc stable wrt bug #609086

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/librep/librep-0.92.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.6.ebuild b/dev-libs/librep/librep-0.92.6.ebuild
index 4a55f7e757..4167b879f5 100644
--- a/dev-libs/librep/librep-0.92.6.ebuild
+++ b/dev-libs/librep/librep-0.92.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="emacs readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2017-02-15 13:49 Tobias Klausmann
  0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2017-02-15 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e1816d4b713d87180b6f61a36c2b1269a029aa00
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 13:48:59 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 13:48:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1816d4b

dev-libs/librep-0.92.6-r0: add alpha keyword

Gentoo-Bug: 609086

 dev-libs/librep/librep-0.92.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.6.ebuild b/dev-libs/librep/librep-0.92.6.ebuild
index 4167b879f5..1302727868 100644
--- a/dev-libs/librep/librep-0.92.6.ebuild
+++ b/dev-libs/librep/librep-0.92.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="emacs readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2017-02-24  9:47 Michael Weber
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-02-24  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4c6fd768f67fe2a748bcbb4a8888cb328ac0cb5b
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 09:46:53 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 09:47:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6fd768

dev-libs/librep: ppc64 stable (bug 609086).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/librep/librep-0.92.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.6.ebuild b/dev-libs/librep/librep-0.92.6.ebuild
index 601d2266a9..2b4258214b 100644
--- a/dev-libs/librep/librep-0.92.6.ebuild
+++ b/dev-libs/librep/librep-0.92.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="emacs readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2017-02-24 11:32 Michael Palimaka
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2017-02-24 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9b7ed853aaecd6dc0cbb11a58a2a318f0c23e383
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 11:31:49 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 11:32:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7ed853

dev-libs/librep: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/librep/Manifest               |  2 -
 dev-libs/librep/librep-0.92.2.1.ebuild | 67 ---------------------------------
 dev-libs/librep/librep-0.92.3.ebuild   | 69 ----------------------------------
 3 files changed, 138 deletions(-)

diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest
index b8d6019ff7..d2e93899f6 100644
--- a/dev-libs/librep/Manifest
+++ b/dev-libs/librep/Manifest
@@ -1,3 +1 @@
-DIST librep-0.92.2.1.tar.xz 608988 SHA256 47bb628a377e2c7cb6e22f3e691a88d88af83570ca99b0d7300a5fbcb46b6663 SHA512 7535fbf3af3b6775dfe740623abd09ff48a38641c3be52bbe84ef0b14d37455aa73f3a9941b3a814b04f203664c0e18f1add2111ac968fbf1f59fa4253f6a974 WHIRLPOOL ff59301e924b176e6944a79c1be5635d7d8845a89a06c811cdc891f9edcc4179f555ebbd8092ff0e2194763ab2f554fa224b41b5ec2515468fcfb211b887f747
-DIST librep-0.92.3.tar.xz 607128 SHA256 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 SHA512 d65b7a418a2782307c7afa74bba1cc9b690c0fe37938151e7ead3da08cba52d2f5bd2803de22f426b75a353f50287a5ce727c98fc23abbabf9e54b3389f04103 WHIRLPOOL 1ae547f4d795377d77f0fedc67cf3cffc2daf49295798aad088152cdef454c74226e9e9e7f703b0506cd4e1c6cd2b2f321ab8f4cd81f691e1d2d11612cf2c132
 DIST librep_0.92.6.tar.xz 472152 SHA256 fec152d0aca9afeb71aed40e7e5af27ca7bd13a41aa493532108f6ef2b04cccc SHA512 6e347e788922af9458e6eddfdaf7935b69df8f70b3f6deb11e6abd67596aec05e7dce7f41db1c84e478347d379ced10cfb34672a797c853913fd538a78a1f96d WHIRLPOOL 3b58a2e3ee23c1b6fdf8c393ad794c819c92e9c4cb82627d883fc3e903c9821ba08694ad0759cc353d824f0541c37e933a673f099ac4b6433196aa6b92d7c3d4

diff --git a/dev-libs/librep/librep-0.92.2.1.ebuild b/dev-libs/librep/librep-0.92.2.1.ebuild
deleted file mode 100644
index 9d934dedba..0000000000
--- a/dev-libs/librep/librep-0.92.2.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils multilib elisp-common
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="http://download.tuxfamily.org/librep/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="emacs readline"
-
-RDEPEND=">=sys-libs/gdbm-1.8.0
-	emacs? ( virtual/emacs )
-	readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
-	sys-apps/texinfo
-	app-arch/xz-utils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.92.0-disable-elisp.patch
-}
-
-src_configure() {
-	econf \
-		--libexecdir=/usr/$(get_libdir) \
-		--without-gmp \
-		--without-ffi \
-		--disable-static \
-		$(use_with readline)
-}
-
-src_compile() {
-	emake
-
-	if use emacs; then
-		elisp-compile rep-debugger.el || die "elisp-compile failed"
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
-
-	dodoc ChangeLog MAINTAINERS NEWS README TODO
-	docinto doc
-	dodoc doc/*
-
-	if use emacs; then
-		elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
-		elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
-			|| die "elisp-site-file-install failed"
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}

diff --git a/dev-libs/librep/librep-0.92.3.ebuild b/dev-libs/librep/librep-0.92.3.ebuild
deleted file mode 100644
index 89cb90206e..0000000000
--- a/dev-libs/librep/librep-0.92.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib elisp-common
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="http://download.tuxfamily.org/librep/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="emacs readline"
-
-RDEPEND="
-	>=sys-libs/gdbm-1.8.0
-	emacs? ( virtual/emacs )
-	readline? ( sys-libs/readline )
-"
-DEPEND="${RDEPEND}
-	sys-apps/texinfo
-	app-arch/xz-utils
-"
-
-src_prepare() {
-	DOCS="ChangeLog MAINTAINERS NEWS README TODO"
-	epatch "${FILESDIR}"/${PN}-0.92.0-disable-elisp.patch
-}
-
-src_configure() {
-	econf \
-		--libexecdir=/usr/$(get_libdir) \
-		--without-gmp \
-		--without-ffi \
-		--disable-static \
-		$(use_with readline)
-}
-
-src_compile() {
-	default
-
-	if use emacs; then
-		elisp-compile rep-debugger.el || die "elisp-compile failed"
-	fi
-}
-
-src_install() {
-	default
-	prune_libtool_files --modules
-
-	docinto doc
-	dodoc doc/*
-
-	if use emacs; then
-		elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
-		elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
-			|| die "elisp-site-file-install failed"
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2020-05-15  6:43 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-05-15  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     aaaa49be97b9862adf671aa7d1dcd12fc7965000
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 05:18:54 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 15 06:42:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaaa49be

dev-libs/librep: Version 0.92.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-libs/librep/Manifest             |  1 +
 dev-libs/librep/librep-0.92.7.ebuild | 81 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest
index b1d8ca2f78f..d8a807e9d3d 100644
--- a/dev-libs/librep/Manifest
+++ b/dev-libs/librep/Manifest
@@ -1 +1,2 @@
 DIST librep_0.92.6.tar.xz 472152 BLAKE2B 165fa8b1d68360e0b08909663cab0f334774030e970c0d376652bc819368eae647882091f1e8d1329f4d3c1c53def4f69aeb8c4d7fe5f327d06d528dc9bb2267 SHA512 6e347e788922af9458e6eddfdaf7935b69df8f70b3f6deb11e6abd67596aec05e7dce7f41db1c84e478347d379ced10cfb34672a797c853913fd538a78a1f96d
+DIST librep_0.92.7.tar.xz 651344 BLAKE2B 3a0e9a3eef0afa2e095537dfc307418ba87ce7a9baabdba262fd9a24b71cc6577fe1282412da495d56bf22007f1931c5b834f5bcf4c5ebe87d6b43a4975d630e SHA512 752cb2da31457200b5896f70ce24a097b261b996da25998cd78a777f982597473afce1a216f449a4a969d29b1678bf54e2f148e86de6f9548eeb5cfd530ae377

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7.ebuild
new file mode 100644
index 00000000000..829d45fb63d
--- /dev/null
+++ b/dev-libs/librep/librep-0.92.7.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools elisp-common flag-o-matic
+
+DESCRIPTION="Shared library implementing a Lisp dialect"
+HOMEPAGE="https://sawfish.fandom.com/"
+SRC_URI="https://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="emacs gmp readline"
+
+RDEPEND="
+	>=sys-libs/gdbm-1.8.0
+	emacs? ( >=app-editors/emacs-23.1:* )
+	gmp? ( dev-libs/gmp:= )
+	readline? ( sys-libs/readline:0= )
+"
+BDEPEND="
+	${RDEPEND}
+	sys-apps/texinfo
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.92.0-disable-elisp.patch
+)
+
+S="${WORKDIR}/${PN}_${PV}"
+
+src_prepare() {
+	# fix #570072 by restoring pre-GCC5 inline semantics
+	append-cflags -std=gnu89
+	default
+
+	# The configure script is missing from this version.
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with gmp) \
+		$(use_with readline) \
+		--disable-static \
+		--libexecdir=/usr/$(get_libdir) \
+		--without-ffi
+}
+
+src_compile() {
+	default
+
+	if use emacs; then
+		elisp-compile rep-debugger.el || die "elisp-compile failed"
+	fi
+}
+
+src_install() {
+	default
+
+	find "${D}" -name '*.la' -delete || die
+
+	find "${D}/usr/share/man" -name '*.gz' -exec gunzip {} \; || die
+
+	dodoc doc/*
+
+	if use emacs; then
+		elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
+		elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
+			|| die "elisp-site-file-install failed"
+	fi
+}
+
+pkg_postinst() {
+	use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+	use emacs && elisp-site-regen
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-01-04  1:32 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0eed54f34fdd947648ddc441a0400dc55260139a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 01:30:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 01:30:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eed54f3

dev-libs/librep: Stabilize 0.92.7 amd64, #763372

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

 dev-libs/librep/librep-0.92.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7.ebuild
index 829d45fb63d..1854145bc83 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-01-04 19:40 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2021-01-04 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     39090ed38dee87006b2c82ff4a721a165d4bd7d0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 19:39:21 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 19:39:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39090ed3

dev-libs/librep: stable 0.92.7 for sparc

stable wrt bug #763372

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

 dev-libs/librep/librep-0.92.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7.ebuild
index 1854145bc83..4dc3c9ad692 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-01-07 10:09 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-01-07 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7bc8b7f8baf39920cd40a225858864153e24c422
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 10:08:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:09:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc8b7f8

dev-libs/librep: Stabilize 0.92.7 ppc, #763372

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

 dev-libs/librep/librep-0.92.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7.ebuild
index 960ca4ff91e..9e7da5de6fd 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-01-07 18:57 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-01-07 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ac57eab1fb00e929c14590ff3d251593f9b27045
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 18:57:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 18:57:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac57eab1

dev-libs/librep: Stabilize 0.92.7 ppc64, #763372

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

 dev-libs/librep/librep-0.92.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7.ebuild
index 9e7da5de6fd..b5b9249eb9f 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-01-07 19:04 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-01-07 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9b4a328656ad7f6914cf785c89cbfd0119a53a05
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 19:01:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 19:01:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4a3286

dev-libs/librep: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/librep/Manifest             |  1 -
 dev-libs/librep/librep-0.92.6.ebuild | 78 ------------------------------------
 2 files changed, 79 deletions(-)

diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest
index d8a807e9d3d..c3822e20cfd 100644
--- a/dev-libs/librep/Manifest
+++ b/dev-libs/librep/Manifest
@@ -1,2 +1 @@
-DIST librep_0.92.6.tar.xz 472152 BLAKE2B 165fa8b1d68360e0b08909663cab0f334774030e970c0d376652bc819368eae647882091f1e8d1329f4d3c1c53def4f69aeb8c4d7fe5f327d06d528dc9bb2267 SHA512 6e347e788922af9458e6eddfdaf7935b69df8f70b3f6deb11e6abd67596aec05e7dce7f41db1c84e478347d379ced10cfb34672a797c853913fd538a78a1f96d
 DIST librep_0.92.7.tar.xz 651344 BLAKE2B 3a0e9a3eef0afa2e095537dfc307418ba87ce7a9baabdba262fd9a24b71cc6577fe1282412da495d56bf22007f1931c5b834f5bcf4c5ebe87d6b43a4975d630e SHA512 752cb2da31457200b5896f70ce24a097b261b996da25998cd78a777f982597473afce1a216f449a4a969d29b1678bf54e2f148e86de6f9548eeb5cfd530ae377

diff --git a/dev-libs/librep/librep-0.92.6.ebuild b/dev-libs/librep/librep-0.92.6.ebuild
deleted file mode 100644
index 0028c09381f..00000000000
--- a/dev-libs/librep/librep-0.92.6.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools elisp-common eutils flag-o-matic ltprune
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="http://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="emacs readline"
-
-RDEPEND="
-	>=sys-libs/gdbm-1.8.0
-	emacs? ( >=app-editors/emacs-23.1:* )
-	readline? ( sys-libs/readline:0= )
-"
-DEPEND="${RDEPEND}
-	sys-apps/texinfo
-	app-arch/xz-utils
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.92.0-disable-elisp.patch"
-)
-
-S="${WORKDIR}/${PN}_${PV}"
-
-src_prepare() {
-	# fix #570072 by restoring pre-GCC5 inline semantics
-	append-cflags -std=gnu89
-	default
-
-	# The configure script is missing from this version.
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--libexecdir=/usr/$(get_libdir) \
-		--without-gmp \
-		--without-ffi \
-		--disable-static \
-		$(use_with readline)
-}
-
-src_compile() {
-	default
-
-	if use emacs; then
-		elisp-compile rep-debugger.el || die "elisp-compile failed"
-	fi
-}
-
-src_install() {
-	default
-	prune_libtool_files --modules
-
-	dodoc doc/*
-
-	if use emacs; then
-		elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
-		elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
-			|| die "elisp-site-file-install failed"
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2021-06-22 22:38 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-22 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     60ea14306ece38a147a7037e47f653b218cf967b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 21:57:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 22:29:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ea1430

dev-libs/librep: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert <soap <AT> gentoo.org>
Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/librep/{librep-0.92.7.ebuild => librep-0.92.7-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild b/dev-libs/librep/librep-0.92.7-r1.ebuild
similarity index 95%
rename from dev-libs/librep/librep-0.92.7.ebuild
rename to dev-libs/librep/librep-0.92.7-r1.ebuild
index b5b9249eb9f..fd71bdbfeaa 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools elisp-common flag-o-matic
 
 DESCRIPTION="Shared library implementing a Lisp dialect"
@@ -14,13 +15,14 @@ KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="
-	>=sys-libs/gdbm-1.8.0
+	>=sys-libs/gdbm-1.8.0:=
+	virtual/libcrypt:=
 	emacs? ( >=app-editors/emacs-23.1:* )
 	gmp? ( dev-libs/gmp:= )
 	readline? ( sys-libs/readline:0= )
 "
+DEPEND="${RDEPEND}"
 BDEPEND="
-	${RDEPEND}
 	sys-apps/texinfo
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2022-07-28  7:10 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-28  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     89c6f683141ad3767bb522bb018186f423aa41c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 07:08:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 07:09:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c6f683

dev-libs/librep: add github upstream metadata

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

 dev-libs/librep/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/librep/metadata.xml b/dev-libs/librep/metadata.xml
index 76a5d8ae342d..151d92934d56 100644
--- a/dev-libs/librep/metadata.xml
+++ b/dev-libs/librep/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<upstream>
+		<remote-id type="github">SawfishWM/librep</remote-id>
 		<remote-id type="sourceforge">librep</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2022-12-18 12:28 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-12-18 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     289131ac2e2cec98ca105450a5c0744ed1a75abf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:27:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:27:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289131ac

dev-libs/librep: Stabilize 0.92.7-r2 ppc64, #886701

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

 dev-libs/librep/librep-0.92.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.7-r2.ebuild b/dev-libs/librep/librep-0.92.7-r2.ebuild
index a5a9d61b116a..3b0d29573739 100644
--- a/dev-libs/librep/librep-0.92.7-r2.ebuild
+++ b/dev-libs/librep/librep-0.92.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/
@ 2022-12-18 12:47 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-12-18 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7e2802a2cc7dd8a3fc5d87e7cda381a9e10a59ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:46:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:46:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2802a2

dev-libs/librep: Stabilize 0.92.7-r2 sparc, #886701

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

 dev-libs/librep/librep-0.92.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librep/librep-0.92.7-r2.ebuild b/dev-libs/librep/librep-0.92.7-r2.ebuild
index 3b0d29573739..166a2f685b34 100644
--- a/dev-libs/librep/librep-0.92.7-r2.ebuild
+++ b/dev-libs/librep/librep-0.92.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 sparc ~x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="


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

end of thread, other threads:[~2022-12-18 12:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 12:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:47 Sam James
2022-07-28  7:10 Sam James
2021-06-22 22:38 Sam James
2021-01-07 19:04 Sam James
2021-01-07 18:57 Sam James
2021-01-07 10:09 Sam James
2021-01-04 19:40 Sergei Trofimovich
2021-01-04  1:32 Sam James
2020-05-15  6:43 Jeroen Roovers
2017-02-24 11:32 Michael Palimaka
2017-02-24  9:47 Michael Weber
2017-02-15 13:49 Tobias Klausmann
2017-02-12 17:01 Agostino Sarubbo
2016-07-20 17:00 Michael Orlitzky

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