* [gentoo-commits] repo/gentoo:master commit in: app-shells/scsh-install-lib/
@ 2016-12-08 22:47 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-08 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 7d544bd78f20b63351e941d0da642ddd2fb760bd
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 22:47:34 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 22:47:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d544bd7
app-shells/scsh-install-lib: keyword for amd64.
Package-Manager: portage-2.3.0
app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
index e63d9ab..e74cf45 100644
--- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
+++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=app-shells/scsh-0.6.6"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/scsh-install-lib/
@ 2016-12-08 22:47 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-08 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 8895d3bdc452f367b2b02a4d243d10f8226a0661
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 22:46:55 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 22:47:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8895d3bd
app-shells/scsh-install-lib: EAPI 6 bump.
Package-Manager: portage-2.3.0
.../scsh-install-lib-1.3.0-r1.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
new file mode 100644
index 00000000..e63d9ab
--- /dev/null
+++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit scsh
+
+DESCRIPTION="Installation tool for the Scheme Untergrund Library"
+HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/"
+SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-shells/scsh-0.6.6"
+
+src_prepare() {
+ default
+}
+
+src_install() {
+ dodir "${SCSH_MODULES_PATH}"
+ ./install.scm ${SCSH_LAYOUT_CONF} \
+ --bindir /usr/bin \
+ --force \
+ || die "./install.scm failed"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/scsh-install-lib/
@ 2017-02-24 22:17 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-02-24 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 773a84ea4903ae3e13693e059cd46d068ea10b8c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 23:41:55 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:17:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773a84ea
app-shells/scsh-install-lib: clean up useless variables.
Package-Manager: portage-2.3.3
app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
index e74cf45266..98a6f33e24 100644
--- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
+++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,14 +13,9 @@ SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=">=app-shells/scsh-0.6.6"
-src_prepare() {
- default
-}
-
src_install() {
dodir "${SCSH_MODULES_PATH}"
./install.scm ${SCSH_LAYOUT_CONF} \
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-24 22:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 22:47 [gentoo-commits] repo/gentoo:master commit in: app-shells/scsh-install-lib/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2017-02-24 22:17 Patrice Clement
2016-12-08 22:47 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox