mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
Tie-CharArray: fix repoman issues
This commit is contained in:
parent
e2bad240b2
commit
45e7cd0344
2 changed files with 11 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit perl-module versionator
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Manipulate perl strings through tied array"
|
||||
HOMEPAGE="http://search.cpan.org/~iltzu/"
|
||||
|
|
|
|||
8
dev-perl/Tie-CharArray/metadata.xml
Normal file
8
dev-perl/Tie-CharArray/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="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue