public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/cwm: cwm-5.1_p20130728.ebuild ChangeLog
Date: Tue, 27 Aug 2013 20:23:58 +0000 (UTC)	[thread overview]
Message-ID: <20130827202358.5DBAC2004C@flycatcher.gentoo.org> (raw)

xmw         13/08/27 20:23:58

  Modified:             ChangeLog
  Added:                cwm-5.1_p20130728.ebuild
  Log:
  Add well tested snapshot version.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.45                 x11-wm/cwm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	27 Aug 2013 20:12:55 -0000	1.44
+++ ChangeLog	27 Aug 2013 20:23:58 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/cwm
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.44 2013/08/27 20:12:55 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.45 2013/08/27 20:23:58 xmw Exp $
+
+*cwm-5.1_p20130728 (27 Aug 2013)
+
+  27 Aug 2013; Michael Weber <xmw@gentoo.org> +cwm-5.1_p20130728.ebuild:
+  Add well tested snapshot version.
 
   27 Aug 2013; Michael Weber <xmw@gentoo.org> cwm-9999.ebuild:
   Update live ebuild.



1.1                  x11-wm/cwm/cwm-5.1_p20130728.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-5.1_p20130728.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-5.1_p20130728.ebuild?rev=1.1&content-type=text/plain

Index: cwm-5.1_p20130728.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-5.1_p20130728.ebuild,v 1.1 2013/08/27 20:23:58 xmw Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
	http://github.com/chneukirchen/cwm"
SRC_URI="vanilla? ( https://github.com/chneukirchen/cwm/tarball/0dec9e8 -> ${P}-chneukirchen.tar.gz )
	!vanilla? ( https://github.com/xmw/cwm/tarball/b8be675 -> ${P}-xmw.tar.gz )"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="vanilla"

RDEPEND="x11-libs/libXft
	x11-libs/libXinerama
	x11-libs/libXrandr"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	sys-devel/bison"

src_unpack() {
	default
	# vcs-snapshot doesn't work with tarball names
	mv *-${PN}-* ${P} || die
}

src_compile() {
	emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
}

src_install() {
	emake DESTDIR="${D}" PREFIX=/usr install
	dodoc README
	make_session_desktop ${PN} ${PN}
}





                 reply	other threads:[~2013-08-27 20:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130827202358.5DBAC2004C@flycatcher.gentoo.org \
    --to=xmw@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