diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-10-15 13:29:47 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-10-15 13:29:47 +0000 |
commit | ca6a29b730817ad33aff61593723b5cc9bcd2da2 (patch) | |
tree | 0108b6b642ffc631e05137d99d2d5af5e205c523 /kde-frameworks/kplotting | |
parent | Fix Module::Build version requirement (diff) | |
download | gentoo-2-ca6a29b730817ad33aff61593723b5cc9bcd2da2.tar.gz gentoo-2-ca6a29b730817ad33aff61593723b5cc9bcd2da2.tar.bz2 gentoo-2-ca6a29b730817ad33aff61593723b5cc9bcd2da2.zip |
Import from KDE overlay.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/ChangeLog | 9 | ||||
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 3 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.3.0.ebuild | 19 | ||||
-rw-r--r-- | kde-frameworks/kplotting/metadata.xml | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/ChangeLog b/kde-frameworks/kplotting/ChangeLog new file mode 100644 index 000000000000..d89df28db511 --- /dev/null +++ b/kde-frameworks/kplotting/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for kde-frameworks/kplotting +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kplotting/ChangeLog,v 1.1 2014/10/15 13:29:46 kensington Exp $ + +*kplotting-5.3.0 (15 Oct 2014) + + 15 Oct 2014; Michael Palimaka <kensington@gentoo.org> +kplotting-5.3.0.ebuild, + +metadata.xml: + Import from KDE overlay. diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 000000000000..533ebe1a5040 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1,3 @@ +DIST kplotting-5.3.0.tar.xz 29184 SHA256 ec199ad03afc3c58d853925599996d6fc4494176cbf17fc7e53d52d947482665 SHA512 db34bfd0c7f39f217048f97c295c53dd9f9b06fb7133d9b912b8f8b3d3f4f3c59e12dfb335607d85ad955c698d178d77ead702c9a2103a472744d6a25c772e53 WHIRLPOOL d4fc9cde47be38b641647b84f1daf517f67401dc43c68b8c0e0544e9b592123f17b0494756386aaed341a0cacaf146614d00e39d4dcb0576c3169c5355df5b1a +EBUILD kplotting-5.3.0.ebuild 345 SHA256 0dc17e3830788026faa0b893663d4164dcfdbd42ebcc3c6bf78bff053241336a SHA512 6cbde49b4a4bd8b2fdd18e65eba5ef14336ad57b539302449d57c320e51dfcd58801ee9e6e30c5813b471479b3727476071cd483c0ba221b3fb828e417b850ae WHIRLPOOL 8077eae908c695c1cb57c5127fff28aff953c629962cf014b914601f309fd58afaa129f73a6e8ab23d7b29b35d3139c3ca2d7835b51f1a216a5caf1e85957b07 +MISC metadata.xml 157 SHA256 01f6fa4357ce08e8b0f7900a51fa78c7f060fefc7c7da98acaec1e283dd59892 SHA512 657d6b0a31ceb7ac10bedfd5cbd634d4ff47938bd2f321203f0233e53686f7e0fd460e81f82793804895c7e97cfa472c1ca44b93314574262ee8cc5745a3efd0 WHIRLPOOL 785331909f1834cdd5d797ad484ea0e35c3e44c79a8a7517a6fb5de926acd181abd57910c8d960fb2e11ea38ddea336bca309af16fcc2df68fe4b602bca120b3 diff --git a/kde-frameworks/kplotting/kplotting-5.3.0.ebuild b/kde-frameworks/kplotting/kplotting-5.3.0.ebuild new file mode 100644 index 000000000000..ee45eab236ae --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.3.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kplotting/kplotting-5.3.0.ebuild,v 1.1 2014/10/15 13:29:46 kensington Exp $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS=" ~amd64" +IUSE="" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kplotting/metadata.xml b/kde-frameworks/kplotting/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-frameworks/kplotting/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> |