public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-rust: eselect-rust-0.2_pre20141011.ebuild ChangeLog
@ 2014-10-18 12:37 Jauhien Piatlicki (jauhien)
  0 siblings, 0 replies; only message in thread
From: Jauhien Piatlicki (jauhien) @ 2014-10-18 12:37 UTC (permalink / raw
  To: gentoo-commits

jauhien     14/10/18 12:37:31

  Modified:             ChangeLog
  Added:                eselect-rust-0.2_pre20141011.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)

Revision  Changes    Path
1.2                  app-admin/eselect-rust/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-rust/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-rust/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-rust/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-rust/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	29 Aug 2014 13:49:14 -0000	1.1
+++ ChangeLog	18 Oct 2014 12:37:31 -0000	1.2
@@ -1,6 +1,12 @@
 # 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.1 2014/08/29 13:49:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-rust/ChangeLog,v 1.2 2014/10/18 12:37:31 jauhien Exp $
+
+*eselect-rust-0.2_pre20141011 (18 Oct 2014)
+
+  18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org>
+  +eselect-rust-0.2_pre20141011.ebuild:
+  version bump
 
 *eselect-rust-0.1_pre20140820 (29 Aug 2014)
 



1.1                  app-admin/eselect-rust/eselect-rust-0.2_pre20141011.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-rust/eselect-rust-0.2_pre20141011.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-rust/eselect-rust-0.2_pre20141011.ebuild?rev=1.1&content-type=text/plain

Index: eselect-rust-0.2_pre20141011.ebuild
===================================================================
# 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.2_pre20141011.ebuild,v 1.1 2014/10/18 12:37:31 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_preinst() {
	if has_version 'app-admin/eselect-rust' ; then
		eselect rust unset
	fi
}

pkg_postinst() {
	if has_version 'dev-lang/rust' || has_version 'dev-lang/rust-bin' ; then
		eselect rust update --if-unset
	fi
}

pkg_prerm() {
	eselect rust unset
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-18 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-18 12:37 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-rust: eselect-rust-0.2_pre20141011.ebuild ChangeLog Jauhien Piatlicki (jauhien)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox