From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/libmatekbd/
Date: Sat, 27 May 2017 08:47:02 +0000 (UTC) [thread overview]
Message-ID: <1495873887.3f8df81d7d575686a3b2c6bde6763f47cc43375b.mudler@gentoo> (raw)
commit: 3f8df81d7d575686a3b2c6bde6763f47cc43375b
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 08:31:27 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sat May 27 08:31:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3f8df81d
mate-base/libmatekbd: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
mate-base/libmatekbd/Manifest | 1 -
mate-base/libmatekbd/libmatekbd-1.18.0.ebuild | 42 ---------------------------
2 files changed, 43 deletions(-)
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest
index d133f8c..5e310fc 100644
--- a/mate-base/libmatekbd/Manifest
+++ b/mate-base/libmatekbd/Manifest
@@ -1,5 +1,4 @@
DIST libmatekbd-1.12.1.tar.xz 349492 SHA256 58a0494fb23fd0ab47836aa35b3e5068e1d5ec63df0185a08ef8c2767bb64ea2 SHA512 ef07e7b7ff35a17465eb427aafef4c0679ccecf0d96989a66eaf337791dd62d5e85ec72f2c58de5b09e7065eac6df16afb401975fcd727e924e8d3b34b19c0aa WHIRLPOOL b939cc61d6309b94f543397570a62d49f4b392542166d97860e3d769bf35986b3fd131955b89bed46aef71bf2c5b5f9e498c9d19f03b85bc50bb37bd761809fe
DIST libmatekbd-1.14.1.tar.xz 367296 SHA256 2fba3796d138fff901057345a36947392a0fbb5b46a4d5053d3c033b1aadc9d5 SHA512 22e927f7db6c84e57b4bca823513220b305ba8989dabc5af2451be29d35bdc52f12f78dc19b69eb5dd11654cc75647b5ee67f6306162e781920aa58288c25b4c WHIRLPOOL 7d504315c804d06428f695ffb610c466a831c790bc7f5ed36803291d8d336645f12734ac7140772e9bf00cdace67e6347164be6fcf55e748f909910c2e6d6915
DIST libmatekbd-1.16.0.tar.xz 365412 SHA256 7834c3d70892851bf5346e6b344662b5f8dc79a0f4a7cacbff5eac3bbfd26e9a SHA512 5ced3277e8f9a87407948d2d36fa7aea5a3eb6f2510c29cb53b430cdd202a36e38e48e82177b63bd8ccac6b0f317590ba99645c525b4c0d38b6b80633f62d96e WHIRLPOOL da02139d9e6e0cf53a5b91eef629f351d163e5f999f2f45361097bf9b200074169164d32f0fd31861e1091a2b9635439a2228d17786a63412745c70a19336e9b
-DIST libmatekbd-1.18.0.tar.xz 366992 SHA256 31bfd3891079e32b27e479a40ab8dbfbe4b44b66d6b39fe7c2b9be9aef6695e3 SHA512 0e277e9719ec6ace2433e2a9009660af1c49d3c1aaa74d190e680c3b7f7a3e9a16ff7da0d2b10f8b56ea36212fb78264324677d3146e0db0ff8925616b8e89d6 WHIRLPOOL 9853890580ffd47ebff119a34d8d33a5b6d3fefcf907e99dd27b0929547c7c05399360b7b1a2a972950898f7b325ffc0dc6725b725b0720b5ec011bab1a63892
DIST libmatekbd-1.18.2.tar.xz 369448 SHA256 03df100cf931a1f6880a32b0b3eb90e82e81f6d17085bb44a2a7ca8551a00b0c SHA512 97971fc406fac09e0a652ccb5f811194eeff695a4a8b093b24225230cb64ceebd221d91aab071b0ca7ffd20b1b38e13d428d68fc8249101a3b3f8342fbb1f71e WHIRLPOOL 658d294780a0f18c5f94070e012a5dc12e0a0623d71e12c8633d8ac88c8c454115ec552bbebd41fdbeda57fd16dcb9ddf04bdc5dfd49b5868078d66fe761269f
diff --git a/mate-base/libmatekbd/libmatekbd-1.18.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.18.0.ebuild
deleted file mode 100644
index a8272a3..0000000
--- a/mate-base/libmatekbd/libmatekbd-1.18.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="X +introspection test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.24:2
- x11-libs/libX11:0
- >=x11-libs/libxklavier-5.2:0[introspection?]
- x11-libs/pango:0
- virtual/libintl:0
- >=x11-libs/gtk+-3.0:3[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext:*
- >=dev-util/intltool-0.50.1:*
- virtual/pkgconfig:*"
-
-src_configure() {
- mate_src_configure \
- $(use_with X x) \
- $(use_enable introspection) \
- $(use_enable test tests)
-}
next reply other threads:[~2017-05-27 8:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-27 8:47 Ettore Di Giacinto [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-23 20:07 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/libmatekbd/ Adam Feldman
2017-05-13 6:50 NP Hardass
2016-08-11 6:06 NP Hardass
2016-06-27 19:58 NP Hardass
2016-01-26 18:09 NP Hardass
2015-07-12 20:06 NP Hardass
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=1495873887.3f8df81d7d575686a3b2c6bde6763f47cc43375b.mudler@gentoo \
--to=mudler@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