diff options
-rw-r--r-- | app-editors/kile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/kile/kile-2.1.2.ebuild | 60 |
2 files changed, 4 insertions, 61 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog index cdb3dc95164e..16336e683b4f 100644 --- a/app-editors/kile/ChangeLog +++ b/app-editors/kile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/kile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.159 2012/08/04 12:14:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.160 2012/08/04 12:16:20 johu Exp $ + + 04 Aug 2012; Johannes Huber <johu@gentoo.org> -kile-2.1.2.ebuild: + Remove old. 04 Aug 2012; Johannes Huber <johu@gentoo.org> kile-2.1.2-r1.ebuild: Stable for x86, wrt bug #428856 diff --git a/app-editors/kile/kile-2.1.2.ebuild b/app-editors/kile/kile-2.1.2.ebuild deleted file mode 100644 index e993c40e94ce..000000000000 --- a/app-editors/kile/kile-2.1.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.1.2.ebuild,v 1.4 2012/06/17 04:59:57 ssuominen Exp $ - -EAPI=4 - -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?,postscript') - 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 ; } -} |