diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-27 05:30:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-27 05:30:11 +0000 |
commit | e6cba1da42b6a4f72e21a2c2a9b31a87da0255c3 (patch) | |
tree | b5a8ec13bf77adad355a72b6e94ccfb882f111d2 /sci-chemistry | |
parent | Mask sci-chemistry/webmo - Only available version upstream isn't in the tree (diff) | |
download | gentoo-2-e6cba1da42b6a4f72e21a2c2a9b31a87da0255c3.tar.gz gentoo-2-e6cba1da42b6a4f72e21a2c2a9b31a87da0255c3.tar.bz2 gentoo-2-e6cba1da42b6a4f72e21a2c2a9b31a87da0255c3.zip |
Added fetch restriction and dropped keywords
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/webmo/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/webmo/webmo-6.1.010.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/webmo/webmo-7.0.003.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/webmo/webmo-8.0.010.ebuild | 6 |
4 files changed, 15 insertions, 7 deletions
diff --git a/sci-chemistry/webmo/ChangeLog b/sci-chemistry/webmo/ChangeLog index edbb05a264e8..f858d9a3922d 100644 --- a/sci-chemistry/webmo/ChangeLog +++ b/sci-chemistry/webmo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/webmo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.18 2011/06/25 18:13:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.19 2011/06/27 05:30:11 jlec Exp $ + + 27 Jun 2011; Justin Lecher <jlec@gentoo.org> webmo-6.1.010.ebuild, + webmo-7.0.003.ebuild, webmo-8.0.010.ebuild: + Added fetch restriction and dropped keywords 25 Jun 2011; Justin Lecher <jlec@gentoo.org> webmo-6.1.010.ebuild, webmo-7.0.003.ebuild, webmo-8.0.010.ebuild, metadata.xml: diff --git a/sci-chemistry/webmo/webmo-6.1.010.ebuild b/sci-chemistry/webmo/webmo-6.1.010.ebuild index 3dfcbf9fdb0b..ef1574a9ae14 100644 --- a/sci-chemistry/webmo/webmo-6.1.010.ebuild +++ b/sci-chemistry/webmo/webmo-6.1.010.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v 1.6 2011/06/25 18:13:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v 1.7 2011/06/27 05:30:11 jlec Exp $ inherit eutils webapp depend.apache @@ -12,7 +12,7 @@ SRC_URI="${MY_SRC_P}.tar.gz" LICENSE="WebMO" SLOT="${PVR}" -KEYWORDS="~x86" +KEYWORDS="" IUSE="" DEPEND="dev-lang/perl" diff --git a/sci-chemistry/webmo/webmo-7.0.003.ebuild b/sci-chemistry/webmo/webmo-7.0.003.ebuild index e8fe8ee96061..df32acbe36de 100644 --- a/sci-chemistry/webmo/webmo-7.0.003.ebuild +++ b/sci-chemistry/webmo/webmo-7.0.003.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v 1.5 2011/06/25 18:13:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v 1.6 2011/06/27 05:30:11 jlec Exp $ inherit eutils webapp depend.apache @@ -12,13 +12,15 @@ SRC_URI="${MY_SRC_P}.tar.gz" LICENSE="WebMO" SLOT="${PVR}" -KEYWORDS="~x86" +KEYWORDS="" IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" need_apache2 +RESTRICT="fetch" + S="${WORKDIR}/${MY_SRC_PN}.install" pkg_setup() { diff --git a/sci-chemistry/webmo/webmo-8.0.010.ebuild b/sci-chemistry/webmo/webmo-8.0.010.ebuild index ca51eab65e0c..e234defad32a 100644 --- a/sci-chemistry/webmo/webmo-8.0.010.ebuild +++ b/sci-chemistry/webmo/webmo-8.0.010.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v 1.4 2011/06/25 18:13:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v 1.5 2011/06/27 05:30:11 jlec Exp $ inherit eutils webapp depend.apache @@ -12,13 +12,15 @@ SRC_URI="${MY_SRC_P}.tar.gz" LICENSE="WebMO" SLOT="${PVR}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" need_apache2 +RESTRICT="fetch" + S="${WORKDIR}/${MY_SRC_PN}.install" pkg_setup() { |