diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch) | |
tree | 7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/kdoc | |
parent | repoman'd (diff) | |
download | gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2 gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip |
repoman'd
Diffstat (limited to 'dev-util/kdoc')
-rw-r--r-- | dev-util/kdoc/kdoc-2.0_alpha54.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/kdoc/kdoc-2.0_alpha54.ebuild b/dev-util/kdoc/kdoc-2.0_alpha54.ebuild index 3344da11a6b6..a5d954849e4e 100644 --- a/dev-util/kdoc/kdoc-2.0_alpha54.ebuild +++ b/dev-util/kdoc/kdoc-2.0_alpha54.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdoc/kdoc-2.0_alpha54.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdoc/kdoc-2.0_alpha54.ebuild,v 1.3 2002/07/23 11:22:19 seemant Exp $ +MY_P=${P/_alph/} +S=${WORKDIR}/${MY_P} DESCRIPTION="KDE/QT documentation processing/generation tools" HOMEPAGE="http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/" - -SRC_PATH="kde/stable/3.0/src/kdoc-2.0a54.tar.bz2" +SRC_PATH="kde/stable/3.0/src/${MY_P}.tar.bz2" SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH ftp://download.us.kde.org/pub/kde/$SRC_PATH ftp://download.uk.kde.org/pub/kde/$SRC_PATH @@ -13,9 +14,11 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH ftp://download.at.kde.org/pub/kde/$SRC_PATH ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" -S=${WORKDIR}/kdoc-2.0a54 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="sys-devel/perl sys-devel/gcc" +DEPEND="sys-devel/perl" src_compile() { |