summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-07 12:54:43 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-07 12:54:43 +0000
commitc058d6806b9b62d92faa52f4f7dd20e18fff2998 (patch)
tree6867a645d0cb82ef42131b688902e2e28f12b8a4 /app-portage
parentversion bump and remove old (diff)
downloadgentoo-2-c058d6806b9b62d92faa52f4f7dd20e18fff2998.tar.gz
gentoo-2-c058d6806b9b62d92faa52f4f7dd20e18fff2998.tar.bz2
gentoo-2-c058d6806b9b62d92faa52f4f7dd20e18fff2998.zip
remove texlive-2010 depending version, 2011 is stable and 2010 is oing away
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/g-ctan/ChangeLog8
-rw-r--r--app-portage/g-ctan/g-ctan-2010.1.ebuild23
-rw-r--r--app-portage/g-ctan/g-ctan-2010.2.ebuild23
3 files changed, 6 insertions, 48 deletions
diff --git a/app-portage/g-ctan/ChangeLog b/app-portage/g-ctan/ChangeLog
index 8a801ce510a2..b5dde1c48d16 100644
--- a/app-portage/g-ctan/ChangeLog
+++ b/app-portage/g-ctan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/g-ctan
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/ChangeLog,v 1.21 2011/10/05 20:19:21 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/ChangeLog,v 1.22 2012/05/07 12:54:43 aballier Exp $
+
+ 07 May 2012; Alexis Ballier <aballier@gentoo.org> -g-ctan-2010.1.ebuild,
+ -g-ctan-2010.2.ebuild:
+ remove texlive-2010 depending version, 2011 is stable and 2010 is oing away
05 Oct 2011; Alexis Ballier <aballier@gentoo.org> -g-ctan-2008.2.ebuild,
-g-ctan-2009.2-r1.ebuild:
diff --git a/app-portage/g-ctan/g-ctan-2010.1.ebuild b/app-portage/g-ctan/g-ctan-2010.1.ebuild
deleted file mode 100644
index 30d3af2b2e5c..000000000000
--- a/app-portage/g-ctan/g-ctan-2010.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/g-ctan-2010.1.ebuild,v 1.2 2011/06/14 03:32:00 mattst88 Exp $
-
-EAPI=2
-
-DESCRIPTION="Generate and install ebuilds from the TeXLive package manager"
-HOMEPAGE="http://launchpad.net/g-ctan"
-SRC_URI="http://launchpad.net/g-ctan/2010/${PV}/+download/${P}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-
-IUSE=""
-DEPEND=""
-RDEPEND="~app-text/texlive-2010
- app-arch/xz-utils
- >=dev-libs/libpcre-0.7.6"
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/app-portage/g-ctan/g-ctan-2010.2.ebuild b/app-portage/g-ctan/g-ctan-2010.2.ebuild
deleted file mode 100644
index 816f9e503513..000000000000
--- a/app-portage/g-ctan/g-ctan-2010.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/g-ctan-2010.2.ebuild,v 1.1 2011/09/24 19:23:54 fauli Exp $
-
-EAPI=2
-
-DESCRIPTION="Generate and install ebuilds from the TeXLive package manager"
-HOMEPAGE="http://launchpad.net/g-ctan"
-SRC_URI="http://launchpad.net/g-ctan/2010/${PV}/+download/${P}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-
-IUSE=""
-DEPEND=""
-RDEPEND="~app-text/texlive-2010
- app-arch/xz-utils
- >=dev-libs/libpcre-0.7.6"
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}