public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cb2bib/
Date: Thu, 27 Apr 2017 12:17:21 +0000 (UTC)	[thread overview]
Message-ID: <1493295425.e8265b280bf8d1e6c5414c8a0ea7c698d1f0f6a9.kensington@gentoo> (raw)

commit:     e8265b280bf8d1e6c5414c8a0ea7c698d1f0f6a9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 12:13:05 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 12:17:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8265b28

app-text/cb2bib: remove 1.5.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/cb2bib/Manifest            |  1 -
 app-text/cb2bib/cb2bib-1.5.0.ebuild | 53 -------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/app-text/cb2bib/Manifest b/app-text/cb2bib/Manifest
index 85703e4a8e1..3c007707f25 100644
--- a/app-text/cb2bib/Manifest
+++ b/app-text/cb2bib/Manifest
@@ -1,2 +1 @@
-DIST cb2bib-1.5.0.tar.gz 899936 SHA256 e5eae392c9223889fb21c5a656b014d5a81a333c5378196075a985233885f3b9 SHA512 bc1149ebc1dc2f6fb0e2bf04dedc156c2decd5f76a3b57bc24713db5827afb83e5ff2ef4b380d6a4fa6f80ce6375bfa97b2cfdc6d7540f620e3f541a586e998b WHIRLPOOL b4de5b4ad924ae623403070d95d50cbfa378676ed76519d7ec9002c686dd26da6ea8a43531f8c0147c0206a157ca44e9e94c50d53564a78e7a0a098ccb293f53
 DIST cb2bib-1.9.6.tar.gz 845129 SHA256 a2715a670ad405d6599b237d058cccf9e0dbe47070ee8e5d7f799c24ea4715af SHA512 2e13d50996a5461f544ece6cac96ca32f1df1c703b9872d0ec8852a43fd0ba51041a136363fbed433b464163254b4d42ab2e6239a48567961155ae068ad6b27c WHIRLPOOL fbaaa3c77c5d90098d33c31dd13c75484be05b8c5fbf81d33b5a9a620bd9dec452fb9877f2d3c69213354763c63b56d07ff0c282d0ddd2077b8a58942a6d0571

diff --git a/app-text/cb2bib/cb2bib-1.5.0.ebuild b/app-text/cb2bib/cb2bib-1.5.0.ebuild
deleted file mode 100644
index 7546ca507fd..00000000000
--- a/app-text/cb2bib/cb2bib-1.5.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Tool for extracting unformatted bibliographic references"
-HOMEPAGE="http://www.molspaces.com/cb2bib/"
-SRC_URI="http://www.molspaces.com/dl/progs/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-IUSE="debug +lzo +webkit"
-
-DEPEND="
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	x11-libs/libX11
-	lzo? ( dev-libs/lzo:2 )
-	webkit? ( dev-qt/qtwebkit:4 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	# Fix desktop files
-	sed -i -e '/Keywords=/ s/$/;/' c2bscripts/{c2bciter,cb2bib}.desktop || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DC2B_USE_LZO=$(use lzo && echo ON || echo OFF)
-		-DC2B_USE_WEBKIT=$(use webkit && echo ON || echo OFF)
-	)
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	einfo
-	elog "For best functionality, emerge the following packages:"
-	elog "    app-text/poppler[utils] - for data import from PDF files"
-	elog "    app-text/dvipdfm        - for data import from DVI files"
-	elog "    app-text/bibutils       - for data import from ISI, endnote format"
-	elog "    media-fonts/jsmath      - for displaying mathematical notation"
-	elog "    media-libs/exiftool     - for proper UTF-8 metadata writing in PDF"
-	elog "                              text strings"
-	elog "    virtual/latex-base      - to check for BibTeX file correctness and to get"
-	elog "                              nice printing through the shell script bib2pdf"
-	einfo
-}


             reply	other threads:[~2017-04-27 12:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-27 12:17 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-01  2:33 [gentoo-commits] repo/gentoo:master commit in: app-text/cb2bib/ Sam James
2020-10-23 23:27 Andreas Sturmlechner
2020-10-23 23:27 Andreas Sturmlechner
2020-10-12 16:15 Andreas Sturmlechner
2020-08-16 22:25 Andreas Sturmlechner
2020-08-12  6:01 Agostino Sarubbo
2020-08-09 11:56 Andreas Sturmlechner
2020-08-09 11:56 Andreas Sturmlechner
2020-02-17 12:13 Agostino Sarubbo
2019-03-31 12:02 Michael Palimaka
2018-11-08 13:45 Michael Palimaka
2018-09-10 19:46 Andreas Sturmlechner
2018-09-09  8:20 Mikle Kolyada
2018-08-18  6:50 Andreas Sturmlechner
2017-07-29  3:52 Michael Palimaka
2017-07-29  3:52 Michael Palimaka
2017-06-29 12:33 Michael Palimaka
2017-04-26  7:40 Agostino Sarubbo
2017-03-04  4:16 Michael Palimaka
2016-06-08 16:02 Michael Palimaka
2016-06-08 16:02 Michael Palimaka
2016-06-06 16:15 Agostino Sarubbo
2016-03-18 19:11 Michał Górny

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=1493295425.e8265b280bf8d1e6c5414c8a0ea7c698d1f0f6a9.kensington@gentoo \
    --to=kensington@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