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
commit382a32a4c1fdad78f21590f27280dad8fde000ae (patch)
tree2afac1c2f3b9707affc83d5b0ccf02128a1412c5 /app-misc
parentversion bump (diff)
downloadgentoo-2-382a32a4c1fdad78f21590f27280dad8fde000ae.tar.gz
gentoo-2-382a32a4c1fdad78f21590f27280dad8fde000ae.tar.bz2
gentoo-2-382a32a4c1fdad78f21590f27280dad8fde000ae.zip
Someone comitted an ebuild without a ChangeLog. Also fixed missing fields
such as LICENSE, SLOT, IUSE
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/chesstask/ChangeLog10
-rw-r--r--app-misc/chesstask/chesstask-1.3.ebuild18
2 files changed, 14 insertions, 14 deletions
diff --git a/app-misc/chesstask/ChangeLog b/app-misc/chesstask/ChangeLog
new file mode 100644
index 000000000000..541661f635bd
--- /dev/null
+++ b/app-misc/chesstask/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/chesstask
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/ChangeLog,v 1.1 2003/03/01 00:57:08 liquidx Exp $
+
+*chesstask-1.3 (01 Mar 2003)
+
+ 01 Mar 2003; Alastair Tse <liquidx@gentoo.org> chesstask-1.3.ebuild :
+ Made ebuild conform to Gentoo standards. Contributed by Thomas L. Bevan
+ (#2573). Added missing ChangeLog entry. Initially commited by pvdabeel.
+
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"
}