* [gentoo-commits] repo/gentoo:master commit in: app-arch/ipkg-utils/
@ 2016-04-06 4:39 Ian Delaney
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2016-04-06 4:39 UTC (permalink / raw
To: gentoo-commits
commit: 6ed16655ee0d68d009ef5358315515b2778d3f49
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 11:55:19 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 04:39:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed16655
app-arch/ipkg-utils: metadata.xml, update
Add description attribute for user maintainer in metadata.xml
Package-Manager: portage-2.2.28
app-arch/ipkg-utils/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-arch/ipkg-utils/metadata.xml b/app-arch/ipkg-utils/metadata.xml
index bbd0686..4ee7c3d 100644
--- a/app-arch/ipkg-utils/metadata.xml
+++ b/app-arch/ipkg-utils/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="person">
<email>jnrowe@gmail.com</email>
<name>James Rowe</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/ipkg-utils/
@ 2019-04-23 8:51 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-04-23 8:51 UTC (permalink / raw
To: gentoo-commits
commit: a730800dcc2a4b7a08e37ccdd5dfe47a43f43705
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 11:44:18 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:51:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a730800d
app-arch/ipkg-utils: drop old (EAPI5)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../ipkg-utils/ipkg-utils-1.7.050831-r2.ebuild | 63 ----------------------
1 file changed, 63 deletions(-)
diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r2.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r2.ebuild
deleted file mode 100644
index 4833a4dc6cf..00000000000
--- a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils toolchain-funcs versionator
-
-MY_P="${PN}-$(get_version_component_range 3)"
-
-DESCRIPTION="Tools for working with the ipkg binary package format"
-HOMEPAGE="http://www.openembedded.org/"
-SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
-IUSE="minimal"
-
-DEPEND="
- !minimal? (
- app-crypt/gnupg
- net-misc/curl
- )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-tar_call_fixes.patch"
- epatch "${FILESDIR}/${P}-hashlib.patch"
-
- sed '/python setup.py build/d' -i Makefile
-
- if use minimal; then
- elog "ipkg-upload is not installed when the \`minimal' USE flag is set. If you"
- elog "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
- fi
-}
-
-src_compile() {
- distutils-r1_src_compile
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-python_install() {
- distutils-r1_python_install
-
- if use minimal; then
- rm "${ED}usr/bin/ipkg-upload" \
- "${D}$(python_get_scriptdir)/ipkg-upload" || die
- fi
-}
-
-src_install() {
- distutils-r1_src_install
-}
-
-pkg_postinst() {
- elog "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
- elog "that makes it possible to build packages as a normal user."
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/ipkg-utils/
@ 2020-03-20 14:30 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-03-20 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 8aee974047b96744c2e61233d5cca3ee99eb8b9a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 14:27:43 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 14:30:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aee9740
app-arch/ipkg-utils: RedundantLongDescription
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-arch/ipkg-utils/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-arch/ipkg-utils/metadata.xml b/app-arch/ipkg-utils/metadata.xml
index bbd0686ff3f..bc97cc574b1 100644
--- a/app-arch/ipkg-utils/metadata.xml
+++ b/app-arch/ipkg-utils/metadata.xml
@@ -9,7 +9,4 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <longdescription>
- Tools for working with the ipkg format.
- </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-20 14:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 8:51 [gentoo-commits] repo/gentoo:master commit in: app-arch/ipkg-utils/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2020-03-20 14:30 Joonas Niilola
2016-04-06 4:39 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox