From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/karchive/
Date: Mon, 9 Sep 2013 18:52:56 +0000 (UTC) [thread overview]
Message-ID: <1378751588.6b3b70d2673172e6fd911cb2dd80526645ee78fa.kensington@gentoo> (raw)
commit: 6b3b70d2673172e6fd911cb2dd80526645ee78fa
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 18:33:08 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 18:33:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b3b70d2
[kde-frameworks/karchive] New package.
Package-Manager: portage-2.2.1
---
kde-frameworks/karchive/karchive-9999.ebuild | 31 ++++++++++++++++++++++++++++
kde-frameworks/karchive/metadata.xml | 5 +++++
2 files changed, 36 insertions(+)
diff --git a/kde-frameworks/karchive/karchive-9999.ebuild b/kde-frameworks/karchive/karchive-9999.ebuild
new file mode 100644
index 0000000..5ddd3b7
--- /dev/null
+++ b/kde-frameworks/karchive/karchive-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TYPE="tier1"
+inherit kde-frameworks
+
+DESCRIPTION="A common API for various archive formats"
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+IUSE="+bzip2 lzma"
+
+RDEPEND="
+ bzip2? ( app-arch/bzip2 )
+ lzma? ( app-arch/lzma )
+ sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+ test? ( dev-qt/qtnetwork:5 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package bzip2 BZip2)
+ $(cmake-utils_use_find_package lzma LibLZMA)
+ )
+
+ kde-frameworks_src_configure
+}
diff --git a/kde-frameworks/karchive/metadata.xml b/kde-frameworks/karchive/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/karchive/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>
next reply other threads:[~2013-09-09 18:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 18:52 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-16 10:28 [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/karchive/ Michael Palimaka
2013-09-19 17:51 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378751588.6b3b70d2673172e6fd911cb2dd80526645ee78fa.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox