Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-scheme/scmxlate
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.2 2008/01/18 18:06:21 opfer Exp $
18 Jan 2008; Christian Faulhammer
scmxlate-20060613.ebuild:
keyworded ~x86, bug 206526
*scmxlate-20060613 (17 Jan 2008)
17 Jan 2008; Marijn Schouten
+scmxlate-20060613.ebuild:
Initial commit, dep for SLaTeX (bug 188118)
DIST scmxlate-20060613.tar.gz 33920 RMD160 3cef8af53a62bf503e7ea4c2193776511215fca2 SHA1 7fecac23ad77e515874729c940af891df6892035 SHA256 4ffa5b1f941546a400422dba49eb08c337829a9c4809c06e5670ad1570fd5c1d
EBUILD scmxlate-20060613.ebuild 626 RMD160 11ee494084350678204123ac2382dde3406c04df SHA1 4068aaf1664369bbb8f3a08a4a5470a0543058e4 SHA256 a8b95e58cd5cd743f650dab3b05a9b597ccb184c4815da9ce80099de45adb554
MISC ChangeLog 498 RMD160 aff310ad001f5a4b5cb9ee7256dc502021c098f5 SHA1 e45baad17cd661c6fb2dc869c3797f78877143fb SHA256 07472bc9e8f09f052a3e89383779b10d59ebb1fd8bb92a688f16e517a637af39
MISC metadata.xml 752 RMD160 fa2ad22798b99c4f52f787ac509930b9dbcca009 SHA1 d2646abe9b5b386739fdb87e71d353fa1fbb0f85 SHA256 e7349c48bc7b493e14a34c5e05e3aea7b821c1d4ee96bb3fde24e31fe9a1b3a9
Scmxlate is a configuration tool for software packages written in Scheme.
Scmxlate provides the package author with a strategy for programmatically specifying the changes required to translate the package for a variety of Scheme dialects and Common Lisp, and a variety of operating systems. The end-user simply loads one file into their Scheme or Common Lisp, which triggers the entire configuration process with little or no further intervention.
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20060613.ebuild,v 1.2 2008/01/18 18:06:21 opfer Exp $
DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme."
HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html"
#http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
insinto /usr/share/
doins -r *
}