diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:32:31 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:32:31 +0000 |
commit | d6896cb84e0c2b25ac19c7e93b2f4b99dd88553a (patch) | |
tree | 118790ec570ed1cb2f80335c8809543f97703172 /net-misc/xfsamba | |
parent | repoman QA issues (diff) | |
download | gentoo-2-d6896cb84e0c2b25ac19c7e93b2f4b99dd88553a.tar.gz gentoo-2-d6896cb84e0c2b25ac19c7e93b2f4b99dd88553a.tar.bz2 gentoo-2-d6896cb84e0c2b25ac19c7e93b2f4b99dd88553a.zip |
repoman QA issues
Diffstat (limited to 'net-misc/xfsamba')
-rw-r--r-- | net-misc/xfsamba/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/xfsamba/xfsamba-0.47.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/xfsamba/ChangeLog b/net-misc/xfsamba/ChangeLog index af78c04fcbb6..b84f01413d95 100644 --- a/net-misc/xfsamba/ChangeLog +++ b/net-misc/xfsamba/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/xfsamba # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/ChangeLog,v 1.1 2002/06/04 06:57:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/ChangeLog,v 1.2 2002/07/09 11:30:08 phoenix Exp $ *xfsamba-0.47 (3 June 2002) - 3 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + 09 Jul 2002; phoen][x <phoenix@gentoo.org> xfsamba-0.47.ebuild : + Added KEYWORDS, SLOT. + 3 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Ebuild submitted by Dan Naumov <jago@telefragged.com> Added initial ChangeLog which should be updated whenever the package is diff --git a/net-misc/xfsamba/xfsamba-0.47.ebuild b/net-misc/xfsamba/xfsamba-0.47.ebuild index 070e21f472b5..58ce6d864cfa 100644 --- a/net-misc/xfsamba/xfsamba-0.47.ebuild +++ b/net-misc/xfsamba/xfsamba-0.47.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/xfsamba-0.47.ebuild,v 1.1 2002/06/04 06:57:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/xfsamba-0.47.ebuild,v 1.2 2002/07/09 11:30:08 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GUI SMB network navigator" SRC_URI="http://xfsamba.sourceforge.net/archive/${P}.tar.gz" HOMEPAGE="http://xfsamba.sourceforge.net/" LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" DEPEND="=dev-libs/glib-1.2* =x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" |