summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@gentoo.org>2010-06-29 00:27:07 +0000
committerTomás Touceda <chiiph@gentoo.org>2010-06-29 00:27:07 +0000
commitc49f25147e924b3f5298e8cf31f18ce84d94d9c8 (patch)
tree9502f0e262a34241ff7e8af88f035921f01a28b4 /dev-scheme/scmxlate/scmxlate-20090410.ebuild
parentVersion bump. (diff)
downloadgentoo-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/scmxlate-20090410.ebuild')
-rw-r--r--dev-scheme/scmxlate/scmxlate-20090410.ebuild28
1 files changed, 28 insertions, 0 deletions
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"
+}