summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2010-01-07 16:36:31 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2010-01-07 16:36:31 +0000
commit02cffbbe1d8ae3f65dc66dc3728ee5f6f76672f0 (patch)
treede2808c7e99b54db8d3a06a47532cde2221a9003 /app-text
parentwww-apps/davical: Version bump, now depends on php with pdo (diff)
downloadsunrise-reviewed-02cffbbe1d8ae3f65dc66dc3728ee5f6f76672f0.tar.gz
sunrise-reviewed-02cffbbe1d8ae3f65dc66dc3728ee5f6f76672f0.tar.bz2
sunrise-reviewed-02cffbbe1d8ae3f65dc66dc3728ee5f6f76672f0.zip
app-text/cb2bib: removed application since it is now in the portage tree :)
svn path=/sunrise/; revision=9824
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cb2bib/ChangeLog20
-rw-r--r--app-text/cb2bib/Manifest4
-rw-r--r--app-text/cb2bib/cb2bib-1.3.6.ebuild64
-rw-r--r--app-text/cb2bib/metadata.xml14
4 files changed, 0 insertions, 102 deletions
diff --git a/app-text/cb2bib/ChangeLog b/app-text/cb2bib/ChangeLog
deleted file mode 100644
index ddbde59e3..000000000
--- a/app-text/cb2bib/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for app-text/cb2bib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 06 Jan 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
- -cb2bib-1.3.5.ebuild, -files/cb2bib-1.3.5-disable-cbpoll.patch,
- -files/cb2bib-1.3.5-noqmake.patch, +cb2bib-1.3.6.ebuild:
- Version bump, making possible some simplifications in the ebuild and
- obsoleting the patches.
-
- 10 Dec 2009; Markos Chandras <hwoarang@gentoo.org> cb2bib-1.3.5.ebuild:
- Update qt-webkit version, add debug use dependency
-
- 09 Dec 2009; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
- +cb2bib-1.3.5.ebuild, +files/cb2bib-1.3.5-disable-cbpoll.patch,
- +files/cb2bib-1.3.5-noqmake.patch, +metadata.xml:
- New application, see bug 123627. Thanks to Hugo Mildenberger, Mike
- Stanbrough, Oliver Putz, Martin Corley, and Maxim Loginov, and to scarabeus,
- sedzimir, and Tommy[D] on irc.
-
diff --git a/app-text/cb2bib/Manifest b/app-text/cb2bib/Manifest
deleted file mode 100644
index e74e6fb18..000000000
--- a/app-text/cb2bib/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST cb2bib-1.3.6.tar.gz 607257 RMD160 1f8adfeb43aefd04256d0f329f96433fb2888d07 SHA1 384ace2cf33363d4548e3ba345122b478a553f75 SHA256 b6ebf499fbe8f3e661b55c19b3b8463044f0795f1265d8c8c1bbe6e9fbc332ad
-EBUILD cb2bib-1.3.6.ebuild 2087 RMD160 a0072bcad9d4f2c9ab9bcb99375b3627a0fb6bc1 SHA1 56f9ad624ce5df3d07be358c1960a61604392a6c SHA256 db89fd95ba9a9e06965ec2d6f9194bc5b7fc1b2bb4064eefef2bf46d62aeeadb
-MISC ChangeLog 899 RMD160 60e59b47b7173b6955cc581ece1f1af1ca781a50 SHA1 7faf63cc869ee1badd05a6dc463646cc960edd04 SHA256 e0af9ef43c12125d1586d355a4d71d8e6bbe7b860e8bf470c498a12d76db8ba2
-MISC metadata.xml 351 RMD160 8792583cb28727b092e491a56ce67dc5095dacd6 SHA1 568dec7949154c83a72054209b0e55f43f434fdf SHA256 6fd09a630bdf714423512d8ef70b51b08901cfd28b2b5a3f6c45776cc071d138
diff --git a/app-text/cb2bib/cb2bib-1.3.6.ebuild b/app-text/cb2bib/cb2bib-1.3.6.ebuild
deleted file mode 100644
index 0f5dae843..000000000
--- a/app-text/cb2bib/cb2bib-1.3.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit qt4-r2
-
-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 +poll"
-
-DEPEND=">=x11-libs/qt-webkit-4.5.3:4[debug?]
- x11-libs/libX11
- x11-proto/xproto
- lzo? ( dev-libs/lzo )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # we need to make these two scripts executable before running qmake
- # then qmake picks that up and installs them with $(INSTALL_PROGRAM),
- # i.e. executable. :]
- #
- chmod +x c2bscripts/c2bimport || die
- chmod +x c2bscripts/c2bciter || die
-}
-
-src_configure() {
- # We need to unset QTDIR here, else we may end up with qt3 if it is installed.
- QTDIR="" ./configure \
- $(use_enable lzo) \
- $(use_enable poll cbpoll) \
- --qmakepath /usr/bin/qmake \
- --prefix /usr \
- --bindir /usr/bin \
- --datadir /usr/share \
- --desktopdatadir /usr/share/applications \
- --icondir /usr/share/pixmaps \
- --disable-qmake-call || die "cb2bib provided configure failed"
-
- # configure writes the additional qmake commandline parameters into a
- # file "qmake-additional-args"
- eqmake4 ${PN}.pro $(cat qmake-additional-args)
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- elog "For best functionality, emerge the following packages:"
- elog " app-text/poppler-utils - for data import from PDF files"
- elog " app-text/bibutils - for data import from ISI, endnote format"
- elog " media-fonts/jsmath - for displaying mathematical notation"
- elog " >=media-libs/exiftool-7.3.1 - for, err, some additional features :)"
- elog " app-text/dvipdfm - for data import from DVI files"
- elog " virtual/latex-base - to check for BibTeX file correctness and to get"
- elog " nice printing through the shell script bib2pdf"
-}
diff --git a/app-text/cb2bib/metadata.xml b/app-text/cb2bib/metadata.xml
deleted file mode 100644
index 47cff23f8..000000000
--- a/app-text/cb2bib/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>maintainer-wanted</herd>
-<use>
- <flag name='lzo'>compile with lzo support</flag>
- <flag name='poll'>use clipboard polling</flag>
-</use>
-<upstream>
- <bugs-to>webmaster@molspaces.com</bugs-to>
-</upstream>
-</pkgmetadata>
-
-