From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/
Date: Sat, 20 Feb 2016 13:55:28 +0000 (UTC) [thread overview]
Message-ID: <1455976385.6ba9af0057877851b95927101d4dfd905bf43e59.pacho@gentoo> (raw)
commit: 6ba9af0057877851b95927101d4dfd905bf43e59
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 13:28:19 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 13:53:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba9af00
dev-libs/libgit2-glib: Drop old
Package-Manager: portage-2.2.27
dev-libs/libgit2-glib/Manifest | 1 -
dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild | 48 ------------------------
2 files changed, 49 deletions(-)
diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest
index 1c34b02..d51c6d7 100644
--- a/dev-libs/libgit2-glib/Manifest
+++ b/dev-libs/libgit2-glib/Manifest
@@ -1,3 +1,2 @@
DIST libgit2-glib-0.22.8.tar.xz 429300 SHA256 05c9453b195f1af0df2a5d8bc71472c9fb26d14bb8fbb5b688ad1b8ef7a30959 SHA512 caa0076127cd846b31bc9d341ecb0a07b0a4e960b16387b241f1e322627d304636bf59c34a657675444a7a5be66ab645416be0be14cc0e841078f5ce2ac7c9fd WHIRLPOOL 831b57d9da81c5fb3e5ad06a6e7080b1570e2b215eb193a3704cb4b7caa2e361c3290e0b15ab3d27ecc4402756e9d1cd4e8db0da0ea4cd119eafefe32a987213
-DIST libgit2-glib-0.23.6.tar.xz 448916 SHA256 5c8d6b5cb81ab64b96cb0c52ef37463b6d8998a40ce77a08eda9db66fb781144 SHA512 463bc92cd27fdcb6cce0f9f5232a3288b40059fe0ed525b1969cbb7380f76f5bd666e0fdc160b02ef5a4987feb96064b9a3b04682e5b54dbfaa70f5372bfe6f6 WHIRLPOOL f311a5f772008707cb11869bb9960dc355d40c6781457a5efbb554929e769c019a22a741d83eb96dc80f81a004aae4714aa9c0ffd1af794b4ed0cd7ae1c6c9e1
DIST libgit2-glib-0.23.8.tar.xz 449096 SHA256 50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b SHA512 19624d7d83aef35e2d98002d75ce5dcc0fa2067ea29972b8f221758ae33c635150e46e511d748b7f4ca90de1ffdb3d5f20b22fd7b2f243ef9529295a4275dde9 WHIRLPOOL 4d630e143a50cd1bd7baa09cc8887bb144a03f71e739c924ae1c57cb1898e1666cff6be868bf2b4489cd009ec6e2fa52b4440a26d49168debaf27cdf133a44f7
diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild
deleted file mode 100644
index d5f0661..0000000
--- a/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.22"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 python-r1 vala
-
-DESCRIPTION="Git library for GLib"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python ssh +vala"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- >=dev-libs/libgit2-0.23.0:=
- >=dev-libs/glib-2.44.0:2
- >=dev-libs/gobject-introspection-0.10.1:=
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}] )
- ssh? ( dev-libs/libgit2[ssh] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.11
- virtual/pkgconfig
- vala? ( $(vala_depend) )
-"
-
-src_prepare() {
- use vala && vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable python) \
- $(use_enable ssh) \
- $(use_enable vala)
-}
next reply other threads:[~2016-02-20 13:55 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 13:55 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-21 9:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/ Ionen Wolkens
2023-09-03 14:01 Matt Turner
2022-12-04 19:42 Matt Turner
2022-10-30 1:50 Matt Turner
2022-07-19 7:43 Michał Górny
2022-02-10 10:45 Jakov Smolić
2022-02-10 10:45 Jakov Smolić
2022-01-13 2:00 Georgy Yakovlev
2022-01-04 22:36 Georgy Yakovlev
2021-12-23 17:45 Matt Turner
2020-12-16 13:19 Michał Górny
2020-12-16 13:19 Michał Górny
2020-09-18 9:38 Michał Górny
2020-04-26 16:53 Michał Górny
2020-01-26 18:02 Mart Raudsepp
2019-08-19 4:29 Michał Górny
2019-08-18 21:51 Agostino Sarubbo
2019-08-16 22:38 Thomas Deutschmann
2019-08-15 6:29 Michał Górny
2019-07-31 11:03 Agostino Sarubbo
2019-06-08 8:00 Michał Górny
2019-05-26 11:37 Mikle Kolyada
2019-04-24 6:50 Michał Górny
2019-04-10 15:07 Michał Górny
2019-02-15 12:32 Michał Górny
2019-02-13 14:28 Michał Górny
2018-11-04 8:33 Michał Górny
2018-10-26 8:38 Michał Górny
2018-10-03 8:55 Michał Górny
2018-02-19 20:03 Mart Raudsepp
2018-02-06 18:36 Thomas Deutschmann
2018-01-26 15:03 Mikle Kolyada
2018-01-02 6:19 Michał Górny
2017-12-02 9:36 Michał Górny
2017-08-24 22:47 Gilles Dartiguelongue
2017-08-24 7:09 Michał Górny
2017-08-22 12:59 Mart Raudsepp
2017-08-22 12:59 Mart Raudsepp
2017-08-13 17:03 Gilles Dartiguelongue
2017-08-13 17:03 Gilles Dartiguelongue
2017-05-05 14:51 Manuel Rüger
2017-04-18 10:56 Mart Raudsepp
2016-11-20 14:01 Manuel Rüger
2016-09-09 22:55 Gilles Dartiguelongue
2016-09-05 22:37 Gilles Dartiguelongue
2016-04-05 4:35 Alexandre Rostovtsev
2016-03-06 16:43 Mikle Kolyada
2016-03-06 3:33 Alexandre Rostovtsev
2016-03-06 3:33 Alexandre Rostovtsev
2016-02-20 13:55 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
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=1455976385.6ba9af0057877851b95927101d4dfd905bf43e59.pacho@gentoo \
--to=pacho@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