diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-26 08:00:05 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-26 08:00:05 +0000 |
commit | 303ff190e85636d6911f4966ff7e48eab265e7f8 (patch) | |
tree | 1a46aa3e4e00533c5d32f7874767751b10faa22d /www-apps/viewcvs | |
parent | Rewrite for webapp.eclass. Closes #60893 (Manifest recommit) (diff) | |
download | gentoo-2-303ff190e85636d6911f4966ff7e48eab265e7f8.tar.gz gentoo-2-303ff190e85636d6911f4966ff7e48eab265e7f8.tar.bz2 gentoo-2-303ff190e85636d6911f4966ff7e48eab265e7f8.zip |
Fixed repoman warnings (missing IUSE)
Diffstat (limited to 'www-apps/viewcvs')
-rw-r--r-- | www-apps/viewcvs/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild | 3 | ||||
-rw-r--r-- | www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild | 3 | ||||
-rw-r--r-- | www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/www-apps/viewcvs/ChangeLog b/www-apps/viewcvs/ChangeLog index 6a763fae16a1..a6dfb171b7f4 100644 --- a/www-apps/viewcvs/ChangeLog +++ b/www-apps/viewcvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/viewcvs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/ChangeLog,v 1.2 2004/08/26 07:55:40 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/ChangeLog,v 1.3 2004/08/26 08:00:05 rl03 Exp $ + + 26 Aug 2004; Renat Lumpau <rl03@gentoo.org> viewcvs-0.9.2-r1.ebuild, + viewcvs-0.9.2_p20030430-r1.ebuild, viewcvs-0.9.2_p20030430.ebuild: + Fixed repoman warnings (lack of IUSE) *viewcvs-0.9.2_p20030430-r2 (26 Aug 2004) diff --git a/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild b/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild index eacafe1b8be9..ceda3035a1eb 100644 --- a/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild +++ b/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild,v 1.1 2004/08/15 15:52:50 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2-r1.ebuild,v 1.2 2004/08/26 08:00:05 rl03 Exp $ PDATE=${PV/0.9.2_p/} DESCRIPTION="Viewcvs, a web interface to cvs and subversion" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${PDATE}.tar.gz" LICENSE="viewcvs" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="" RDEPEND=">=app-text/rcs-5.7 diff --git a/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild b/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild index a167834e732b..07175227e1cb 100644 --- a/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild +++ b/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild,v 1.1 2004/08/15 15:52:50 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2_p20030430-r1.ebuild,v 1.2 2004/08/26 08:00:05 rl03 Exp $ PDATE=${PV/0.9.2_p/} DESCRIPTION="Viewcvs, a web interface to cvs and subversion" @@ -10,6 +10,7 @@ SRC_URI="mirror://gentoo/${PN}-${PDATE}.tar.bz2" LICENSE="viewcvs" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="" RDEPEND="|| ( ( >=app-text/rcs-5.7 diff --git a/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild b/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild index 1694ba931abe..9aed4db79ca3 100644 --- a/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild +++ b/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild,v 1.1 2004/08/15 15:52:50 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-0.9.2_p20030430.ebuild,v 1.2 2004/08/26 08:00:05 rl03 Exp $ PDATE=${PV/0.9.2_p/} DESCRIPTION="Viewcvs, a web interface to cvs and subversion" @@ -10,6 +10,7 @@ SRC_URI="mirror://gentoo/${PN}-${PDATE}.tar.bz2" LICENSE="viewcvs" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="" RDEPEND=">=app-text/rcs-5.7 |