summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-08 02:42:21 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-08 02:42:21 +0000
commit32690a24fa53a3a7231ccb521efb9178f67586df (patch)
treeb8f0ad09d20afe057db3d05a2fbb73ed56cbf565 /dev-util/byacc
parentVersion bump. (diff)
downloadgentoo-2-32690a24fa53a3a7231ccb521efb9178f67586df.tar.gz
gentoo-2-32690a24fa53a3a7231ccb521efb9178f67586df.tar.bz2
gentoo-2-32690a24fa53a3a7231ccb521efb9178f67586df.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r--dev-util/byacc/ChangeLog7
-rw-r--r--dev-util/byacc/byacc-20120526.ebuild20
-rw-r--r--dev-util/byacc/byacc-20121003.ebuild20
-rw-r--r--dev-util/byacc/byacc-20130925.ebuild19
-rw-r--r--dev-util/byacc/byacc-20140409.ebuild19
-rw-r--r--dev-util/byacc/byacc-20140422.ebuild19
6 files changed, 6 insertions, 98 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog
index 8e9bb06d9c43..6b8ff7e079d1 100644
--- a/dev-util/byacc/ChangeLog
+++ b/dev-util/byacc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/byacc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.96 2014/10/08 02:41:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.97 2014/10/08 02:42:21 radhermit Exp $
+
+ 08 Oct 2014; Tim Harder <radhermit@gentoo.org> -byacc-20120526.ebuild,
+ -byacc-20121003.ebuild, -byacc-20130925.ebuild, -byacc-20140409.ebuild,
+ -byacc-20140422.ebuild:
+ Remove old.
*byacc-20141006 (08 Oct 2014)
diff --git a/dev-util/byacc/byacc-20120526.ebuild b/dev-util/byacc/byacc-20120526.ebuild
deleted file mode 100644
index 74da2073ac96..000000000000
--- a/dev-util/byacc/byacc-20120526.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20120526.ebuild,v 1.7 2012/09/29 16:03:00 armin76 Exp $
-
-EAPI=4
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
- econf --program-prefix=b
-}
diff --git a/dev-util/byacc/byacc-20121003.ebuild b/dev-util/byacc/byacc-20121003.ebuild
deleted file mode 100644
index 199f577dd8d8..000000000000
--- a/dev-util/byacc/byacc-20121003.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20121003.ebuild,v 1.12 2013/02/24 18:04:04 ago Exp $
-
-EAPI=5
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
- econf --program-prefix=b
-}
diff --git a/dev-util/byacc/byacc-20130925.ebuild b/dev-util/byacc/byacc-20130925.ebuild
deleted file mode 100644
index 9ba674d532c5..000000000000
--- a/dev-util/byacc/byacc-20130925.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20130925.ebuild,v 1.10 2014/01/26 12:13:04 ago Exp $
-
-EAPI=5
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
- econf --program-prefix=b
-}
diff --git a/dev-util/byacc/byacc-20140409.ebuild b/dev-util/byacc/byacc-20140409.ebuild
deleted file mode 100644
index eccdcd6f9526..000000000000
--- a/dev-util/byacc/byacc-20140409.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140409.ebuild,v 1.1 2014/04/11 01:52:47 radhermit Exp $
-
-EAPI=5
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
- econf --program-prefix=b
-}
diff --git a/dev-util/byacc/byacc-20140422.ebuild b/dev-util/byacc/byacc-20140422.ebuild
deleted file mode 100644
index 89c62c73b586..000000000000
--- a/dev-util/byacc/byacc-20140422.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140422.ebuild,v 1.1 2014/05/12 03:08:45 radhermit Exp $
-
-EAPI=5
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
- econf --program-prefix=b
-}