public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xxkb/
Date: Sat,  1 Apr 2017 10:24:21 +0000 (UTC)	[thread overview]
Message-ID: <1491042244.4ed0fefe2e145760e6093649e258f93f3fd97457.soap@gentoo> (raw)

commit:     4ed0fefe2e145760e6093649e258f93f3fd97457
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:38:42 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:24:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed0fefe

x11-misc/xxkb: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xxkb/Manifest            |  1 -
 x11-misc/xxkb/xxkb-1.11-r3.ebuild | 78 ---------------------------------------
 2 files changed, 79 deletions(-)

diff --git a/x11-misc/xxkb/Manifest b/x11-misc/xxkb/Manifest
index a0c2b87bc9d..b215639ee38 100644
--- a/x11-misc/xxkb/Manifest
+++ b/x11-misc/xxkb/Manifest
@@ -1,3 +1,2 @@
-DIST xxkb-1.11-src.tar.gz 37262 SHA256 596d465bd39b2b660c1d19390a82cc5515cbf8f7e9600e82135564469e11bd3c SHA512 12675bee3be5a37b5e471fa763e2f8600859d5621dcf7ea9f004bad8f2200035582661cfb36938e9606582a86570e6de99c30dcf2d988c96604daf1185592c14 WHIRLPOOL da14d3ee40c35efa1dc3eb3b5df17a53540ed9eb007a7b8a42039dbf8bb97052d27ee77d04b3f115c002daebc0a7229aafb855621b057ab294b45cecb5beed87
 DIST xxkb-1.11.1-src.tar.gz 38123 SHA256 ceaa33bed81d8ae5bf77e89787d0736f7564c3de047c35a57bcbf6f4d1888142 SHA512 081629ccee41016cd468bd411c8584298bf64d4d791bf803490f6286a330401b933f895fbff2f4a6d1fcfe86c0490267f86d334436c1cea743ad08d97b26038f WHIRLPOOL 62b4847722ee8f23cc7db6f9bb21b1d01dacd2eb68d5d0db09933b9970c6846bc239d1388bd3d7ada2490a42ce1d56cffa1e1a7e55df029864ae426a0adaf96a
 DIST xxkb-flags.tar.bz2 2541 SHA256 f777c676a58ecab97c242efd703c0e8056cc2a93bb5b7a2fdb1f677348d6727c SHA512 c75929bf78a8aa84ffb615c85c2ad70110a9f7b0465891651a57e4772eae5e0ded61d10197f430f9cdd0cf707903af3d0af4250ff1743fdd59d9ff19bc0c33a9 WHIRLPOOL 7c626b2e6ec805b888ebcaeba658978efcbd4528729966a087ac7692b6c2e18ee5deb6dcb5eefea5a31826dce3ebb9c81a87cfc9e01efa5c18d800d8cd0bad6f

diff --git a/x11-misc/xxkb/xxkb-1.11-r3.ebuild b/x11-misc/xxkb/xxkb-1.11-r3.ebuild
deleted file mode 100644
index c480d326f81..00000000000
--- a/x11-misc/xxkb/xxkb-1.11-r3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib
-
-DESCRIPTION="eXtended XKB - assign different keymaps to different windows"
-HOMEPAGE="https://sourceforge.net/projects/xxkb/"
-SRC_URI="
-	mirror://sourceforge/${PN}/${P}-src.tar.gz
-	svg? ( https://dev.gentoo.org/~jer/${PN}-flags.tar.bz2 )
-"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="svg"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXpm
-	x11-libs/libXt
-	svg? (
-		dev-libs/glib:2
-		gnome-base/librsvg:2
-		x11-libs/gtk+:2
-	)
-"
-DEPEND="
-	${RDEPEND}
-	app-text/rman
-	svg? ( virtual/pkgconfig )
-	x11-misc/imake
-"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	if use svg; then
-		mv "${WORKDIR}"/flags . || die
-		epatch "${FILESDIR}"/svg-flags.patch
-		epatch "${FILESDIR}"/svg-appdefaults.patch
-	fi
-
-	epatch "${FILESDIR}"/missing_init.patch
-}
-
-src_configure() {
-	xmkmf $(usex svg -DWITH_SVG_SUPPORT '') || die
-}
-
-src_compile() {
-	emake \
-		CDEBUGFLAGS="${CFLAGS}" \
-		EXTRA_LIBRARIES="-lXext" \
-		LOCAL_LDFLAGS="${LDFLAGS}" \
-		PIXMAPDIR=/usr/share/xxkb \
-		PROJECTROOT=/usr
-}
-
-src_install() {
-	local myopts
-	if use svg; then
-		myopts="PIXMAPS=flags/de.svg flags/pl.svg flags/il.svg flags/by.svg \
-		flags/ua.svg flags/su.svg flags/ru.svg flags/bg.svg flags/en.svg"
-	else
-		myopts="FOOBAR=buzz"
-	fi
-
-	emake "${myopts}"  DESTDIR="${D}" install
-	rm -r "${D}"/usr/$(get_libdir)/X11/app-defaults || die
-
-	emake DESTDIR="${D}" install.man
-
-	insinto /usr/share/xxkb
-	use svg || doins "${FILESDIR}"/*.xpm
-	dodoc README* CHANGES*
-}


             reply	other threads:[~2017-04-01 10:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 10:24 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30  4:05 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xxkb/ Ionen Wolkens
2022-02-19 14:06 Jonas Stein
2021-10-19 19:09 Jakov Smolić
2021-04-15  6:39 Joonas Niilola
2021-03-17  9:09 Sam James
2021-03-17  9:00 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:18 Sam James
2021-03-15 20:05 Sam James
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-20 11:04 Agostino Sarubbo

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=1491042244.4ed0fefe2e145760e6093649e258f93f3fd97457.soap@gentoo \
    --to=soap@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