diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2009-01-01 05:36:40 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2009-01-01 05:36:40 +0000 |
commit | 394b573c9ee30c14adccaf1536fe173cd4dfa7cd (patch) | |
tree | d5032dfbb693a04cbeca2ba8239626524076efb2 | |
parent | Fixed to build with no gtk+-1.2 installed, bug #240439. (diff) | |
download | gentoo-2-394b573c9ee30c14adccaf1536fe173cd4dfa7cd.tar.gz gentoo-2-394b573c9ee30c14adccaf1536fe173cd4dfa7cd.tar.bz2 gentoo-2-394b573c9ee30c14adccaf1536fe173cd4dfa7cd.zip |
Removed old app-portage/layman-{1.0.6,1.0.10} with bad download locations.
(Portage version: 2.1.4.5)
-rw-r--r-- | app-portage/layman/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/layman/layman-1.0.10.ebuild | 76 | ||||
-rw-r--r-- | app-portage/layman/layman-1.0.6.ebuild | 58 |
3 files changed, 6 insertions, 136 deletions
diff --git a/app-portage/layman/ChangeLog b/app-portage/layman/ChangeLog index 13727f7b3698..ee94f837be85 100644 --- a/app-portage/layman/ChangeLog +++ b/app-portage/layman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/layman -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.64 2008/12/29 19:47:02 wrobel Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.65 2009/01/01 05:36:40 wrobel Exp $ + + 01 Jan 2009; Gunnar Wrobel <wrobel@gentoo.org> -layman-1.0.6.ebuild, + -layman-1.0.10.ebuild: + Removed old app-portage/layman-{1.0.6,1.0.10} with bad download locations. 29 Dec 2008; Gunnar Wrobel <wrobel@gentoo.org> Manifest: Manifest diff --git a/app-portage/layman/layman-1.0.10.ebuild b/app-portage/layman/layman-1.0.10.ebuild deleted file mode 100644 index 36ce0a1fb612..000000000000 --- a/app-portage/layman/layman-1.0.10.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.10.ebuild,v 1.9 2007/11/15 07:16:23 wrobel Exp $ - -inherit eutils distutils - -DESCRIPTION="A python script for retrieving gentoo overlays." -HOMEPAGE="http://layman.sourceforge.net" -SRC_URI="http://build.pardus.de/downloads/${PF}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -S=${WORKDIR}/${PF} - -DEPEND="dev-util/subversion" - -pkg_setup() { - if built_with_use dev-util/subversion nowebdav; then - eerror "You must rebuild your subversion without the nowebdav USE flag" - die "You must rebuild your subversion without the nowebdav USE flag" - fi -} - -src_install() { - - distutils_src_install - - dodir /etc/layman - cp etc/* "${D}"/etc/layman/ - - doman doc/layman.8 - dohtml doc/layman.8.html - -} - -src_test() { - cd "${S}" - einfo "Running layman doctests..." - echo - if ! PYTHONPATH="." ${python} layman/tests/dtest.py; then - eerror "DocTests failed - please submit a bug report" - die "DocTesting failed!" - fi -} - -pkg_postinst() { - einfo "You are now ready to add overlays into your system." - einfo - einfo "layman -L" - einfo - einfo "will display a list of available overlays." - einfo - ewarn "Use the -k switch to also list overlays that are" - ewarn "considered less secure." - einfo - elog "Select an overlay and add it using" - einfo - elog "layman -a overlay-name" - einfo - elog "If this is the very first overlay you add with layman," - elog "you need to append the following statement to your" - elog "/etc/make.conf file:" - elog - elog "source /usr/portage/local/layman/make.conf" - elog - elog "If you modify the 'storage' parameter in the layman" - elog "configuration file (/etc/layman/layman.cfg) you will" - elog "need to adapt the path given above to the new storage" - elog "directory." - einfo - ewarn "Please add the 'source' statement to make.conf only AFTER " - ewarn "you added your first overlay. Otherwise portage will fail." - epause 5 -} diff --git a/app-portage/layman/layman-1.0.6.ebuild b/app-portage/layman/layman-1.0.6.ebuild deleted file mode 100644 index 6dd3a38e16bb..000000000000 --- a/app-portage/layman/layman-1.0.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.6.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $ - -inherit eutils distutils - -DESCRIPTION="A python script for retrieving gentoo overlays " -HOMEPAGE="http://layman.sourceforge.net" -SRC_URI="http://build.pardus.de/downloads/${PF}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" -S=${WORKDIR}/${PF} - -DEPEND="dev-util/subversion" - -src_install() { - - distutils_src_install - - dodir /etc/layman - cp etc/* "${D}"/etc/layman/ - - doman doc/layman.8 - dohtml doc/layman.8.html - -} - -src_test() { - cd "${S}" - einfo "Running layman doctests..." - echo - if ! PYTHONPATH="." ${python} layman/tests/dtest.py; then - eerror "DocTests failed - please submit a bug report" - die "DocTesting failed!" - fi -} - -pkg_postinst() { - einfo "You are now ready to add overlays into your system." - einfo - einfo "layman -L" - einfo - einfo "will display a list of available overlays." - einfo - einfo "Select one and add it using" - einfo - einfo "layman -a overlay-name" - einfo - einfo "If this is the very first overlay you add with layman, you need to append" - einfo "the following statement to your /etc/make.conf file:" - einfo - einfo "source /usr/portage/local/layman/make.conf" - einfo - epause 5 -} |