public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice-glue/
Date: Wed, 13 Mar 2024 14:17:15 +0000 (UTC)	[thread overview]
Message-ID: <1710339366.ef149dd8b4f15eec5824d43b6fc1e8cb1e266307.matthew@gentoo> (raw)

commit:     ef149dd8b4f15eec5824d43b6fc1e8cb1e266307
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 13:51:44 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 14:16:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef149dd8

app-pda/libimobiledevice-glue: new package, add 1.1.0

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-pda/libimobiledevice-glue/Manifest              |  1 +
 .../libimobiledevice-glue-1.1.0.ebuild              | 21 +++++++++++++++++++++
 app-pda/libimobiledevice-glue/metadata.xml          | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/app-pda/libimobiledevice-glue/Manifest b/app-pda/libimobiledevice-glue/Manifest
new file mode 100644
index 000000000000..309afdf12745
--- /dev/null
+++ b/app-pda/libimobiledevice-glue/Manifest
@@ -0,0 +1 @@
+DIST libimobiledevice-glue-1.1.0.tar.bz2 324600 BLAKE2B 3fcd92de24884d73b83767ace135246c45b60b1221a9937b7d8d4e42f4ccc2105e1f88854682bcef3002af22913df76f61a40d0bece20a354def1b54e260d242 SHA512 5d3522f764bd33a847ec1773d6493a2671965f2432b569d7e2c98746dca7440188823e46a405893d936f725c6bc522bd273b16234e8780cf87b602fc395bdf75

diff --git a/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.1.0.ebuild b/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.1.0.ebuild
new file mode 100644
index 000000000000..3603c10d4f10
--- /dev/null
+++ b/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Support library for libimobiledevice projects"
+HOMEPAGE="https://github.com/libimobiledevice/libimobiledevice-glue"
+SRC_URI="https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0/0.1.0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=app-pda/libplist-2.3:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}

diff --git a/app-pda/libimobiledevice-glue/metadata.xml b/app-pda/libimobiledevice-glue/metadata.xml
new file mode 100644
index 000000000000..4f1857e5d278
--- /dev/null
+++ b/app-pda/libimobiledevice-glue/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>matthew@gentoo.org</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">libimobiledevice/libimobiledevice-glue</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2024-03-13 14:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 14:17 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13 15:05 [gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice-glue/ Arthur Zamarin
2024-03-13 15:05 Arthur Zamarin
2024-03-13 19:38 Arthur Zamarin
2024-03-14  2:50 Yixun Lan
2024-03-21 17:00 Arthur Zamarin
2024-04-04 16:23 Arthur Zamarin
2024-04-04 16:23 Arthur Zamarin
2024-05-28 22:28 Ionen Wolkens
2024-06-20 17:57 Arthur Zamarin
2024-07-15  4:35 Sam James
2024-09-08  8:00 Petr Vaněk
2024-10-07  3:27 Eli Schwartz
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-30 14:41 Sam James
2024-12-22  9:58 Petr Vaněk
2025-03-10  2:18 Sam James
2025-03-10  2:18 Sam James

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=1710339366.ef149dd8b4f15eec5824d43b6fc1e8cb1e266307.matthew@gentoo \
    --to=matthew@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