diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:18:12 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:18:12 +0000 |
commit | d48efe9222b45b1ae4c72a954f8060968ca27f1e (patch) | |
tree | 6021682cf052f855fac17a6d4842ac0cc1361a88 /net-misc/taylor-uucp | |
parent | repoman QA issues (diff) | |
download | gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.tar.gz gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.tar.bz2 gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.zip |
repoman QA issues
Diffstat (limited to 'net-misc/taylor-uucp')
-rw-r--r-- | net-misc/taylor-uucp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/taylor-uucp/ChangeLog b/net-misc/taylor-uucp/ChangeLog index 41c614105c98..3d9aa052ce90 100644 --- a/net-misc/taylor-uucp/ChangeLog +++ b/net-misc/taylor-uucp/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/taylor-uucp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.1 2002/06/21 21:28:37 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.2 2002/07/09 11:16:43 phoenix Exp $ *taylor-uucp-1.06.2 (21 Jun 2002) - 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> taylor-uucp-1.06.2.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 21 Jun 2002; Ryan Phillips <rphillips@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/taylor-uucp/taylor-uucp-1.06.2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild index 29d8acf69c5c..a6de22316c77 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Stéphane Dupille <sdupille@teaser.fr> -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild,v 1.1 2002/06/21 21:28:37 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild,v 1.2 2002/07/09 11:16:43 phoenix Exp $ A="uucp-${PV}.tar.gz" S=${WORKDIR}/uucp-1.06.1 # This should be a .2 bug the package is messed DESCRIPTION="Taylor UUCP" SRC_URI="ftp://ftp.gnu.org/pub/gnu/uucp/${A}" HOMEPAGE="http://www.airs.com/ian/uucp.html" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc" |