diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-24 08:59:57 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-24 08:59:57 +0000 |
commit | 36a69fc8a5f5e5c859d0ea6990bf83164d74bccd (patch) | |
tree | 7d7d70c36f06b777e734bbbda694a6d5153db0ab /www-apps/gnopaste | |
parent | sci-electronics/ngspice: ADd fix for automake-1.12, #423189 (diff) | |
download | gentoo-2-36a69fc8a5f5e5c859d0ea6990bf83164d74bccd.tar.gz gentoo-2-36a69fc8a5f5e5c859d0ea6990bf83164d74bccd.tar.bz2 gentoo-2-36a69fc8a5f5e5c859d0ea6990bf83164d74bccd.zip |
update to EAPI4 and get rid of depend.php on the way
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/gnopaste')
-rw-r--r-- | www-apps/gnopaste/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/gnopaste/gnopaste-0.5.5.ebuild | 21 |
2 files changed, 14 insertions, 14 deletions
diff --git a/www-apps/gnopaste/ChangeLog b/www-apps/gnopaste/ChangeLog index 33ea96a14b3e..264ca92e2254 100644 --- a/www-apps/gnopaste/ChangeLog +++ b/www-apps/gnopaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gnopaste -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.6 2008/02/23 22:28:20 hollow Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.7 2012/06/24 08:59:57 mabi Exp $ + + 24 Jun 2012; Matti Bickel <mabi@gentoo.org> gnopaste-0.5.5.ebuild: + update to EAPI4 and get rid of depend.php on the way 23 Feb 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml, gnopaste-0.5.5.ebuild: diff --git a/www-apps/gnopaste/gnopaste-0.5.5.ebuild b/www-apps/gnopaste/gnopaste-0.5.5.ebuild index 1653e1eff877..8db381cbb202 100644 --- a/www-apps/gnopaste/gnopaste-0.5.5.ebuild +++ b/www-apps/gnopaste/gnopaste-0.5.5.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v 1.5 2008/02/23 22:28:20 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v 1.6 2012/06/24 08:59:57 mabi Exp $ -inherit webapp depend.php eutils +EAPI=4 + +inherit webapp eutils DESCRIPTION="gnopaste is a nopaste script based on PHP with MySQL" HOMEPAGE="http://gnopaste.sf.net/" @@ -12,20 +14,15 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" +RDEPEND="virtual/httpd-php + dev-lang/php[mysql]" + need_httpd_cgi -need_php_httpd -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { esvn_clean } -pkg_setup() { - require_php_with_use mysql - webapp_pkg_setup -} - src_install() { webapp_src_preinst |