diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-18 03:20:46 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-18 03:20:46 -0400 |
commit | 1fc23256a22c6e8766128568748f734f9be6cc65 (patch) | |
tree | 5cc4b84043395e54c807d6e5e9a52906f41bba39 /app-text/yodl | |
parent | dev-util/icmake: remove old (diff) | |
download | gentoo-1fc23256a22c6e8766128568748f734f9be6cc65.tar.gz gentoo-1fc23256a22c6e8766128568748f734f9be6cc65.tar.bz2 gentoo-1fc23256a22c6e8766128568748f734f9be6cc65.zip |
app-text/yodl: remove old
Diffstat (limited to 'app-text/yodl')
-rw-r--r-- | app-text/yodl/Manifest | 2 | ||||
-rw-r--r-- | app-text/yodl/yodl-3.08.01.ebuild | 47 | ||||
-rw-r--r-- | app-text/yodl/yodl-3.08.02.ebuild | 47 |
3 files changed, 0 insertions, 96 deletions
diff --git a/app-text/yodl/Manifest b/app-text/yodl/Manifest index 9230730bb361..437a29c52274 100644 --- a/app-text/yodl/Manifest +++ b/app-text/yodl/Manifest @@ -1,3 +1 @@ -DIST yodl-3.08.01.tar.gz 283634 SHA256 958497939d9f3d1c6d0e2e74f7592d5a98f9ddb6f95c50c1247e41600d2765b7 SHA512 a88ab79657661262f4ccce4fd307ba41a05bcefbb534a2b5ed84115ab592ddf3ce883747aad5c028e73142ec91815ee86e1ae16ab9d319fe2045a2b0a08ab42c WHIRLPOOL aa9d9c0d58da0d5dbda3acd4f4f5fe5867873a23fd0f133404a6be9965001c1326714fc05296fa2a91912fe011391dd51819a40d2ddecfd7d99cfd8ac833339d -DIST yodl-3.08.02.tar.gz 283890 SHA256 19264d7a1ed00edaa896e41b5aeacb722a4ca79dd6958731229f1bd1d1dd91bc SHA512 adad9f6235288f0ae6990c0dbba3cd7c8461172ae83231ca8fa113275d04ad20d3722e70f6f0ffcf072a19b4816e556b9b09227123516fc4a0170bc053b48b8e WHIRLPOOL ed3b5e0cc141f6b0c84191791f86af361cddf1753c2080eb8bc7f43e0eae78d329fd00b16a98bb14f1f2d93d91aab9b3a7947e7e065fcf2b4706fbfde5d9f868 DIST yodl-4.01.00.tar.gz 288932 SHA256 06dd62cfc5f2ff69fafee15b0c0923bf37e1f7546d27f32576489acbd2cfcf06 SHA512 f195dec8e03b83561b47f9bd00fbb0fe711bbc254c32413d748587d8bf3848e050b90a2140977bec5a335021b2ef49ec5a6b0ca89f1649def495d81c3e7b437f WHIRLPOOL d0d2c592e958849cb4d8a881b4dc459dc0181fc41dbf9de949930091225348fc7fde7c698f110b92e853db8727969b5d3fecbc9bea46e093071c16edc08e969f diff --git a/app-text/yodl/yodl-3.08.01.ebuild b/app-text/yodl/yodl-3.08.01.ebuild deleted file mode 100644 index d47e55feb203..000000000000 --- a/app-text/yodl/yodl-3.08.01.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it" -HOMEPAGE="https://fbb-git.github.io/yodl/ https://github.com/fbb-git/yodl" -SRC_URI="https://github.com/fbb-git/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-util/icmake-8.00.00" - -S=${WORKDIR}/${P}/${PN} - -src_prepare() { - sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \ - -e "/COMPILER =/s/gcc/$(tc-getCC)/" \ - -e "/CXX =/s/g++/$(tc-getCXX)/" \ - -i INSTALL.im || die - - sed -e "s/ar r /$(tc-getAR) r /" \ - -e "s/ranlib/$(tc-getRANLIB)/" \ - -i icmake/stdcompile || die - - default -} - -src_compile() { - ./build programs || die - ./build macros || die - ./build man || die - use doc && { ./build manual || die ; } -} - -src_install() { - ./build install programs "${ED}" || die - ./build install macros "${ED}" || die - ./build install man "${ED}" || die - ./build install docs "${ED}" || die - use doc && { ./build install manual "${ED}" || die ; } -} diff --git a/app-text/yodl/yodl-3.08.02.ebuild b/app-text/yodl/yodl-3.08.02.ebuild deleted file mode 100644 index 8c697af720a1..000000000000 --- a/app-text/yodl/yodl-3.08.02.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it" -HOMEPAGE="https://fbb-git.github.io/yodl/ https://github.com/fbb-git/yodl" -SRC_URI="https://github.com/fbb-git/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-util/icmake-8.00.00" - -S=${WORKDIR}/${P}/${PN} - -src_prepare() { - sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \ - -e "/COMPILER =/s/gcc/$(tc-getCC)/" \ - -e "/CXX =/s/g++/$(tc-getCXX)/" \ - -i INSTALL.im || die - - sed -e "s/ar r /$(tc-getAR) r /" \ - -e "s/ranlib/$(tc-getRANLIB)/" \ - -i icmake/stdcompile || die - - default -} - -src_compile() { - ./build programs || die - ./build macros || die - ./build man || die - use doc && { ./build manual || die ; } -} - -src_install() { - ./build install programs "${ED}" || die - ./build install macros "${ED}" || die - ./build install man "${ED}" || die - ./build install docs "${ED}" || die - use doc && { ./build install manual "${ED}" || die ; } -} |