mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 15:58:56 -04:00
dev-libs/lunar-date: fix license, make pkgcheck happy
This commit is contained in:
parent
fffc925ed3
commit
f28a69eaa3
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -9,11 +9,13 @@ DESCRIPTION="Chinese Lunar Library"
|
||||
HOMEPAGE="https://github.com/yetist/lunar-date"
|
||||
SRC_URI="https://github.com/yetist/lunar-date/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="+dbus doc introspection test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/pygobject-2.11.5"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
@ -22,8 +24,7 @@ DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.35
|
||||
doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
>=app-text/gnome-doc-utils-0.3.2"
|
||||
introspection? ( dev-libs/gobject-introspection )"
|
||||
|
||||
DOCS="AUTHORS COPYING NEWS README.md"
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
<email>yetist@gmail.com</email>
|
||||
<description>maintaining in gentoo china overlay</description>
|
||||
</maintainer>
|
||||
<longdescription>Chinese Lunar Library</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">yetist/lunar-date</remote-id>
|
||||
</upstream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user