diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
commit | bfb6d4cd6507d08ce1015fe379154d4ccf829a0a (patch) | |
tree | 564936149c2d3d1fa3f82691743012288969f8d4 /net-misc/x3270 | |
parent | Masked util-linux-2.11r-r1 (diff) | |
download | gentoo-2-bfb6d4cd6507d08ce1015fe379154d4ccf829a0a.tar.gz gentoo-2-bfb6d4cd6507d08ce1015fe379154d4ccf829a0a.tar.bz2 gentoo-2-bfb6d4cd6507d08ce1015fe379154d4ccf829a0a.zip |
repoman QA issues
Diffstat (limited to 'net-misc/x3270')
-rw-r--r-- | net-misc/x3270/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/x3270/x3270-3.2.17.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/x3270/ChangeLog b/net-misc/x3270/ChangeLog index 377ba715c8f3..88afd94c5fc6 100644 --- a/net-misc/x3270/ChangeLog +++ b/net-misc/x3270/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/x3270 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/ChangeLog,v 1.2 2002/07/09 11:44:21 phoenix Exp $ *x3270-3.2.17 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> x3270-3.2.17.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 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 diff --git a/net-misc/x3270/x3270-3.2.17.ebuild b/net-misc/x3270/x3270-3.2.17.ebuild index 125dabc1fa62..32cbfd8f1ef8 100644 --- a/net-misc/x3270/x3270-3.2.17.ebuild +++ b/net-misc/x3270/x3270-3.2.17.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/x3270-3.2.17.ebuild,v 1.1 2001/10/26 18:55:54 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/x3270-3.2.17.ebuild,v 1.2 2002/07/09 11:44:21 phoenix Exp $ S="${WORKDIR}/${PN}-3.2" DESCRIPTION="Telnet 3270 client for X" SRC_URI="http://x3270.bgp.nu/download/${PN}-3217.tgz" HOMEPAGE="http://www.geocities.com/SiliconValley/Peaks/7814/" DEPEND="virtual/x11" +KEYWORDS="x86" +LICENSE="GPL" +SLOT="0" src_compile() { ./configure \ |