Skip to content

Commit

Permalink
acct-{group,users}/quagga: add packages to our overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurp committed Aug 31, 2023
1 parent b6a9d66 commit 97b2203
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions acct-group/quagga/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>
8 changes: 8 additions & 0 deletions acct-group/quagga/quagga-0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-group

ACCT_GROUP_ID=424
5 changes: 5 additions & 0 deletions acct-user/quagga/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>
11 changes: 11 additions & 0 deletions acct-user/quagga/quagga-0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

ACCT_USER_ID=424
ACCT_USER_GROUPS=( quagga )

acct-user_add_deps
5 changes: 5 additions & 0 deletions profiles/package.unmask
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ dev-python/ipaddress

# required for apache-airflow
dev-python/flask-wtf

# they've been masked and are about to be retired
# https://github.com/gentoo/gentoo/blob/79d83cec69d93b015fb7c725cc74b4cf63bbab6e/profiles/package.mask#L211
acct-group/quagga
acct-user/quagga

0 comments on commit 97b2203

Please sign in to comment.