Skip to content

Commit a600794

Browse files
committed
[app-admin/eselect-rust] add dev version
1 parent 4db9f37 commit a600794

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ You may be insterested in following:
66

77
* dev-util/androgenizer -- should work, but I have not tested it for a long time
88

9-
* media-sound/apulse -- wrapper that allows running pulseaudio dependent software on pure ALSA, see bug #523498
10-
119
To install my ebuild generators, use ebuilds from the main tree,
1210
for instructions see https://github.com/jauhien/g-sorcery.
1311

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 1999-2014 Gentoo Foundation
2+
# Distributed under the terms of the GNU General Public License v2
3+
# $Header: $
4+
5+
EAPI=5
6+
7+
inherit git-r3
8+
9+
DESCRIPTION="eselect module for rust"
10+
HOMEPAGE="https://github.com/jauhien/eselect-rust"
11+
EGIT_REPO_URI="git://github.com/jauhien/eselect-rust.git"
12+
EGIT_BRANCH="dev"
13+
14+
LICENSE="GPL-2"
15+
SLOT="0"
16+
KEYWORDS=""
17+
18+
RDEPEND="app-admin/eselect"
19+
20+
pkg_postinst() {
21+
if has_version 'dev-lang/rust'; then
22+
eselect rust update --if-unset
23+
fi
24+
}
25+
26+
pkg_prerm() {
27+
eselect rust unset
28+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer>
5+
<email>jauhien@gentoo.org</email>
6+
<name>Jauhien Piatlicki</name>
7+
</maintainer>
8+
</pkgmetadata>

profiles/package.mask

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
~app-portage/g-sorcery-99999
33
~app-portage/gs-elpa-99999
44
~app-portage/gs-pypi-99999
5+
~app-admin/eselect-rust-99999

0 commit comments

Comments
 (0)