diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 3dd20ecffd7edee54d103bca0944d29e3a1dd83b (patch) | |
tree | 9510fa8b502331de9245f68688791b237c024810 /x11-misc/yawmppp | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.tar.gz historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.tar.bz2 historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/yawmppp')
-rw-r--r-- | x11-misc/yawmppp/yawmppp-2.0.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild b/x11-misc/yawmppp/yawmppp-2.0.2.ebuild index 2a42d7e693da..6f20f832091d 100644 --- a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild +++ b/x11-misc/yawmppp/yawmppp-2.0.2.ebuild @@ -1,7 +1,7 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/yawmppp-2.0.2.ebuild,v 1.2 2002/05/23 06:50:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/yawmppp-2.0.2.ebuild,v 1.3 2002/07/08 21:31:08 aliz Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,9 @@ SRC_URI="ftp://ftp.seul.org/pub/yawmppp/${P}.tar.gz" HOMEPAGE="http://yawmppp.seul.org/" DEPEND=">=net-dialup/ppp-2.3.11 =x11-libs/gtk+-1.2*" #RDEPEND="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" src_compile() { ./configure \ |