diff options
author | 2014-01-08 06:27:22 +0000 | |
---|---|---|
committer | 2014-01-08 06:27:22 +0000 | |
commit | 20243fdca4574a11a73f820010366430cdcb5520 (patch) | |
tree | 3e167ba197fa477995635eca3362bb1025997936 /net-p2p | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-20243fdca4574a11a73f820010366430cdcb5520.tar.gz gentoo-2-20243fdca4574a11a73f820010366430cdcb5520.tar.bz2 gentoo-2-20243fdca4574a11a73f820010366430cdcb5520.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')
-rw-r--r-- | net-p2p/primecoind/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/primecoind/primecoind-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/primecoind/ChangeLog b/net-p2p/primecoind/ChangeLog index 53cc35a061d8..8c96d470e574 100644 --- a/net-p2p/primecoind/ChangeLog +++ b/net-p2p/primecoind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/primecoind -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/ChangeLog,v 1.1 2013/12/01 15:20:47 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/ChangeLog,v 1.2 2014/01/08 06:27:22 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> primecoind-0.1.2.ebuild: + Inherit the user eclass for enewuser/etc... *primecoind-0.1.2 (01 Dec 2013) @@ -10,4 +13,3 @@ +files/primecoin-sys_leveldb.patch, +files/primecoind.logrotate, +metadata.xml: Initial commit - diff --git a/net-p2p/primecoind/primecoind-0.1.2.ebuild b/net-p2p/primecoind/primecoind-0.1.2.ebuild index f3d07f38b1d3..dc0412455e89 100644 --- a/net-p2p/primecoind/primecoind-0.1.2.ebuild +++ b/net-p2p/primecoind/primecoind-0.1.2.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/primecoind/primecoind-0.1.2.ebuild,v 1.1 2013/12/01 15:20:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2.ebuild,v 1.2 2014/01/08 06:27:22 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="primecoin" |