diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-06-29 00:27:07 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-06-29 00:27:07 +0000 |
commit | c49f25147e924b3f5298e8cf31f18ce84d94d9c8 (patch) | |
tree | 9502f0e262a34241ff7e8af88f035921f01a28b4 /dev-scheme/scmxlate | |
parent | Version bump. (diff) | |
download | gentoo-2-c49f25147e924b3f5298e8cf31f18ce84d94d9c8.tar.gz gentoo-2-c49f25147e924b3f5298e8cf31f18ce84d94d9c8.tar.bz2 gentoo-2-c49f25147e924b3f5298e8cf31f18ce84d94d9c8.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-scheme/scmxlate')
-rw-r--r-- | dev-scheme/scmxlate/ChangeLog | 9 | ||||
-rw-r--r-- | dev-scheme/scmxlate/scmxlate-20090410.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-scheme/scmxlate/ChangeLog b/dev-scheme/scmxlate/ChangeLog index f4ecff8ea0f1..6da3dd904aea 100644 --- a/dev-scheme/scmxlate/ChangeLog +++ b/dev-scheme/scmxlate/ChangeLog @@ -1,6 +1,11 @@ # 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.3 2010/06/29 00:27:07 chiiph Exp $ + +*scmxlate-20090410 (29 Jun 2010) + + 29 Jun 2010; Tomas Touceda <chiiph@gentoo.org> +scmxlate-20090410.ebuild: + Version bump 18 Jan 2008; Christian Faulhammer <opfer@gentoo.org> scmxlate-20060613.ebuild: diff --git a/dev-scheme/scmxlate/scmxlate-20090410.ebuild b/dev-scheme/scmxlate/scmxlate-20090410.ebuild new file mode 100644 index 000000000000..0ccaa7150b1c --- /dev/null +++ b/dev-scheme/scmxlate/scmxlate-20090410.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20090410.ebuild,v 1.1 2010/06/29 00:27:07 chiiph Exp $ + +EAPI="3" + +DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme" +HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html" + +SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2 + -> ${P}.tar.bz2" +#SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +S="${WORKDIR}/${PN}" + +src_compile() { true; } + +src_install() { + insinto /usr/share/ + doins *.cl *.scm || die "doins failed" + dodoc README || die "dodoc failed" +} |