summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-10-29 01:09:05 +0000
committerJonathan Callen <abcd@gentoo.org>2011-10-29 01:09:05 +0000
commit7a30fca38df1c26187b188216fe61a256c6d0ef2 (patch)
treeed3d54988c56ab8f575c1c6d799e8510881af30d /app-editors/kile
parentBump to EAPI=4; cleanup (diff)
downloadgentoo-2-7a30fca38df1c26187b188216fe61a256c6d0ef2.tar.gz
gentoo-2-7a30fca38df1c26187b188216fe61a256c6d0ef2.tar.bz2
gentoo-2-7a30fca38df1c26187b188216fe61a256c6d0ef2.zip
remove old
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/kile')
-rw-r--r--app-editors/kile/ChangeLog5
-rw-r--r--app-editors/kile/kile-2.1_beta5.ebuild60
2 files changed, 4 insertions, 61 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog
index 5db3ce7fc087..5eaccf94bc51 100644
--- a/app-editors/kile/ChangeLog
+++ b/app-editors/kile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/kile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.145 2011/08/07 03:19:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.146 2011/10/29 01:09:05 abcd Exp $
+
+ 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> -kile-2.1_beta5.ebuild:
+ remove old
07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> kile-2.1.ebuild:
x86 stable wrt bug #377533
diff --git a/app-editors/kile/kile-2.1_beta5.ebuild b/app-editors/kile/kile-2.1_beta5.ebuild
deleted file mode 100644
index 848609f6de40..000000000000
--- a/app-editors/kile/kile-2.1_beta5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.1_beta5.ebuild,v 1.3 2011/05/13 11:05:45 tomka Exp $
-
-EAPI=3
-
-if [[ ${PV} != *9999* ]]; then
- KDE_DOC_DIRS="doc"
- KDE_HANDBOOK="optional"
- MY_P=${P/_beta/b}
- SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-else
- EGIT_REPO_URI="http://anongit.kde.org/kile"
- GIT_ECLASS="git"
-fi
-
-inherit kde4-base ${GIT_ECLASS}
-
-DESCRIPTION="A Latex Editor and TeX shell for KDE"
-HOMEPAGE="http://kile.sourceforge.net/"
-
-LICENSE="FDL-1.2 GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-SLOT="4"
-IUSE="debug +pdf +png"
-
-DEPEND="
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdebase-data)
- || (
- $(add_kdebase_dep okular 'pdf?,ps')
- app-text/acroread
- )
- virtual/latex-base
- virtual/tex-base
- pdf? (
- app-text/dvipdfmx
- app-text/ghostscript-gpl
- )
- png? (
- app-text/dvipng
- media-gfx/imagemagick[png]
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( kile-remote-control.txt )
-
-src_prepare() {
- kde4-base_src_prepare
-
- # I know upstream wants to help us but it doesn't work..
- sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
- -i CMakeLists.txt || die
-
- [[ ${PV} != *9999* ]] && { use handbook || rm -fr doc ; }
-}