summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-26 11:38:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-26 11:38:24 +0000
commit366fa787af1476478956b28d2bbbb9fb6dc28508 (patch)
tree5c317290799a6e40fc8d3f20f0cbd6cb73dded49 /app-text
parentkeyword ~ppc64, working fine on a PowerMac 970 (diff)
downloadgentoo-2-366fa787af1476478956b28d2bbbb9fb6dc28508.tar.gz
gentoo-2-366fa787af1476478956b28d2bbbb9fb6dc28508.tar.bz2
gentoo-2-366fa787af1476478956b28d2bbbb9fb6dc28508.zip
remove old
(Portage version: 2.2_rc10/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/djview4/ChangeLog5
-rw-r--r--app-text/djview4/djview4-4.3.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-text/djview4/ChangeLog b/app-text/djview4/ChangeLog
index aa3c1069c6ef..1514419476c6 100644
--- a/app-text/djview4/ChangeLog
+++ b/app-text/djview4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/djview4
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/ChangeLog,v 1.9 2008/08/25 22:06:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/ChangeLog,v 1.10 2008/09/26 11:38:24 aballier Exp $
+
+ 26 Sep 2008; Alexis Ballier <aballier@gentoo.org> -djview4-4.3.ebuild:
+ remove old
*djview4-4.4 (25 Aug 2008)
diff --git a/app-text/djview4/djview4-4.3.ebuild b/app-text/djview4/djview4-4.3.ebuild
deleted file mode 100644
index 5b2b52d74686..000000000000
--- a/app-text/djview4/djview4-4.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/djview4-4.3.ebuild,v 1.2 2008/05/11 21:39:34 aballier Exp $
-
-EAPI=1
-
-inherit eutils versionator qt4 toolchain-funcs
-
-MY_P=${PN}-$(replace_version_separator 2 '-')
-
-DESCRIPTION="Portable DjVu viewer using Qt4"
-HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-RDEPEND=">=app-text/djvu-3.5.19
- || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.1.1:4 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
-
-src_compile() {
- QTDIR=/usr econf $(use_enable debug) \
- --disable-nsdejavu \
- --disable-desktopfiles || die "econf failed"
-
- emake CC=$(tc-getCC) CXX=$(tc-getCXX) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- #remove conflicting symlinks
- rm -f "${D}/usr/bin/djview" "${D}/usr/share/man/man1/djview.1"
-
- dodoc README TODO NEWS
-
- cd desktopfiles
- insinto /usr/share/icons/hicolor/32x32/apps
- newins hi32-djview4.png djvulibre-djview4.png
- domenu djvulibre-djview4.desktop
-}