diff options
author | 2015-06-27 22:45:09 +0000 | |
---|---|---|
committer | 2015-06-27 22:45:09 +0000 | |
commit | bf4f18869e7e59c4a426266b2869d4395b6e3380 (patch) | |
tree | cf985e6a5fef57bc0ac9a44c28afa09a940f2144 /dev-scheme | |
parent | Remove old. (diff) | |
download | gentoo-2-bf4f18869e7e59c4a426266b2869d4395b6e3380.tar.gz gentoo-2-bf4f18869e7e59c4a426266b2869d4395b6e3380.tar.bz2 gentoo-2-bf4f18869e7e59c4a426266b2869d4395b6e3380.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/scmxlate/ChangeLog | 7 | ||||
-rw-r--r-- | dev-scheme/scmxlate/scmxlate-20060613.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-scheme/scmxlate/ChangeLog b/dev-scheme/scmxlate/ChangeLog index 42cc5377f032..5b6a8b60c77e 100644 --- a/dev-scheme/scmxlate/ChangeLog +++ b/dev-scheme/scmxlate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/scmxlate -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.6 2014/08/10 21:25:48 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.7 2015/06/27 22:45:09 mrueg Exp $ + + 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -scmxlate-20060613.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> scmxlate-20060613.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/dev-scheme/scmxlate/scmxlate-20060613.ebuild b/dev-scheme/scmxlate/scmxlate-20060613.ebuild deleted file mode 100644 index ffeb48e04ac6..000000000000 --- a/dev-scheme/scmxlate/scmxlate-20060613.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 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.4 2014/08/10 21:25:48 slyfox 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="freedist" # license doesn't grant the right for modifications -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - insinto /usr/share/ - doins -r * -} |