diff options
author | 2016-05-30 11:20:44 +0000 | |
---|---|---|
committer | 2016-05-30 11:21:02 +0000 | |
commit | 72b34d633d324737c76d85dbee129e59ad91ff12 (patch) | |
tree | b94421754eb26a93fd3022f802c7c05df64c840f /app-misc/mencal/mencal-3.0.ebuild | |
parent | profiles: remove wayland mask from hppa profile (diff) | |
download | gentoo-72b34d633d324737c76d85dbee129e59ad91ff12.tar.gz gentoo-72b34d633d324737c76d85dbee129e59ad91ff12.tar.bz2 gentoo-72b34d633d324737c76d85dbee129e59ad91ff12.zip |
app-misc/mencal: Version bump. EAPI 6 bump.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-misc/mencal/mencal-3.0.ebuild')
-rw-r--r-- | app-misc/mencal/mencal-3.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/mencal/mencal-3.0.ebuild b/app-misc/mencal/mencal-3.0.ebuild new file mode 100644 index 000000000000..52d342cd092f --- /dev/null +++ b/app-misc/mencal/mencal-3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Calendar to track menstruation cycles" +HOMEPAGE="http://www.kyberdigi.cz/projects/mencal/english.html" +SRC_URI="http://www.kyberdigi.cz/projects/mencal/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" + +src_install() { + dobin "${PN}" + dodoc README +} |