diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-emacs/bbdb | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/bbdb')
| -rw-r--r-- | app-emacs/bbdb/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/bbdb/bbdb-3.2.2d_p20231122-r1.ebuild | 86 | ||||
| -rw-r--r-- | app-emacs/bbdb/files/50bbdb-gentoo-3.2.el | 4 | ||||
| -rw-r--r-- | app-emacs/bbdb/files/bbdb-3.2.2d_p20231122-loaddefs.patch | 12 | ||||
| -rw-r--r-- | app-emacs/bbdb/metadata.xml | 22 |
5 files changed, 0 insertions, 125 deletions
diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest deleted file mode 100644 index dcaedaf7cb56..000000000000 --- a/app-emacs/bbdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bbdb-3.2.2d_p20231122.tar.gz 201355 BLAKE2B 6f1abd80d580fa2bc9f5ce2a26179d54358ab156991e138e8028bec4c7e891e884f3aa938e895b3e7a5cdb7dae1548e5161c212e5b6073d8bf2c38ba76bc8029 SHA512 3d5d6a8411c14e8c8f8b60872e954c0d26e25bebb9c9148c354ea078e12a30b500ee1de026414359efca3b9fd502a0bad00c9df0549cb7c83c726d878187373d diff --git a/app-emacs/bbdb/bbdb-3.2.2d_p20231122-r1.ebuild b/app-emacs/bbdb/bbdb-3.2.2d_p20231122-r1.ebuild deleted file mode 100644 index cec00776a06d..000000000000 --- a/app-emacs/bbdb/bbdb-3.2.2d_p20231122-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2026 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 ppc ~ppc64 x86" -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 ) -" - -PATCHES=( "${FILESDIR}/${P}-loaddefs.patch" ) -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 -} diff --git a/app-emacs/bbdb/files/50bbdb-gentoo-3.2.el b/app-emacs/bbdb/files/50bbdb-gentoo-3.2.el deleted file mode 100644 index 4bbec687fb81..000000000000 --- a/app-emacs/bbdb/files/50bbdb-gentoo-3.2.el +++ /dev/null @@ -1,4 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(require 'bbdb-loaddefs) -;; t indicates that bbdb.sty is in the regular TeX search path -(setq bbdb-tex-path t) diff --git a/app-emacs/bbdb/files/bbdb-3.2.2d_p20231122-loaddefs.patch b/app-emacs/bbdb/files/bbdb-3.2.2d_p20231122-loaddefs.patch deleted file mode 100644 index b3b4bb0decc3..000000000000 --- a/app-emacs/bbdb/files/bbdb-3.2.2d_p20231122-loaddefs.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- bbdb/lisp/Makefile.am -+++ bbdb/lisp/Makefile.am -@@ -87,7 +87,8 @@ - echo "*** Delete these files; do not load them from your init file ***") && \ - false ; \ - fi -- @echo "(provide 'bbdb-loaddefs)" > $@; -+ @echo ";;; $@ -*- lexical-binding: t -*-" > $@ -+ @echo "(provide 'bbdb-loaddefs)" >> $@; - @echo "(if (and load-file-name (file-name-directory load-file-name))" >> $@; - @echo " (add-to-list 'load-path (file-name-directory load-file-name)))" >> $@; - @echo "" >> $@; diff --git a/app-emacs/bbdb/metadata.xml b/app-emacs/bbdb/metadata.xml deleted file mode 100644 index b50a10f36dc7..000000000000 --- a/app-emacs/bbdb/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <longdescription> - The Insidious Big Brother Database (BBDB) is a contact management utility - for use with GNU Emacs and XEmacs. It can hook into Emacs-based mail- and - news-readers and automatically collect information on messages therein. -</longdescription> - <stabilize-allarches /> - <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> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
