diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-07 05:34:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-07 05:34:08 +0000 |
commit | fe2c1cab5269b2cc7cf5e237d0659ed02ec3f651 (patch) | |
tree | d7abc075803c6cc24c82980e4964078b70071a6b /media-libs/qhull | |
parent | old (diff) | |
download | gentoo-2-fe2c1cab5269b2cc7cf5e237d0659ed02ec3f651.tar.gz gentoo-2-fe2c1cab5269b2cc7cf5e237d0659ed02ec3f651.tar.bz2 gentoo-2-fe2c1cab5269b2cc7cf5e237d0659ed02ec3f651.zip |
clean older ebuild
Diffstat (limited to 'media-libs/qhull')
-rw-r--r-- | media-libs/qhull/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/qhull/files/digest-qhull-3.1 | 1 | ||||
-rw-r--r-- | media-libs/qhull/qhull-3.1.ebuild | 51 |
3 files changed, 4 insertions, 53 deletions
diff --git a/media-libs/qhull/ChangeLog b/media-libs/qhull/ChangeLog index 4fa5930eddd1..bd4a7b8f28cb 100644 --- a/media-libs/qhull/ChangeLog +++ b/media-libs/qhull/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/qhull # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.9 2004/04/12 22:55:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.10 2004/05/07 05:34:08 mr_bones_ Exp $ + + 06 May 2004; Michael Sterrett <mr_bones_@gentoo.org> qhull-3.1.ebuild: + clean older ebuild 12 Apr 2004; Jason Wever <weeve@gentoo.org> qhull-3.1-r1.ebuild: Stable on sparc. diff --git a/media-libs/qhull/files/digest-qhull-3.1 b/media-libs/qhull/files/digest-qhull-3.1 deleted file mode 100644 index eed68bf79af2..000000000000 --- a/media-libs/qhull/files/digest-qhull-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 08b85478c0b8e4c88aa72e6a5b125464 qhull3.1.tgz 442679 diff --git a/media-libs/qhull/qhull-3.1.ebuild b/media-libs/qhull/qhull-3.1.ebuild deleted file mode 100644 index e2dfb5165e10..000000000000 --- a/media-libs/qhull/qhull-3.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1.ebuild,v 1.9 2004/03/19 07:56:04 mr_bones_ Exp $ - -S=${WORKDIR}/qhull3.1 -DESCRIPTION="Geometry library" -SRC_URI="http://www.geom.umn.edu/software/qhull/qhull3.1.tgz" -HOMEPAGE="http://www.geom.umn.edu/software/qhull/" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 sparc " - -DEPEND="" - -src_compile() { - cd src - make -f Makefile.txt - -} - -src_install () { - - cd src - - dolib libqhull.a - dobin qconvex - dobin qdelaunay - dobin qhalf - dobin qhull - dobin qvoronoi - dobin rbox - - dodir /usr/include/qhull - insinto /usr/include/qhull - doins *.h - - cd ${S} - dodoc Announce.txt COPYING.txt File_id.diz README.txt REGISTER.txt - - cd html - - rename .htm .html *.htm - rename .man .1 *.man - - dohtml -a html,gif * - - doman *.1 - - dodoc *.txt -} |