diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-calculators/keurocalc | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-calculators/keurocalc')
-rw-r--r-- | sci-calculators/keurocalc/Manifest | 1 | ||||
-rw-r--r-- | sci-calculators/keurocalc/keurocalc-1.2.3.ebuild | 32 | ||||
-rw-r--r-- | sci-calculators/keurocalc/metadata.xml | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sci-calculators/keurocalc/Manifest b/sci-calculators/keurocalc/Manifest new file mode 100644 index 000000000000..432cb7c93f0a --- /dev/null +++ b/sci-calculators/keurocalc/Manifest @@ -0,0 +1 @@ +DIST keurocalc-1.2.3.tgz 1809685 SHA256 f6e33fcce3b8670b00c021ee3b2b3ecd5a6f1e7422af28b19a8c18a1cd10ec88 SHA512 5b87fd1b3c53c9aa226cae5a7ad2dfe223bf6d557ea5dd4ade4dea884bb9ca03a89e642e66ae5a906d29116d58be1d7e999d271a9122355b8ac265ff33b991d6 WHIRLPOOL 7c4765ec9d98fd8f9776fde6902ecc4fd22b4838b4e4c9b58e30cba8602e87cc651294d6b818d4b12e674cb766dd04e6aa202056ffff159e647b994eb33d832e diff --git a/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild new file mode 100644 index 000000000000..171f2abf72b5 --- /dev/null +++ b/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it +ja ko nb nds nl pl pt pt_BR ru sk sl sr sr@Latn sv tr ug uk zh_TW" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A universal currency converter and calculator" +HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html" +SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz" + +LICENSE="GPL-2+ FDL-1.2" +SLOT="4" +KEYWORDS="amd64 x86" +IUSE="debug" + +DOCS=( AUTHORS TODO ) + +src_prepare() { + # bug 500560 + sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die + + # bug 518070 + sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \ + -i CMakeLists.txt || die + + kde4-base_src_prepare +} diff --git a/sci-calculators/keurocalc/metadata.xml b/sci-calculators/keurocalc/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/sci-calculators/keurocalc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |