diff options
author | layman <layman@localhost> | 2014-11-15 16:34:20 -0500 |
---|---|---|
committer | layman <layman@localhost> | 2014-11-15 16:34:20 -0500 |
commit | 715afa3d06c281bcaf15192b14664c71a7e60c58 (patch) | |
tree | 7babf0a633b18e48c2676d52d0c4cb426fb231df /dev-util | |
parent | [dev-util/melt] Removing 0.9* ebuilds (diff) | |
download | dMaggot-715afa3d06c281bcaf15192b14664c71a7e60c58.tar.gz dMaggot-715afa3d06c281bcaf15192b14664c71a7e60c58.tar.bz2 dMaggot-715afa3d06c281bcaf15192b14664c71a7e60c58.zip |
[dev-util/melt] Removing 1.0* ebuilds
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/melt/melt-1.0.2.ebuild | 52 | ||||
-rw-r--r-- | dev-util/melt/melt-1.0.ebuild | 47 |
2 files changed, 0 insertions, 99 deletions
diff --git a/dev-util/melt/melt-1.0.2.ebuild b/dev-util/melt/melt-1.0.2.ebuild deleted file mode 100644 index 9223a95..0000000 --- a/dev-util/melt/melt-1.0.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -MY_P="$(replace_version_separator '_' '-' ${P})" -DESCRIPTION="High-level domain specific language for extending or customizing the Gnu Compiler Collection" -HOMEPAGE="http://gcc-melt.org/" -SUFFIX="plugin-for-gcc-4.7-or-4.8" -SRC_URI="http://gcc-melt.org/${MY_P}-${SUFFIX}.tar.bz2" -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc" - -DEPEND=" -doc? ( app-text/texi2html ) ->=sys-devel/gcc-4.7 -dev-util/unifdef -" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}-${SUFFIX}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-makefile-nodocs.diff" -} - -src_configure() { :; } - -src_compile() { - # Build cannot be parallel - emake -j1 - - if use doc; then - emake melt-gendoc - emake doc - fi -} - -src_install () { - emake DESTDIR="${D}" install - - if use doc; then - dohtml *.html - dodoc *.pdf - fi -}
\ No newline at end of file diff --git a/dev-util/melt/melt-1.0.ebuild b/dev-util/melt/melt-1.0.ebuild deleted file mode 100644 index 2041a7a..0000000 --- a/dev-util/melt/melt-1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -MY_P="$(replace_version_separator '_' '-' ${P})" -DESCRIPTION="High-level domain specific language for extending or customizing the Gnu Compiler Collection" -HOMEPAGE="http://gcc-melt.org/" -SUFFIX="plugin-for-gcc-4.7-or-4.8" -SRC_URI="http://gcc-melt.org/${MY_P}-${SUFFIX}.tar.bz2" -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc" - -DEPEND=" -doc? ( app-text/texi2html ) ->=sys-devel/gcc-4.6 -" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}-${SUFFIX}" - -src_configure() { :; } - -src_compile() { - # Build cannot be parallel - make - - if use doc; then - emake melt-gendoc - emake doc - fi -} - -src_install () { - emake DESTDIR="${D}" install-melt-includes install-melt-sources install-melt-modules install-melt-mk install-melt-so - - if use doc; then - dohtml *.html - dodoc *.pdf - fi -}
\ No newline at end of file |