summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-17 03:55:15 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-17 03:55:15 +0000
commitc4e08b0505b7e8eb4401310751d121918d92afde (patch)
treec4bf2a968456d6fd9ab86979916fbb20b09adfa1 /app-text
parentRespect CXX. (diff)
downloadgentoo-2-c4e08b0505b7e8eb4401310751d121918d92afde.tar.gz
gentoo-2-c4e08b0505b7e8eb4401310751d121918d92afde.tar.bz2
gentoo-2-c4e08b0505b7e8eb4401310751d121918d92afde.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/yodl/ChangeLog6
-rw-r--r--app-text/yodl/yodl-3.02.0.ebuild43
-rw-r--r--app-text/yodl/yodl-3.02.1.ebuild43
-rw-r--r--app-text/yodl/yodl-3.03.0.ebuild43
4 files changed, 5 insertions, 130 deletions
diff --git a/app-text/yodl/ChangeLog b/app-text/yodl/ChangeLog
index 5252cc75119b..15877be48c0e 100644
--- a/app-text/yodl/ChangeLog
+++ b/app-text/yodl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/yodl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.20 2014/10/17 03:54:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.21 2014/10/17 03:55:15 radhermit Exp $
+
+ 17 Oct 2014; Tim Harder <radhermit@gentoo.org> -yodl-3.02.0.ebuild,
+ -yodl-3.02.1.ebuild, -yodl-3.03.0.ebuild:
+ Remove old.
17 Oct 2014; Tim Harder <radhermit@gentoo.org> yodl-3.04.00.ebuild:
Respect CXX.
diff --git a/app-text/yodl/yodl-3.02.0.ebuild b/app-text/yodl/yodl-3.02.0.ebuild
deleted file mode 100644
index d3d94efc5d40..000000000000
--- a/app-text/yodl/yodl-3.02.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/yodl-3.02.0.ebuild,v 1.1 2013/06/09 09:51:53 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it"
-HOMEPAGE="http://yodl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-util/icmake"
-
-src_prepare() {
- sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \
- -e "/COMPILER =/s/gcc/$(tc-getCC)/" \
- -i INSTALL.im || die
-
- sed -e "s/ar ru/$(tc-getAR) ru/" \
- -e "s/ranlib/$(tc-getRANLIB)/" \
- -i icmake/stdcompile || die
-}
-
-src_compile() {
- ./build programs || die
- ./build man || die
- use doc && { ./build manual || die ; }
- ./build macros || die
-}
-
-src_install() {
- ./build install programs "${ED}" || die
- ./build install man "${ED}" || die
- ./build install macros "${ED}" || die
- ./build install docs "${ED}" || die
- use doc && { ./build install manual "${ED}" || die ; }
-}
diff --git a/app-text/yodl/yodl-3.02.1.ebuild b/app-text/yodl/yodl-3.02.1.ebuild
deleted file mode 100644
index 2ee76fc16b2c..000000000000
--- a/app-text/yodl/yodl-3.02.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/yodl-3.02.1.ebuild,v 1.1 2013/09/07 20:40:26 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it"
-HOMEPAGE="http://yodl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-util/icmake"
-
-src_prepare() {
- sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \
- -e "/COMPILER =/s/gcc/$(tc-getCC)/" \
- -i INSTALL.im || die
-
- sed -e "s/ar ru/$(tc-getAR) ru/" \
- -e "s/ranlib/$(tc-getRANLIB)/" \
- -i icmake/stdcompile || die
-}
-
-src_compile() {
- ./build programs || die
- ./build man || die
- use doc && { ./build manual || die ; }
- ./build macros || die
-}
-
-src_install() {
- ./build install programs "${ED}" || die
- ./build install man "${ED}" || die
- ./build install macros "${ED}" || die
- ./build install docs "${ED}" || die
- use doc && { ./build install manual "${ED}" || die ; }
-}
diff --git a/app-text/yodl/yodl-3.03.0.ebuild b/app-text/yodl/yodl-3.03.0.ebuild
deleted file mode 100644
index 794f13fab89c..000000000000
--- a/app-text/yodl/yodl-3.03.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/yodl-3.03.0.ebuild,v 1.1 2013/12/02 09:52:01 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it"
-HOMEPAGE="http://yodl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-util/icmake"
-
-src_prepare() {
- sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \
- -e "/COMPILER =/s/gcc/$(tc-getCC)/" \
- -i INSTALL.im || die
-
- sed -e "s/ar ru/$(tc-getAR) ru/" \
- -e "s/ranlib/$(tc-getRANLIB)/" \
- -i icmake/stdcompile || die
-}
-
-src_compile() {
- ./build programs || die
- ./build man || die
- use doc && { ./build manual || die ; }
- ./build macros || die
-}
-
-src_install() {
- ./build install programs "${ED}" || die
- ./build install man "${ED}" || die
- ./build install macros "${ED}" || die
- ./build install docs "${ED}" || die
- use doc && { ./build install manual "${ED}" || die ; }
-}