diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:40:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:40:18 +0000 |
commit | a6e89d76ea8f7f6833b1de030204c4197506fe63 (patch) | |
tree | afc6b94f19ab108d6edb1a0d4f5efad5ec66be42 /dev-util/bakefile | |
parent | Remove old. (diff) | |
download | gentoo-2-a6e89d76ea8f7f6833b1de030204c4197506fe63.tar.gz gentoo-2-a6e89d76ea8f7f6833b1de030204c4197506fe63.tar.bz2 gentoo-2-a6e89d76ea8f7f6833b1de030204c4197506fe63.zip |
Remove old (bash-completion.eclass cleanup).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/bakefile')
-rw-r--r-- | dev-util/bakefile/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bakefile/bakefile-0.2.8.ebuild | 30 | ||||
-rw-r--r-- | dev-util/bakefile/bakefile-0.2.9.ebuild | 30 |
3 files changed, 6 insertions, 62 deletions
diff --git a/dev-util/bakefile/ChangeLog b/dev-util/bakefile/ChangeLog index cad2ac5b2d14..ec5971799cb9 100644 --- a/dev-util/bakefile/ChangeLog +++ b/dev-util/bakefile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/bakefile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.6 2014/08/27 14:14:09 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.7 2015/01/02 22:40:18 mgorny Exp $ + + 02 Jan 2015; Michał Górny <mgorny@gentoo.org> -bakefile-0.2.8.ebuild, + -bakefile-0.2.9.ebuild: + Remove old (bash-completion.eclass cleanup). *bakefile-0.2.9-r1 (27 Aug 2014) diff --git a/dev-util/bakefile/bakefile-0.2.8.ebuild b/dev-util/bakefile/bakefile-0.2.8.ebuild deleted file mode 100644 index 832fdfb9179b..000000000000 --- a/dev-util/bakefile/bakefile-0.2.8.ebuild +++ /dev/null @@ -1,30 +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/bakefile/bakefile-0.2.8.ebuild,v 1.2 2012/01/15 19:07:48 tove Exp $ - -EAPI=2 - -inherit base python bash-completion eutils - -DESCRIPTION="Native makefiles generator" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bakefile.sourceforge.net" - -LICENSE="MIT" - -RDEPEND="" -DEPEND="" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="doc" - -src_install () { - base_src_install - - dodoc AUTHORS NEWS README THANKS - if use doc ; then - dohtml -r doc/html/* || die "dodoc failed" - fi - - dobashcompletion bash_completion bakefile -} diff --git a/dev-util/bakefile/bakefile-0.2.9.ebuild b/dev-util/bakefile/bakefile-0.2.9.ebuild deleted file mode 100644 index fab91fdd29ce..000000000000 --- a/dev-util/bakefile/bakefile-0.2.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/bakefile-0.2.9.ebuild,v 1.1 2013/02/05 02:23:59 dirtyepic Exp $ - -EAPI=2 - -inherit base python bash-completion eutils - -DESCRIPTION="Native makefiles generator" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bakefile.sourceforge.net" - -LICENSE="MIT" - -RDEPEND="" -DEPEND="" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="doc" - -src_install () { - base_src_install - - dodoc AUTHORS NEWS README THANKS - if use doc ; then - dohtml -r doc/html/* || die "dodoc failed" - fi - - dobashcompletion bash_completion bakefile -} |