forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-scheme/guile-lib: version bump 0.2.5.1
Package-Manager: Portage-2.3.13, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST guile-lib-0.1.9.tar.gz 499394 BLAKE2B 1a8fcd30d78250c454c709f5dbceaee9a8e3e7bfdef0fc81ccb65370758d4263050179fa8b203c7e823d6978e46e15648286bbef6a73c28b30296187b46af85f SHA512 53a00064783c6cdc450f3130808ca57696fdcd1aa25172b448f6d18861425e1dfa9a004df0405df0629950e80c43b4aebbef28be1e75a37f0d9cd4608ecc309e | ||
DIST guile-lib-0.2.4.tar.gz 421960 BLAKE2B b1ce073d6deb1236209653dc65ec6667e33dd670493b11328ab5f6b260e8332673ff9856e4212952b4be4986c656169a830d403aca239bef145c6fe50f3b5d30 SHA512 d5744f7f99bf566c569fdb06bf51b8f74543930cbe120c392d111b06ac930afa15008af44765331db0542affc07afb3016b60dc35be612b99f79264cd07b8f5e | ||
DIST guile-lib-0.2.5.1.tar.gz 424124 BLAKE2B 36aaf66f6a1550e24101547203865fb73f60ebe04d04e13a8244d81cd91510288f00f7c77636b86fd4a5c49f6157e187d623eb26d4ad361e7a284d9dd2f017f0 SHA512 500f0a5c973af1594402a4d564be8a6e559f575e10de35368cbda2d24d73c9b781b06b4a61433cf2609f91a7548903dc01718d70796e48a49c6d50988227946a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DESCRIPTION="An accumulation place for pure-scheme Guile modules" | ||
HOMEPAGE="http://www.nongnu.org/guile-lib/" | ||
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]" | ||
DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8" | ||
|
||
STRIP_MASK="*.go" | ||
|
||
src_install() { | ||
emake -j1 DESTDIR="${D}" install | ||
} |