diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-17 17:03:16 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-17 17:03:16 +0000 |
commit | f932d002c6467b5278796b58cadd20f7603771d5 (patch) | |
tree | b357bf3ea7c4a1aa0bf2429d88777bfd7363ee32 /dev-lisp/cl-statistics | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-f932d002c6467b5278796b58cadd20f7603771d5.tar.gz gentoo-2-f932d002c6467b5278796b58cadd20f7603771d5.tar.bz2 gentoo-2-f932d002c6467b5278796b58cadd20f7603771d5.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-statistics')
-rw-r--r-- | dev-lisp/cl-statistics/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild | 43 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2 | 2 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/metadata.xml | 5 |
5 files changed, 59 insertions, 4 deletions
diff --git a/dev-lisp/cl-statistics/ChangeLog b/dev-lisp/cl-statistics/ChangeLog index 4d760befaab8..c79231446bd1 100644 --- a/dev-lisp/cl-statistics/ChangeLog +++ b/dev-lisp/cl-statistics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-statistics # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.2 2003/10/17 16:59:40 mkennedy Exp $ + +*cl-statistics-1.0.0.2 (17 Oct 2003) + + 17 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> + cl-statistics-1.0.0.2.ebuild, metadata.xml: + new upstream, debian, postrm, preinst *cl-statistics-1.0.0.1 (07 Jul 2003) diff --git a/dev-lisp/cl-statistics/Manifest b/dev-lisp/cl-statistics/Manifest index afbc1c43002e..7a869d6da565 100644 --- a/dev-lisp/cl-statistics/Manifest +++ b/dev-lisp/cl-statistics/Manifest @@ -1,7 +1,6 @@ MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 e7179b4c698de3d0d5630409d400a504 cl-statistics-1.0.0.2.ebuild~ 760 -MD5 21ac76c360b8efd34d77492a9ef678ee cl-statistics-1.0.0.2.ebuild 1082 -MD5 8ad2cb94bdf6a7711c9b726dab72b82a ChangeLog 338 +MD5 44531bc3a4857c6d99ed163bafe323e5 cl-statistics-1.0.0.2.ebuild 1082 +MD5 e0c5216eddff2ee0cb84670143395c33 ChangeLog 516 MD5 e7179b4c698de3d0d5630409d400a504 cl-statistics-1.0.0.1.ebuild 760 MD5 a9cba10a5762d6f7da111f3ec126c9ac files/digest-cl-statistics-1.0.0.1 77 MD5 18de310292b70deeb144e5b3328f858b files/cl-statistics.asd 1089 diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild new file mode 100644 index 000000000000..9d815058b68b --- /dev/null +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild,v 1.1 2003/10/17 16:59:40 mkennedy Exp $ + +inherit common-lisp + +DEB_PV=1 + +DESCRIPTION="Common Lisp Statistics Package" +HOMEPAGE="http://www.biolisp.org + http://packages.debian.org/unstable/devel/cl-statistics.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}.orig.tar.gz + http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}-${DEB_PV}.diff.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=cl-statistics + +S=${WORKDIR}/${P} + +src_unpack() { + unpack ${A} + epatch ${PN}_${PV}-${DEB_PV}.diff +} + +src_install() { + common-lisp-install *.lisp ${FILESDIR}/${PN}.asd + common-lisp-system-symlink + dodoc *.txt + do-debian-credits +} + +pkg_preinst() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} + +pkg_postrm() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} diff --git a/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2 b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2 new file mode 100644 index 000000000000..a21cd33a5417 --- /dev/null +++ b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2 @@ -0,0 +1,2 @@ +MD5 3c0d682f297b74adc7ffb3a3ac014000 cl-statistics_1.0.0.2.orig.tar.gz 48444 +MD5 4fc9222742a8826984dfbc33d7592d79 cl-statistics_1.0.0.2-1.diff.gz 3994 diff --git a/dev-lisp/cl-statistics/metadata.xml b/dev-lisp/cl-statistics/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-statistics/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |