mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
net-misc/pcmanx-gtk2: make repoman happy (#1139)
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
parent
d577d4755e
commit
aa751d1688
@ -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>
|
||||
|
@ -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="
|
||||
|
@ -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="
|
||||
|
Loading…
x
Reference in New Issue
Block a user