summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 14:58:57 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 15:04:29 +0100
commited419651eff6ceec42224b8bfa2019d445d03e26 (patch)
treefd4a2caa9738d8c74b09a93f9af3928d9d297c4a /dev-util/molecule
parentdev-util/flawfinder: Drop old (diff)
downloadgentoo-ed419651eff6ceec42224b8bfa2019d445d03e26.tar.gz
gentoo-ed419651eff6ceec42224b8bfa2019d445d03e26.tar.bz2
gentoo-ed419651eff6ceec42224b8bfa2019d445d03e26.zip
dev-util/molecule: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-util/molecule')
-rw-r--r--dev-util/molecule/Manifest2
-rw-r--r--dev-util/molecule/molecule-0.9.24.6.ebuild38
-rw-r--r--dev-util/molecule/molecule-0.9.24.8.ebuild38
3 files changed, 0 insertions, 78 deletions
diff --git a/dev-util/molecule/Manifest b/dev-util/molecule/Manifest
deleted file mode 100644
index ff16f6a3179f..000000000000
--- a/dev-util/molecule/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST molecule-0.9.24.6.tar.bz2 273770 SHA256 36f9dcc8e99d417c77d11713bfb78f65c949eeb48e934378d6dc3dd2dae2d483 SHA512 581166362b470b7ce9b8c72e4bfbd99fd2e9209cbd304d6ff8cddd51dbade7b94ff59591f123b9425a91a4596993a4e873c9ede9ce28320af687c060647c551a WHIRLPOOL d54ba2bc9eb7028f67639634d214c21b106010fc8d532adee610f0594a9f61293d320bf57b83a2857d4ea161b66c5afd6cec69c2c54c3d274e60a6ab4eafc359
-DIST molecule-0.9.24.8.tar.bz2 273967 SHA256 c02f0ea9f1df377975e8f85397544443ff613479695f58c761a810358113aa51 SHA512 0c3161e0639542e57116583ce97634c56f3506f7658cc7085e883435e7c9d5696ab83ca52004a303f45b5872bba150cf209be2a9dbf39a70d65318435d4b7ddc WHIRLPOOL 984442ac2d5e6b3589b8eac8cbafa0f26d4bc036b94124ed1de4083a90b50bf8669cdeff9586b8c77dea8778a55d84933c7fe06e2cc78370ee78e5a3ddcb1eb2
diff --git a/dev-util/molecule/molecule-0.9.24.6.ebuild b/dev-util/molecule/molecule-0.9.24.6.ebuild
deleted file mode 100644
index 7f4032dbcc57..000000000000
--- a/dev-util/molecule/molecule-0.9.24.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="*"
-
-inherit python
-
-DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
-HOMEPAGE="http://www.sabayon.org"
-SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/intltool
- sys-devel/gettext"
-RDEPEND="net-misc/rsync
- sys-fs/squashfs-tools
- sys-process/lsof
- virtual/cdrtools"
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="/usr/lib" \
- PREFIX="/usr" SYSCONFDIR="/etc" install \
- || die "emake install failed"
-}
-
-pkg_postinst() {
- python_mod_optimize "/usr/lib/molecule"
-}
-
-pkg_postrm() {
- python_mod_cleanup "/usr/lib/molecule"
-}
diff --git a/dev-util/molecule/molecule-0.9.24.8.ebuild b/dev-util/molecule/molecule-0.9.24.8.ebuild
deleted file mode 100644
index 61c26e1a0a53..000000000000
--- a/dev-util/molecule/molecule-0.9.24.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="*"
-
-inherit python
-
-DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
-HOMEPAGE="http://www.sabayon.org"
-SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/intltool
- sys-devel/gettext"
-RDEPEND="net-misc/rsync
- sys-fs/squashfs-tools
- sys-process/lsof
- virtual/cdrtools"
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="/usr/lib" \
- PREFIX="/usr" SYSCONFDIR="/etc" install \
- || die "emake install failed"
-}
-
-pkg_postinst() {
- python_mod_optimize "/usr/lib/molecule"
-}
-
-pkg_postrm() {
- python_mod_cleanup "/usr/lib/molecule"
-}