diff options
author | 2014-10-18 12:51:48 +0000 | |
---|---|---|
committer | 2014-10-18 12:51:48 +0000 | |
commit | e59814334323738c12c1e7faa561d675d029f26a (patch) | |
tree | 9e07cdc2bb523b41e28dd3d4533ab1759f55efc4 /app-admin | |
parent | initila import from the rust overlay (diff) | |
download | gentoo-2-e59814334323738c12c1e7faa561d675d029f26a.tar.gz gentoo-2-e59814334323738c12c1e7faa561d675d029f26a.tar.bz2 gentoo-2-e59814334323738c12c1e7faa561d675d029f26a.zip |
drop old version
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-rust/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-rust/eselect-rust-0.1_pre20140820.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/app-admin/eselect-rust/ChangeLog b/app-admin/eselect-rust/ChangeLog index 5a5c5f1ad247..e5ad38e2ea1d 100644 --- a/app-admin/eselect-rust/ChangeLog +++ b/app-admin/eselect-rust/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-rust # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-rust/ChangeLog,v 1.2 2014/10/18 12:37:31 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-rust/ChangeLog,v 1.3 2014/10/18 12:51:48 jauhien Exp $ + + 18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org> + -eselect-rust-0.1_pre20140820.ebuild: + drop old version *eselect-rust-0.2_pre20141011 (18 Oct 2014) diff --git a/app-admin/eselect-rust/eselect-rust-0.1_pre20140820.ebuild b/app-admin/eselect-rust/eselect-rust-0.1_pre20140820.ebuild deleted file mode 100644 index 144edac61913..000000000000 --- a/app-admin/eselect-rust/eselect-rust-0.1_pre20140820.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-rust/eselect-rust-0.1_pre20140820.ebuild,v 1.1 2014/08/29 13:49:14 jauhien Exp $ - -EAPI=5 - -DESCRIPTION="eselect module for rust" -HOMEPAGE="http://github.com/jauhien/eselect-rust" -SRC_URI="https://github.com/jauhien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-admin/eselect" - -pkg_postinst() { - if has_version 'dev-lang/rust'; then - eselect rust update --if-unset - fi -} - -pkg_prerm() { - eselect rust unset -} |