dev-libs/lunar-date: fix license, make pkgcheck happy

This commit is contained in:
blackteahamburger 2024-08-17 21:58:15 +08:00 committed by 梁永祥
parent fffc925ed3
commit f28a69eaa3
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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>