mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
dev-db/neo4j-community: fix repoman (glep 81, dependency.bad)
This commit is contained in:
parent
4be0ba1921
commit
51b9a7f7ff
2 changed files with 17 additions and 0 deletions
8
acct-group/neo4j/metadata.xml
Normal file
8
acct-group/neo4j/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
9
acct-group/neo4j/neo4j-0.ebuild
Normal file
9
acct-group/neo4j/neo4j-0.ebuild
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-group
|
||||
|
||||
DESCRIPTION="Group for neo4j-community"
|
||||
ACCT_GROUP_ID="-1"
|
||||
Loading…
Reference in a new issue