summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-02-10 11:57:51 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2015-02-10 11:57:51 +0000
commit9ccbd747102377901efd2f1c0eaa6a0f8e223c37 (patch)
treeac7f3e3c223969e1a27f8d70dd385872af1c94b0 /app-emacs
parentversion bump, move live ebuild to rust overlay (diff)
downloadgentoo-2-9ccbd747102377901efd2f1c0eaa6a0f8e223c37.tar.gz
gentoo-2-9ccbd747102377901efd2f1c0eaa6a0f8e223c37.tar.bz2
gentoo-2-9ccbd747102377901efd2f1c0eaa6a0f8e223c37.zip
version bump, move live ebuild to rust overlay
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/rust-mode/ChangeLog11
-rw-r--r--app-emacs/rust-mode/rust-mode-0.12.0.ebuild25
-rw-r--r--app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild (renamed from app-emacs/rust-mode/rust-mode-0.11.0.ebuild)16
-rw-r--r--app-emacs/rust-mode/rust-mode-9999.ebuild25
4 files changed, 15 insertions, 62 deletions
diff --git a/app-emacs/rust-mode/ChangeLog b/app-emacs/rust-mode/ChangeLog
index 1ed9bcfc9c45..a166ea9108ce 100644
--- a/app-emacs/rust-mode/ChangeLog
+++ b/app-emacs/rust-mode/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/rust-mode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/ChangeLog,v 1.3 2014/10/18 22:54:52 jauhien Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/ChangeLog,v 1.4 2015/02/10 11:57:51 jauhien Exp $
+
+*rust-mode-1.0.0_alpha (10 Feb 2015)
+
+ 10 Feb 2015; Jauhien Piatlicki <jauhien@gentoo.org>
+ +rust-mode-1.0.0_alpha.ebuild, -rust-mode-0.11.0.ebuild,
+ -rust-mode-0.12.0.ebuild, -rust-mode-9999.ebuild:
+ version bump, move live ebuild to rust overlay
18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org>
files/50rust-mode-gentoo.el, metadata.xml:
diff --git a/app-emacs/rust-mode/rust-mode-0.12.0.ebuild b/app-emacs/rust-mode/rust-mode-0.12.0.ebuild
deleted file mode 100644
index 51c3e77c3c40..000000000000
--- a/app-emacs/rust-mode/rust-mode-0.12.0.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-emacs/rust-mode/rust-mode-0.12.0.ebuild,v 1.1 2014/10/18 11:48:14 jauhien Exp $
-
-EAPI="5"
-
-inherit elisp
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="http://www.rust-lang.org/"
-SRC_URI="http://static.rust-lang.org/dist/rust-${PV}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="!!<=app-admin/eselect-rust-0.1_pre20140820
- !<=dev-lang/rust-0.11.0-r1:0.11
- !<=dev-lang/rust-999:nightly
- !<=dev-lang/rust-9999-r2:git
-"
-
-S="${WORKDIR}/rust-${PV}/src/etc/emacs"
-
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/rust-mode/rust-mode-0.11.0.ebuild b/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild
index 5834b4b62d22..c875845f72d5 100644
--- a/app-emacs/rust-mode/rust-mode-0.11.0.ebuild
+++ b/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild
@@ -1,25 +1,21 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/rust-mode-0.11.0.ebuild,v 1.1 2014/10/18 11:48:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild,v 1.1 2015/02/10 11:57:51 jauhien Exp $
EAPI="5"
inherit elisp
+MY_PV="rustc-1.0.0-alpha"
+
DESCRIPTION="A major emacs mode for editing Rust source code"
HOMEPAGE="http://www.rust-lang.org/"
-SRC_URI="http://static.rust-lang.org/dist/rust-${PV}.tar.gz"
+SRC_URI="http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="!!<=app-admin/eselect-rust-0.1_pre20140820
- !<=dev-lang/rust-0.11.0-r1:0.11
- !<=dev-lang/rust-999:nightly
- !<=dev-lang/rust-9999-r2:git
-"
-
-S="${WORKDIR}/rust-${PV}/src/etc/emacs"
+S="${WORKDIR}/${MY_PV}/src/etc/emacs"
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/rust-mode/rust-mode-9999.ebuild b/app-emacs/rust-mode/rust-mode-9999.ebuild
deleted file mode 100644
index e3141c2aeb1c..000000000000
--- a/app-emacs/rust-mode/rust-mode-9999.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-emacs/rust-mode/rust-mode-9999.ebuild,v 1.1 2014/10/18 12:42:52 jauhien Exp $
-
-EAPI="5"
-
-inherit elisp git-r3
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="http://www.rust-lang.org/"
-EGIT_REPO_URI="git://github.com/rust-lang/rust.git"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="!!<=app-admin/eselect-rust-0.1_pre20140820
- !<=dev-lang/rust-0.11.0-r1:0.11
- !<=dev-lang/rust-999:nightly
- !<=dev-lang/rust-9999-r2:git
-"
-
-S="${S}/src/etc/emacs"
-
-SITEFILE="50${PN}-gentoo.el"