diff options
author | 2007-02-28 20:24:52 +0000 | |
---|---|---|
committer | 2007-02-28 20:24:52 +0000 | |
commit | a6ea251654b9e5d2181b1a0267b2741dfb06560d (patch) | |
tree | 4d46756b7b8041fe2429c484b2f31fe0470b137c /kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild | |
parent | removed redundant entry based on bug# 168722 (diff) | |
download | historical-a6ea251654b9e5d2181b1a0267b2741dfb06560d.tar.gz historical-a6ea251654b9e5d2181b1a0267b2741dfb06560d.tar.bz2 historical-a6ea251654b9e5d2181b1a0267b2741dfb06560d.zip |
Removing unsermake, as it's unsupported and doesn't work well with KDE anymore
Diffstat (limited to 'kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild')
-rw-r--r-- | kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild b/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild deleted file mode 100644 index 54f6095315c0..000000000000 --- a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.5 2007/01/05 17:00:44 flameeyes Exp $ - -IUSE="" -DESCRIPTION="Unsermake - Advanced KDE build system" -HOMEPAGE="http://wiki.kde.org/tiki-index.php?page=unsermake" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -LICENSE="GPL-2" -SLOT=0 - -DEPEND=">=dev-lang/python-2.2" -RDEPEND="${RDEPEND}" - -src_compile() -{ - return -} - -src_install() -{ - dodir /usr/kde/unsermake - cp -pPR ${S}/* ${D}/usr/kde/unsermake -} - -pkg_postinst() -{ - elog - elog "To enable kde builds with unsermake, set the unsermake environent" - elog "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" - elog - elog "Unsermake builds are highly experimental; use at your own risk" - elog -} |