public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cedric Krier (cedk)" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/slock: ChangeLog slock-0.8.ebuild
Date: Sun, 16 Mar 2008 12:16:15 +0000	[thread overview]
Message-ID: <E1Jarmh-00061I-6k@stork.gentoo.org> (raw)

cedk        08/03/16 12:16:15

  Modified:             ChangeLog
  Added:                slock-0.8.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 x11-misc/slock/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slock/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slock/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slock/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Feb 2008 15:55:38 -0000	1.13
+++ ChangeLog	16 Mar 2008 12:16:14 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/slock
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v 1.13 2008/02/08 15:55:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v 1.14 2008/03/16 12:16:14 cedk Exp $
+
+*slock-0.8 (16 Mar 2008)
+
+  16 Mar 2008; Cédric Krier <cedk@gentoo.org> +slock-0.8.ebuild:
+  Version bump
 
   08 Feb 2008; Jeroen Roovers <jer@gentoo.org> slock-0.7.ebuild:
   Stable for HPPA (bug #209350).



1.1                  x11-misc/slock/slock-0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slock/slock-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slock/slock-0.8.ebuild?rev=1.1&content-type=text/plain

Index: slock-0.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/slock-0.8.ebuild,v 1.1 2008/03/16 12:16:14 cedk Exp $

inherit toolchain-funcs flag-o-matic

DESCRIPTION="simple X screen locker"
HOMEPAGE="http://tools.suckless.org/view.sh/x+tools"
SRC_URI="http://suckless.org/download/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""

DEPEND="x11-libs/libX11"
RDEPEND=${DEPEND}

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i \
		-e "s/.*strip.*//" \
		Makefile || die "sed failed"

	sed -i \
		-e "s/CFLAGS = -Os/CFLAGS +=/" \
		-e "s/LDFLAGS =/LDFLAGS +=/" \
		config.mk || die "sed failed"
}

src_compile() {
	append-ldflags "-Wl,-z,now"
	emake CC=$(tc-getCC) || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"

	dodoc README
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-16 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-16 12:16 Cedric Krier (cedk) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-27 22:54 [gentoo-commits] gentoo-x86 commit in x11-misc/slock: ChangeLog slock-0.8.ebuild Santiago M. Mola (coldwind)

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=E1Jarmh-00061I-6k@stork.gentoo.org \
    --to=cedk@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