From a3c46b4abfe49f7910574e7240b8e1e9e1fbd9a7 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 9 Oct 2013 13:49:14 -0700 Subject: Remove overlord since it is outdated and the git eclass has been removed. Use layman-9999 instead --- app-portage/overlord/ChangeLog | 12 ---- app-portage/overlord/Manifest | 3 - app-portage/overlord/metadata.xml | 17 ----- app-portage/overlord/overlord-9999.ebuild | 108 ------------------------------ 4 files changed, 140 deletions(-) delete mode 100644 app-portage/overlord/ChangeLog delete mode 100644 app-portage/overlord/Manifest delete mode 100644 app-portage/overlord/metadata.xml delete mode 100644 app-portage/overlord/overlord-9999.ebuild diff --git a/app-portage/overlord/ChangeLog b/app-portage/overlord/ChangeLog deleted file mode 100644 index 513a45c..0000000 --- a/app-portage/overlord/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for app-portage/layman -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: Exp $ - - 06 Feb 2011; Brian Dolbec add keepdir - /etc/overlord/overlays to the ebuild. - -*overlord-9999 (03 Feb 2011) - - 03 Feb 2011; Brian Dolbec +overlord-9999.ebuild: - initial copy/edit of the layman-8888.ebuild for the project development - version. diff --git a/app-portage/overlord/Manifest b/app-portage/overlord/Manifest deleted file mode 100644 index 83596d3..0000000 --- a/app-portage/overlord/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD overlord-9999.ebuild 2835 SHA256 eb98e47c6463a9500ceb491fb036e010281ef27f3871dd10d5419c9cd4337e20 SHA512 ad9779a377da127b09f9c67db2661ea4960cb759f1b9cf0381fa32f97e41fc07e46ba6d2bdc94c78eaa252f460064ffded4d7da8405508690046f47e3d658235 WHIRLPOOL 7df93eb784f5f67232cd324101ffafb6a3844e40aea115890f36a6a29ce3ec0ff072e487e4149d3e19d5d0d948abdf44f877de38dafec1837a3bef05f15585ac -MISC ChangeLog 523 SHA256 39b1180946adebb9dd05ec0493e0d91bb561076ffb31373ec463e43e1d819ca8 SHA512 3129f5af0d5510a7eb6310a3c4b41bde8596460df3c27e91269e0a7166f80bea7fc542471e41c3e3fb43301058bdbf38dccb373a3d3f55b2207f36f5d5be52ad WHIRLPOOL 5c03c347eaa109fe19c703e4a0d19d4346b55cda757d6595097a708bced7ce85d7720e0e695abf358b0f41ffaaf32df02290ddd5d753a5d4b6e6a970942472b6 -MISC metadata.xml 787 SHA256 a555029640c0b859e1d9a593d865b2f4c6126b2a57c6d31883e13fa55fdc7187 SHA512 b3651b8053967f607684c20be0b150fc8da533b571c06cb970f47546b1eada16a77e9bcd8c2e69a7452ebd71aa029e4668ec54d42a6ec8804e9dd696f6a63a52 WHIRLPOOL b8aac492ab6797e76cbb85f7751d1967a70d5bb231697f85965e7dcc64c887545dcf238c41d090c0b18eb02342bc51c5f50f7319d71dfebfd9f5831b89b6e71e diff --git a/app-portage/overlord/metadata.xml b/app-portage/overlord/metadata.xml deleted file mode 100644 index 70da95e..0000000 --- a/app-portage/overlord/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - -tools-portage -This is a development version used development of it's api's - - brian.dolbec@gmail.com - Brian Dolbec (dol-sen) - This is an experimental version used to develop the new api. - - - Support dev-vcs/bzr based overlays - Support dev-vcs/darcs based overlays - Support dev-vcs/git based overlays - Support dev-vcs/mercurial based overlays - - diff --git a/app-portage/overlord/overlord-9999.ebuild b/app-portage/overlord/overlord-9999.ebuild deleted file mode 100644 index 7ed3457..0000000 --- a/app-portage/overlord/overlord-9999.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ - -EAPI="2" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -EGIT_BRANCH="master" - -inherit eutils distutils git - -DESCRIPTION="An experimental development version of overlord, a python script for retrieving gentoo overlays." -HOMEPAGE="http://dev.gentooexperimental.org/~dol-sen/" -SRC_URI="" -EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/overlord.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="bazaar cvs darcs git mercurial subversion test" - -COMMON_DEPS="dev-lang/python[xml]" -DEPEND="${COMMON_DEPS} - test? ( dev-vcs/subversion ) - app-text/xmlto" -RDEPEND="${COMMON_DEPS} - bazaar? ( dev-vcs/bzr ) - cvs? ( dev-vcs/cvs ) - darcs? ( dev-vcs/darcs ) - git? ( dev-vcs/git ) - mercurial? ( dev-vcs/mercurial ) - subversion? ( - || ( - >=dev-vcs/subversion-1.5.4[webdav-neon] - >=dev-vcs/subversion-1.5.4[webdav-serf] - ) - )" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -pkg_setup() { - if ! has_version dev-vcs/subversion; then - ewarn "You do not have dev-vcs/subversion installed!" - ewarn "While overlord does not exactly depend on this" - ewarn "version control system you should note that" - ewarn "most available overlays are offered via" - ewarn "dev-vcs/subversion. If you do not install it" - ewarn "you will be unable to use these overlays." - ewarn - fi -} - -src_test() { - testing() { - for suite in layman/tests/{dtest,external}.py ; do - PYTHONPATH="." "$(PYTHON)" ${suite} \ - || die "test suite '${suite}' failed" - done - } - python_execute_function testing -} - -src_compile() { - distutils_src_compile - emake -C doc || die "emake -C doc failed" -} - -src_install() { - distutils_src_install - - dodir /etc/overlord - - cp etc/overlord.cfg "${D}"/etc/overlord/ - - doman doc/overlord.8 - dohtml doc/overlord.8.html - - keepdir /var/lib/layman - keepdir /etc/overlord/overlays -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo "You are now ready to add overlays into your system." - einfo - einfo " lord -L" - einfo - einfo "will display a list of available overlays." - einfo - elog "Select an overlay and add it using" - elog - elog " lord -a overlay-name" - elog - elog "If this is the very first overlay you add with overlord or layman," - elog "you need to append the following statement to your" - elog "/etc/make.conf file:" - elog - elog " source /var/lib/layman/make.conf" - elog - elog "If you modify the 'storage' parameter in the overlord" - elog "configuration file (/etc/overlord/overlord.cfg) you will" - elog "need to adapt the path given above to the new storage" - elog "directory." - elog - ewarn "Please add the 'source' statement to make.conf only AFTER " - ewarn "you added your first overlay. Otherwise portage will fail." - epause 5 -} -- cgit v1.2.3-65-gdbad