diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-11-19 19:45:25 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-11-19 19:45:25 +0000 |
commit | e0dc3aa7a178a8c801b39d86b10cc87b3c2d0575 (patch) | |
tree | a708549763d720f95778635f885d062a6d5f0711 /media-gfx | |
parent | learn repoman DAMMIT (diff) | |
download | historical-e0dc3aa7a178a8c801b39d86b10cc87b3c2d0575.tar.gz historical-e0dc3aa7a178a8c801b39d86b10cc87b3c2d0575.tar.bz2 historical-e0dc3aa7a178a8c801b39d86b10cc87b3c2d0575.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/k3studio/ChangeLog | 15 | ||||
-rw-r--r-- | media-gfx/k3studio/Manifest | 3 | ||||
-rw-r--r-- | media-gfx/k3studio/files/digest-k3studio-0.98 | 1 | ||||
-rw-r--r-- | media-gfx/k3studio/k3studio-0.98.ebuild | 31 |
4 files changed, 0 insertions, 50 deletions
diff --git a/media-gfx/k3studio/ChangeLog b/media-gfx/k3studio/ChangeLog deleted file mode 100644 index 32c46d83bebf..000000000000 --- a/media-gfx/k3studio/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for media-gfx/k3studio -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/ChangeLog,v 1.4 2003/10/23 14:06:36 aliz Exp $ - -*k3studio-0.98 (5 July 2002) - -*k3studio-0.97 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/media-gfx/k3studio/Manifest b/media-gfx/k3studio/Manifest deleted file mode 100644 index 3d434964f9ea..000000000000 --- a/media-gfx/k3studio/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5370f6b1a0bc9b455ba0fc08ff089d61 ChangeLog 708 -MD5 4d2075d2b1487668861f25efe3ca6d47 k3studio-0.98.ebuild 963 -MD5 bd887f5c0001998d8da27cc5d4d94686 files/digest-k3studio-0.98 66 diff --git a/media-gfx/k3studio/files/digest-k3studio-0.98 b/media-gfx/k3studio/files/digest-k3studio-0.98 deleted file mode 100644 index d3ea1db6902d..000000000000 --- a/media-gfx/k3studio/files/digest-k3studio-0.98 +++ /dev/null @@ -1 +0,0 @@ -MD5 c290a1c76fbaa9629784667b98ebd346 k3studio-0.98.tar.gz 1783834 diff --git a/media-gfx/k3studio/k3studio-0.98.ebuild b/media-gfx/k3studio/k3studio-0.98.ebuild deleted file mode 100644 index 6f29b85a6e4b..000000000000 --- a/media-gfx/k3studio/k3studio-0.98.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.98.ebuild,v 1.9 2003/09/11 01:18:39 msterret Exp $ - -inherit kde-base - -need-kde 3 -DESCRIPTION="KDE universal workbench for 2D/3D modeling, visualization and simulation." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://k3studio.sourceforge.net" - - -LICENSE="GPL-2" -KEYWORDS="x86" - -newdepend "=dev-lang/python-2.2* - >=media-libs/glut-3.7 - >=sys-libs/readline-4.1 - >=media-libs/freetype-2.0.5 - >=media-libs/qhull-3.1" - -src_compile() { - kde_src_compile myconf - myconf="$myconf --with-qhull-includes=/usr/include/qhull" - myconf="$myconf --with-qhull-libraries=/usr/lib" - myconf="$myconf --with-python-includes=/usr/include/python2.2" - myconf="$myconf --with-python-libraries=/usr/lib/python2.2/config" - myconf="$myconf --prefix=$KDEDIR" - - kde_src_compile configure make -} |