net-misc/pcmanx-gtk2: make repoman happy (#1139)

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
梁永祥 2021-08-04 23:29:31 +08:00 committed by GitHub
parent d577d4755e
commit aa751d1688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View File

@ -2,4 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="proxy">proxy server support</flag>
<flag name="iplookup">IP location lookup, Useful to China locations</flag>
<flag name="wget">use wget to download files</flag>
</use>
</pkgmetadata>

View File

@ -5,11 +5,11 @@ EAPI=7
inherit autotools eutils flag-o-matic multilib
DESCRIPTION="PCMan is an easy-to-use telnet client mainly targets BBS users formerly writen by gtk2"
DESCRIPTION="PCMan is a gtk+ based free BBS client"
HOMEPAGE="https://github.com/pcman-bbs/pcmanx"
SRC_URI="https://github.com/pcman-bbs/pcmanx/releases/download/${PV}/${P}.tar.xz"
KEYWORDS=""
KEYWORDS="~amd64"
SLOT="0"
LICENSE="GPL-2"
IUSE="+libnotify +proxy iplookup +wget"
@ -18,7 +18,7 @@ RESTRICT="mirror"
COMMON_DEPEND="
libnotify? ( x11-libs/libnotify )
x11-libs/libXft
>=x11-libs/gtk+-2.4
>=x11-libs/gtk+-2.4:*
"
RDEPEND="

View File

@ -5,7 +5,7 @@ EAPI=7
inherit autotools flag-o-matic git-r3
DESCRIPTION="PCMan is an easy-to-use telnet client mainly targets BBS users formerly writen by gtk2"
DESCRIPTION="PCMan is a gtk+ based free BBS client"
HOMEPAGE="https://github.com/pcman-bbs/pcmanx"
EGIT_REPO_URI="${HOMEPAGE}.git"
@ -17,7 +17,7 @@ IUSE="+libnotify +proxy iplookup +wget"
COMMON_DEPEND="
libnotify? ( x11-libs/libnotify )
x11-libs/libXft
>=x11-libs/gtk+-2.4
>=x11-libs/gtk+-2.4:*
"
RDEPEND="