diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-util/molecule/molecule-0.9.24.7.ebuild | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-util/molecule/molecule-0.9.24.7.ebuild')
-rw-r--r-- | dev-util/molecule/molecule-0.9.24.7.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/molecule/molecule-0.9.24.7.ebuild b/dev-util/molecule/molecule-0.9.24.7.ebuild deleted file mode 100644 index 20cea1e1..00000000 --- a/dev-util/molecule/molecule-0.9.24.7.ebuild +++ /dev/null @@ -1,38 +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/molecule/molecule-0.9.24.6.ebuild,v 1.1 2012/09/11 14:05:57 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="*" - -inherit python - -DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases" -HOMEPAGE="http://www.sabayon.org" -SRC_URI="http://bpr.bluepink.ro/~rogentos/distro/${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" -} |