public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
Date: Fri, 13 May 2022 22:15:22 +0000 (UTC)	[thread overview]
Message-ID: <1652480113.2f98d9c95baf743a79f1f83b8f702e6c9bfee3ea.ulm@gentoo> (raw)

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
-}


             reply	other threads:[~2022-05-13 22:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 22:15 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 15:26 [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ 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-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 20:45 Agostino Sarubbo
2019-08-27  9:23 Ulrich Müller
2017-09-22 16:07 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652480113.2f98d9c95baf743a79f1f83b8f702e6c9bfee3ea.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox