diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-03 21:57:15 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-03 21:57:15 +0000 |
commit | 25d0c37870e2326da6efedda2c8560c61fddf1f8 (patch) | |
tree | 2787dbdc2f63538a92f5f023c4695691daa4fa83 /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-25d0c37870e2326da6efedda2c8560c61fddf1f8.tar.gz gentoo-2-25d0c37870e2326da6efedda2c8560c61fddf1f8.tar.bz2 gentoo-2-25d0c37870e2326da6efedda2c8560c61fddf1f8.zip |
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/xolox-misc/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/xolox-misc/xolox-misc-20110831.ebuild | 17 | ||||
-rw-r--r-- | app-vim/xolox-misc/xolox-misc-20110904.ebuild | 18 |
3 files changed, 5 insertions, 36 deletions
diff --git a/app-vim/xolox-misc/ChangeLog b/app-vim/xolox-misc/ChangeLog index 7f89c143623a..f0e6a9818eb0 100644 --- a/app-vim/xolox-misc/ChangeLog +++ b/app-vim/xolox-misc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/xolox-misc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/ChangeLog,v 1.5 2012/08/03 21:56:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/ChangeLog,v 1.6 2012/08/03 21:57:15 radhermit Exp $ + + 03 Aug 2012; Tim Harder <radhermit@gentoo.org> -xolox-misc-20110831.ebuild, + -xolox-misc-20110904.ebuild: + Remove old. *xolox-misc-20111124 (03 Aug 2012) diff --git a/app-vim/xolox-misc/xolox-misc-20110831.ebuild b/app-vim/xolox-misc/xolox-misc-20110831.ebuild deleted file mode 100644 index 0fc751ba6e48..000000000000 --- a/app-vim/xolox-misc/xolox-misc-20110831.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110831.ebuild,v 1.1 2011/09/02 19:26:56 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: miscellaneous auto-load scripts" -HOMEPAGE="http://peterodding.com/code/vim/misc/" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - rm README.md -} diff --git a/app-vim/xolox-misc/xolox-misc-20110904.ebuild b/app-vim/xolox-misc/xolox-misc-20110904.ebuild deleted file mode 100644 index 932c865bad60..000000000000 --- a/app-vim/xolox-misc/xolox-misc-20110904.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110904.ebuild,v 1.1 2011/09/14 22:59:35 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: miscellaneous auto-load scripts" -HOMEPAGE="http://peterodding.com/code/vim/misc/" -SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - rm README.md -} |