commit:     ecb6532d0d5e091a384821d900b2139bd413007c
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 02:48:59 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 02:59:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoostats.git/commit/?id=ecb6532d

www-apps/gentoostats: update EAPI, inherits, URI, cleanup

- Upgrade to EAPI 6
- Upgrade to git-r3
- Update the repo URI
- Install extra docs

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 overlay/www-apps/gentoostats/Manifest               |  2 +-
 .../www-apps/gentoostats/gentoostats-9999.ebuild    | 21 +++++++--------------
 2 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/overlay/www-apps/gentoostats/Manifest 
b/overlay/www-apps/gentoostats/Manifest
index abecd70..0cc15a2 100644
--- a/overlay/www-apps/gentoostats/Manifest
+++ b/overlay/www-apps/gentoostats/Manifest
@@ -1 +1 @@
-EBUILD gentoostats-9999.ebuild 652 RMD160 
98b25427a8c1a373d316066f0f0823fecaa8a1fa SHA1 
a108e4be85deb9b58d01605dd65d39cf5fc5948e SHA256 
c50afa5cf501e0c96da41792ef0b7e99c0dbed9245ce13b86fdf44bc9f71aeb4
+EBUILD gentoostats-9999.ebuild 566 SHA256 
a74915214d1e48d302886593b9313591707b29a935f38c43b158dff4dd5b860d SHA512 
e1ffd2b5a148caff92c6a3ebbc629a6afba1db5ba4d38bb1fbd20b74d69c2e18de9eefb792c63bc59a5b8f5d1c51d28029c68e3df8a9995070505dc8eac0d30b
 WHIRLPOOL 
8bfcfed20eed157a2600136cf4aa73de9ce37420221e89f8308329bebc7ffe1ed76f5b461c7b9907dcdbeb562595805d7b564ef84b259a7b6556b4996ee7e7cf

diff --git a/overlay/www-apps/gentoostats/gentoostats-9999.ebuild 
b/overlay/www-apps/gentoostats/gentoostats-9999.ebuild
index 9c25eef..0a67437 100644
--- a/overlay/www-apps/gentoostats/gentoostats-9999.ebuild
+++ b/overlay/www-apps/gentoostats/gentoostats-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-EAPI=4
+EAPI=6
 
-inherit webapp git-2
+inherit webapp git-r3
 
 DESCRIPTION="Package statistics server"
 HOMEPAGE="https://soc.dev.gentoo.org/gentoostats/";
 SRC_URI=""
 
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoostats.git"
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoostats.git"
 
 LICENSE="GPL-3"
 KEYWORDS=""
@@ -22,19 +22,12 @@ RDEPEND="${DEPEND}
        dev-python/mysql-python
        dev-python/matplotlib"
 
-pkg_setup() {
-       webapp_pkg_setup
-}
-
 src_install() {
        webapp_src_preinst
-       pushd "server"
+       dodoc docs/server.txt
+       pushd "server" &>/dev/null || die
 
        insinto "${MY_HTDOCSDIR}"
        doins -r .
        webapp_src_install
 }
-
-pkg_postinst() {
-       webapp_pkg_postinst
-}

Reply via email to