public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/
@ 2016-03-31 18:40 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-03-31 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1151cf61000a1b9e84960bc7ec7b1c1fc4528f69
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 17:27:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 18:39:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1151cf61

dev-libs/libphutil: new package

Package-Manager: portage-2.2.28

 dev-libs/libphutil/libphutil-9999.ebuild | 23 +++++++++++++++++++++++
 dev-libs/libphutil/metadata.xml          | 11 +++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
new file mode 100644
index 0000000..a806306
--- /dev/null
+++ b/dev-libs/libphutil/libphutil-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="A collection of PHP utility classes"
+HOMEPAGE="https://github.com/phacility/libphutil"
+EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-lang/php"
+
+src_install() {
+	dodir /opt/${PN}
+	cp -a "${S}"/* "${D}/opt/${PN}"
+}

diff --git a/dev-libs/libphutil/metadata.xml b/dev-libs/libphutil/metadata.xml
new file mode 100644
index 0000000..c3f38d4
--- /dev/null
+++ b/dev-libs/libphutil/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">phacility/libphutil</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/
@ 2018-06-10 16:06 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2018-06-10 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ad5f149589ea6e653335a03e02106c97a7a2c1a9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:02:15 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:02:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad5f1495

dev-libs/libphutil: EAPI 7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libphutil/libphutil-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
index 6fa5f28110..1e31fd4047 100644
--- a/dev-libs/libphutil/libphutil-9999.ebuild
+++ b/dev-libs/libphutil/libphutil-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3
 
@@ -18,5 +18,5 @@ RDEPEND="dev-lang/php"
 
 src_install() {
 	dodir /opt/${PN}
-	cp -a "${S}"/* "${D}/opt/${PN}"
+	cp -a "${S}"/* "${D}/opt/${PN}" || die
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/
@ 2024-03-03 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b5be1a853b89cd83dc0ae6273499bc0a1b4d9e29
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 13:38:47 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 13:55:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5be1a85

dev-libs/libphutil: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libphutil/libphutil-9999.ebuild | 22 ----------------------
 dev-libs/libphutil/metadata.xml          | 11 -----------
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
deleted file mode 100644
index b2f1f0b0c0..0000000000
--- a/dev-libs/libphutil/libphutil-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3
-
-DESCRIPTION="A collection of PHP utility classes"
-HOMEPAGE="https://github.com/phacility/libphutil"
-EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-lang/php"
-
-src_install() {
-	dodir /opt/${PN}
-	cp -a "${S}"/* "${D}/opt/${PN}" || die
-}

diff --git a/dev-libs/libphutil/metadata.xml b/dev-libs/libphutil/metadata.xml
deleted file mode 100644
index 1e84399757..0000000000
--- a/dev-libs/libphutil/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">phacility/libphutil</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-03 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 16:06 [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 13:56 Andreas Sturmlechner
2016-03-31 18:40 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox