summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-03 12:37:04 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-03 12:37:04 +0000
commit698fdeb7158cadb760231f2fccd97beec8437a77 (patch)
treeb3d875b4697a2df904a1984dcb39e9692aea46ce /app-text
parentStable on amd64 wrt bug #418531 (diff)
downloadgentoo-2-698fdeb7158cadb760231f2fccd97beec8437a77.tar.gz
gentoo-2-698fdeb7158cadb760231f2fccd97beec8437a77.tar.bz2
gentoo-2-698fdeb7158cadb760231f2fccd97beec8437a77.zip
stable on amd64 wrt bug #418639. Remove old ebuilds to make repoman happy
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/apvlv/ChangeLog6
-rw-r--r--app-text/apvlv/apvlv-0.1.1.ebuild54
-rw-r--r--app-text/apvlv/apvlv-0.1.2-r1.ebuild4
-rw-r--r--app-text/apvlv/apvlv-0.1.2.ebuild57
4 files changed, 7 insertions, 114 deletions
diff --git a/app-text/apvlv/ChangeLog b/app-text/apvlv/ChangeLog
index 17f6b25f525d..eafb712e6d1d 100644
--- a/app-text/apvlv/ChangeLog
+++ b/app-text/apvlv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/apvlv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/ChangeLog,v 1.19 2012/07/26 05:41:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/ChangeLog,v 1.20 2012/08/03 12:37:04 hwoarang Exp $
+
+ 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -apvlv-0.1.1.ebuild,
+ -apvlv-0.1.2.ebuild, apvlv-0.1.2-r1.ebuild:
+ stable on amd64 wrt bug #418639. Remove old ebuilds to make repoman happy
26 Jul 2012; Jeff Horelick <jdhore@gentoo.org> apvlv-0.1.2-r1.ebuild:
x86 stable wrt bug 418639
diff --git a/app-text/apvlv/apvlv-0.1.1.ebuild b/app-text/apvlv/apvlv-0.1.1.ebuild
deleted file mode 100644
index 87819f408afe..000000000000
--- a/app-text/apvlv/apvlv-0.1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.1.ebuild,v 1.5 2012/05/04 03:33:11 jdhore Exp $
-
-EAPI=3
-
-inherit eutils cmake-utils
-
-MY_P="${P}-Source"
-DESCRIPTION="Alf's PDF Viewer Like Vim"
-HOMEPAGE="http://code.google.com/p/apvlv/"
-SRC_URI="http://apvlv.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug djvu"
-
-RDEPEND=">=x11-libs/gtk+-2.10.4:2
- >=app-text/poppler-0.12.3-r3[cairo]
- <app-text/poppler-0.18
- djvu? ( app-text/djvu )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # bug #349979
- has_version ">=app-text/poppler-0.15.0" && epatch "${FILESDIR}"/${PN}-0.1.0-poppler-0.16.patch
-
- # Remove prefixes so it works with the cmake-utils eclass
- sed -i -e "s:APVLV_::" CMakeLists.txt src/CMakeLists.txt
-}
-
-src_configure() {
- mycmakeargs=(
- -DSYSCONFDIR=/etc/${PN}
- -DDOCDIR=/usr/share/doc/${PF}
- -DMANDIR=/usr/share/man
- -DWITH_UMD=OFF
- $(cmake-utils_use_enable debug)
- $(cmake-utils_use_with djvu)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS NEWS README THANKS TODO
- newicon icons/pdf.png ${PN}.png
- make_desktop_entry ${PN} "Alf's PDF Viewer Like Vim" ${PN} "Office;Viewer"
-}
diff --git a/app-text/apvlv/apvlv-0.1.2-r1.ebuild b/app-text/apvlv/apvlv-0.1.2-r1.ebuild
index 2b4b38571db1..65b51fa9648a 100644
--- a/app-text/apvlv/apvlv-0.1.2-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.2-r1.ebuild,v 1.4 2012/07/26 05:41:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.2-r1.ebuild,v 1.5 2012/08/03 12:37:04 hwoarang Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="mirror://github/naihe2010/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug djvu"
RDEPEND=">=x11-libs/gtk+-2.10.4:2
diff --git a/app-text/apvlv/apvlv-0.1.2.ebuild b/app-text/apvlv/apvlv-0.1.2.ebuild
deleted file mode 100644
index 571655cacc83..000000000000
--- a/app-text/apvlv/apvlv-0.1.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.2.ebuild,v 1.4 2012/05/04 03:33:11 jdhore Exp $
-
-EAPI=4
-
-inherit eutils cmake-utils
-
-MY_P="${P}-Source"
-DESCRIPTION="Alf's PDF Viewer Like Vim"
-HOMEPAGE="http://naihe2010.github.com/apvlv/"
-SRC_URI="mirror://github/naihe2010/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug djvu"
-
-RDEPEND=">=x11-libs/gtk+-2.10.4:2
- >=app-text/poppler-0.12.3-r3[cairo]
- <app-text/poppler-0.18
- djvu? ( app-text/djvu )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # bug #349979
- EPATCH_OPTS="-l"
- has_version ">=app-text/poppler-0.15.0" && epatch "${FILESDIR}"/${PN}-0.1.0-poppler-0.16.patch
-
- # Remove prefixes so it works with the cmake-utils eclass
- sed -i -e "s:APVLV_::" CMakeLists.txt src/CMakeLists.txt || die
-
- # Don't install tex file
- sed -i -e "s:Startup.tex::" CMakeLists.txt || die
-}
-
-src_configure() {
- mycmakeargs=(
- -DSYSCONFDIR=/etc/${PN}
- -DDOCDIR=/usr/share/${PN}
- -DMANDIR=/usr/share/man
- -DWITH_UMD=OFF
- $(cmake-utils_use_enable debug)
- $(cmake-utils_use_with djvu)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS NEWS README THANKS TODO
- newicon icons/pdf.png ${PN}.png
- make_desktop_entry ${PN} "Alf's PDF Viewer Like Vim" ${PN} "Office;Viewer"
-}