From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-misc/mencal/Manifest | 1 + app-misc/mencal/mencal-2.3.ebuild | 19 +++++++++++++++++++ app-misc/mencal/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 app-misc/mencal/Manifest create mode 100644 app-misc/mencal/mencal-2.3.ebuild create mode 100644 app-misc/mencal/metadata.xml (limited to 'app-misc/mencal') diff --git a/app-misc/mencal/Manifest b/app-misc/mencal/Manifest new file mode 100644 index 000000000000..e8af5a3c16bc --- /dev/null +++ b/app-misc/mencal/Manifest @@ -0,0 +1 @@ +DIST mencal-2.3.tar.gz 19169 SHA256 cdab443a349572b811cfde7b194ad9ccb56989942b358d43b1a81047fa1a0f44 SHA512 1c65015aa62ad1572d0d2f49a40e5fd02762a82c729bcd09657087d9e20b0d7ad1a5d6bc9729f522cf35f0752193bf70614e4cf7ed06c5940b0c7dd4f2746ea4 WHIRLPOOL e9c27cb03a848b6e6478cf2b67e40e57084ad4a420a7e462f33df2b1d73bb89c8236f8dff0fa3fc5c85c423260969bccb6bd12cdeeaded3d700c32c25476ae3c diff --git a/app-misc/mencal/mencal-2.3.ebuild b/app-misc/mencal/mencal-2.3.ebuild new file mode 100644 index 000000000000..818fbf7c223f --- /dev/null +++ b/app-misc/mencal/mencal-2.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A calendar that can be used to track menstruation (or other) cycles conveniently" +HOMEPAGE="http://www.kyberdigi.cz/projects/mencal/english.html" +SRC_URI="http://www.kyberdigi.cz/projects/mencal/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc sparc ~mips alpha ~hppa amd64 ia64 ~ppc64" +IUSE="" + +DEPEND="dev-lang/perl" + +src_install() { + dobin mencal + dodoc README +} diff --git a/app-misc/mencal/metadata.xml b/app-misc/mencal/metadata.xml new file mode 100644 index 000000000000..59e2b8f78cb5 --- /dev/null +++ b/app-misc/mencal/metadata.xml @@ -0,0 +1,8 @@ + + + + + maintainer-needed@gentoo.org + Default assignee for orphaned packages + + -- cgit v1.2.3-65-gdbad