summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-01 00:57:08 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-01 00:57:08 +0000
commit6ea6cd89f264734c68789f8c38ef9b86f2159909 (patch)
tree98fb015a540a504198de8e8701158d9cdcfbb896 /app-misc/chesstask/chesstask-1.3.ebuild
parentversion bump (diff)
downloadhistorical-6ea6cd89f264734c68789f8c38ef9b86f2159909.tar.gz
historical-6ea6cd89f264734c68789f8c38ef9b86f2159909.tar.bz2
historical-6ea6cd89f264734c68789f8c38ef9b86f2159909.zip
Someone comitted an ebuild without a ChangeLog. Also fixed missing fields
such as LICENSE, SLOT, IUSE
Diffstat (limited to 'app-misc/chesstask/chesstask-1.3.ebuild')
-rw-r--r--app-misc/chesstask/chesstask-1.3.ebuild18
1 files changed, 4 insertions, 14 deletions
diff --git a/app-misc/chesstask/chesstask-1.3.ebuild b/app-misc/chesstask/chesstask-1.3.ebuild
index 3c5c4d69a6ab..244d54889ac8 100644
--- a/app-misc/chesstask/chesstask-1.3.ebuild
+++ b/app-misc/chesstask/chesstask-1.3.ebuild
@@ -1,32 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# Maintainer: Tom Bevan tom@regex.com.au
-# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/chesstask-1.3.ebuild,v 1.1 2003/02/23 17:57:00 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/chesstask-1.3.ebuild,v 1.2 2003/03/01 00:57:08 liquidx Exp $
S=${WORKDIR}/${PN}1_3
-
+IUSE=""
+SLOT="0"
DESCRIPTION="An editor for chess problems. It will generate PostScript and HTML files."
-
SRC_URI="http://telia.dl.sourceforge.net/sourceforge/chesstask/ChessTask1_3src.zip"
HOMEPAGE="http://chesstask.sourceforge.net/"
-
KEYWORDS="~ppc"
-
-# License of the package. This must match the name of file(s) in
-# /usr/portage/licenses/. For complex license combination see the developer
-# docs on gentoo.org for details.
-LICENSE=""
-
+LICENSE="GPL-2"
DEPEND=">=x11-libs/qt-3
app-text/tetex"
src_unpack() {
-
unpack ${A}
-
cd ${S} || die "no such directory ${S}"
-
patch -p1 Makefile < ${FILESDIR}/Makefile-1.3.diff || die "Failed to apply patch"
}