summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:27:32 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:27:32 +0000
commitbc0acf7d9a57e90331323e9879b421db358c4c8c (patch)
tree35cf65776a0e6e5fa8995067cf3aae066967b441 /net-p2p/ppcoind
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-bc0acf7d9a57e90331323e9879b421db358c4c8c.tar.gz
gentoo-2-bc0acf7d9a57e90331323e9879b421db358c4c8c.tar.bz2
gentoo-2-bc0acf7d9a57e90331323e9879b421db358c4c8c.zip
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-p2p/ppcoind')
-rw-r--r--net-p2p/ppcoind/ChangeLog8
-rw-r--r--net-p2p/ppcoind/ppcoind-0.3.0.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/ppcoind/ChangeLog b/net-p2p/ppcoind/ChangeLog
index cdab404cd92c..04eaa0df8c4d 100644
--- a/net-p2p/ppcoind/ChangeLog
+++ b/net-p2p/ppcoind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/ppcoind
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/ChangeLog,v 1.1 2013/12/01 15:14:28 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/ChangeLog,v 1.2 2014/01/08 06:27:32 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> ppcoind-0.3.0.ebuild:
+ Inherit the user eclass for enewuser/etc...
*ppcoind-0.3.0 (01 Dec 2013)
@@ -8,4 +11,3 @@
+files/ppcoin.conf, +files/ppcoin.confd, +files/ppcoin.initd,
+files/ppcoin.service, +files/ppcoind.logrotate, +metadata.xml:
Initial commit
-
diff --git a/net-p2p/ppcoind/ppcoind-0.3.0.ebuild b/net-p2p/ppcoind/ppcoind-0.3.0.ebuild
index 20aa365e4c6c..52f92bb9c65d 100644
--- a/net-p2p/ppcoind/ppcoind-0.3.0.ebuild
+++ b/net-p2p/ppcoind/ppcoind-0.3.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/ppcoind-0.3.0.ebuild,v 1.1 2013/12/01 15:14:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/ppcoind-0.3.0.ebuild,v 1.2 2014/01/08 06:27:32 vapier Exp $
EAPI=5
DB_VER="4.8"
-inherit bash-completion-r1 db-use eutils systemd
+inherit bash-completion-r1 db-use eutils systemd user
MyPV="${PV/_/-}"
MyPN="ppcoin"