public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
Date: Tue,  5 Dec 2017 13:40:03 +0000 (UTC)	[thread overview]
Message-ID: <1512481198.f9ecd04dbfa68032663e8a00f53f4808ccff6f0e.voyageur@gentoo> (raw)

commit:     f9ecd04dbfa68032663e8a00f53f4808ccff6f0e
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:03:00 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 13:39:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ecd04d

x11-plugins/wmcube: 1.0.2 bump

Clean and update ebuild

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmcube/Manifest            |  3 ++-
 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 38 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 27a9a86b1c9..94218ba6bcc 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -1 +1,2 @@
-DIST wmcube-0.98.tar.gz 38305 SHA256 5111d7bfacc7ffa26419dbc22542a0a0e1d33e5795882d1799b216abd73df24b SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230 WHIRLPOOL e86e330aa73fca437005acc87ae72262e6c1bf2dacfdcfe01b7711ed8315258bbfe6433982474ab394b7e76745de4cbdc87ec6eb2ddbd87bda9101616a43555d
+DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230
+DIST wmcube-1.0.2.tar 378880 BLAKE2B fc6d41f8895d9a0eefe1a5efe930d71b24268bd496b5add169b332a26441b68e26a03e6ad70c0593675a19b99eb6fbdb0e9b16ca7f55f068b37af15b29ab4e24 SHA512 88e0cd489f6dda2ba7905896cc507ca32c4c30010c8ab864a5a06ce1c0df7cf0d9d24d21071d1b3e86bfd364bb5379c6cb9d67baa767c3c47973fc82f95d7ae0

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
new file mode 100644
index 00000000000..7acbd3c0c2f
--- /dev/null
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
+HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
+SRC_URI="http://linux-bsd-unix.strefa.pl/${P}.tar.gz -> ${P}.tar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+	"${WORKDIR}"/${P}/CHANGES
+	"${WORKDIR}"/${P}/README
+	)
+S="${WORKDIR}/${P}/wmcube"
+
+src_compile() {
+	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+	doman ${PN}.1
+
+	insinto /usr/share/${PN}
+	doins "${WORKDIR}"/${P}/3D-objects/*.wmc
+}


             reply	other threads:[~2017-12-05 13:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 13:40 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  0:16 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/ Sam James
2022-03-04 22:05 Bernard Cafarelli
2022-03-04  0:40 Sam James
2019-12-22 20:57 Bernard Cafarelli
2017-12-26 15:06 Mikle Kolyada
2017-12-26 15:05 Mikle Kolyada
2017-12-20 15:33 Thomas Deutschmann
2017-12-20 13:38 Bernard Cafarelli
2017-12-19 13:48 Jason Zaman
2016-05-14  8:49 Michał Górny

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=1512481198.f9ecd04dbfa68032663e8a00f53f4808ccff6f0e.voyageur@gentoo \
    --to=voyageur@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