summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-24 22:40:40 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-24 22:41:13 +1100
commit1fef3d666b27cbd4ccf2afaff526a23948fa6ffe (patch)
tree3f6bc9dd3a7e7272488521a21fc3e490224aa692 /app-text
parentdev-python/httplib2: remove old version (Google Code) (diff)
downloadgentoo-1fef3d666b27cbd4ccf2afaff526a23948fa6ffe.tar.gz
gentoo-1fef3d666b27cbd4ccf2afaff526a23948fa6ffe.tar.bz2
gentoo-1fef3d666b27cbd4ccf2afaff526a23948fa6ffe.zip
app-text/referencer: remove 1.2.0-r1
Gentoo-bug: 575578 Package-Manager: portage-2.3.2
Diffstat (limited to 'app-text')
-rw-r--r--app-text/referencer/Manifest1
-rw-r--r--app-text/referencer/referencer-1.2.0-r1.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/app-text/referencer/Manifest b/app-text/referencer/Manifest
index 0e521d5be18f..12a37ff9aacd 100644
--- a/app-text/referencer/Manifest
+++ b/app-text/referencer/Manifest
@@ -1,3 +1,2 @@
-DIST referencer-1.2.0.tar.gz 675680 SHA256 68731beb242ed2e20c01e7be0e68ce64260dbd3af930c96f8f0eb8e47e88a81d SHA512 4a8a848298c563c775d1fe912b02a82f98a1db92e13865e79c57dda15a6bbc545996080b26f71609cf8965c6c58e827a3ce6f071b3896246e00a6bb073869d9d WHIRLPOOL ffb808616c249266c31191d3c3a88cd20281bf043c7de350599ad5867e406fd08c4418695685291ca8c193cae9cd316ab6cd443719f08850c4e4de2ef5d1ab2c
DIST referencer-1.2.1.tar.gz 678290 SHA256 449c7ccd6c07770b9a1ff3db4d34eb0ec5a47f6790a80ad1f0f66ea55e5cb4f3 SHA512 16a0af053c7a494f954da373397bf9a5736e1d6c79d041bfeab8f3f2a69952f13fcccd1fcbf49d83afa1521d4f245ee4ac55a1249d6fd7a21394f4926a3bd06e WHIRLPOOL 96975c37a7dc0ae558bfc3954ced2f29e08793259d6443b701af95ba0d58ad58da22e8a81bf90671bcf40ce78dc2fee764095cd4bdde34ad3ea3489b89765409
DIST referencer-1.2.2.tar.gz 694421 SHA256 992d36a2cc10347704e4c77ead94d5e8952b0512a8885e0991461df88b31d964 SHA512 de8d759890f283e7863e6174334bcb051edf70f87a6fb06f724ffa1699be60c83d0191bde0324b571fab0801752a5b92fb507a3cd337fa9adb5ea7d22b280907 WHIRLPOOL c1466878e40c4a46dbac084422b0a023e3a189405a2eab181cb3923090c9e078313c6b24eac66faf48e00f634c87e96572cd30607253239ab769c5402c19b49d
diff --git a/app-text/referencer/referencer-1.2.0-r1.ebuild b/app-text/referencer/referencer-1.2.0-r1.ebuild
deleted file mode 100644
index 82b752ee3935..000000000000
--- a/app-text/referencer/referencer-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit fdo-mime eutils python-single-r1 flag-o-matic
-
-DESCRIPTION="Application to organise documents or references, and to generate BibTeX files"
-HOMEPAGE="https://launchpad.net/referencer"
-SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-text/poppler-0.12.3-r3
- >=dev-cpp/gtkmm-2.8:*
- >=dev-cpp/libglademm-2.6.0
- >=dev-cpp/gconfmm-2.14.0
- >=dev-cpp/gtkmm-utils-0.4.1
- >=dev-libs/boost-1.52.0-r4"
-
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.3.2
- virtual/pkgconfig
- >=dev-lang/perl-5.8.1
- dev-perl/libxml-perl
- dev-util/intltool
- app-text/rarian"
-
-src_prepare () {
- epatch "${FILESDIR}/${PN}-desktop-file-validate.patch"
- python_fix_shebang plugins
-}
-
-src_configure() {
- append-cxxflags -std=gnu++11
- econf --disable-update-mime-database --enable-python
-}
-
-pkg_postinst() {
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- fdo-mime_mime_database_update
-}