summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-21 16:58:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-21 16:58:14 +0000
commitcf6a382b7d38016121d5279facc95a4af1570551 (patch)
tree37429143bae6a2ed9f276841cc99bbf4a768d830 /dev-lisp/cl-binary-types
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-cf6a382b7d38016121d5279facc95a4af1570551.tar.gz
gentoo-2-cf6a382b7d38016121d5279facc95a4af1570551.tar.bz2
gentoo-2-cf6a382b7d38016121d5279facc95a4af1570551.zip
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-binary-types')
-rw-r--r--dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild11
-rw-r--r--dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild11
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild
index 4081836d67d7..0bf53498bbdf 100644
--- a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild
+++ b/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild,v 1.1 2003/10/15 20:47:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild,v 1.2 2004/04/21 16:55:37 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=1
DESCRIPTION="Binary-types is a Library for accessing binary files with fixed bit-length code-words. Binary-types provides macros that are used to declare the mapping between Common Lisp objects and some binary (i.e. octet-based) representation."
-HOMEPAGE="http://www.cliki.net/Binary-types
- http://www.cs.uit.no/~frodef/sw/binary-types/"
+HOMEPAGE="http://www.cliki.net/Binary-types http://www.cs.uit.no/~frodef/sw/binary-types/"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-binary-types/cl-binary-types_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-binary-types/cl-binary-types_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild
index 466fec7f37dd..cf00a276b913 100644
--- a/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild
+++ b/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild,v 1.2 2004/02/12 15:42:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild,v 1.3 2004/04/21 16:55:52 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
# binary-types moved to http://www.common-lisp.net/project/movitz recently
DESCRIPTION="Binary-types is a Library for accessing binary files with fixed bit-length code-words."
-HOMEPAGE="http://www.cliki.net/Binary-types
- http://www.common-lisp.net/project/movitz/
- http://www.cs.uit.no/~frodef/sw/binary-types/"
+HOMEPAGE="http://www.cliki.net/Binary-types http://www.common-lisp.net/project/movitz/ http://www.cs.uit.no/~frodef/sw/binary-types/"
SRC_URI="http://www.cs.uit.no/~frodef/sw/binary-types/binary-types-0.90.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"