public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping (sping)" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/enum: enum-1.1.ebuild ChangeLog
Date: Thu,  2 Feb 2012 20:23:01 +0000 (UTC)	[thread overview]
Message-ID: <20120202202301.0D6992004B@flycatcher.gentoo.org> (raw)

sping       12/02/02 20:23:01

  Modified:             ChangeLog
  Added:                enum-1.1.ebuild
  Log:
  app-misc/enum: 1.1
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-misc/enum/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/enum/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/enum/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/enum/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/enum/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Dec 2010 09:41:46 -0000	1.4
+++ ChangeLog	2 Feb 2012 20:23:00 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/enum
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/enum/ChangeLog,v 1.4 2010/12/23 09:41:46 sping Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/enum/ChangeLog,v 1.5 2012/02/02 20:23:00 sping Exp $
+
+*enum-1.1 (02 Feb 2012)
+
+  02 Feb 2012; Sebastian Pipping <sping@gentoo.org> +enum-1.1.ebuild:
+  Bump to 1.1
 
 *enum-1.0.3 (23 Dec 2010)
 



1.1                  app-misc/enum/enum-1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/enum/enum-1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/enum/enum-1.1.ebuild?rev=1.1&content-type=text/plain

Index: enum-1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/enum/enum-1.1.ebuild,v 1.1 2012/02/02 20:23:00 sping Exp $

EAPI="2"

DESCRIPTION="Replacement for GNU seq and BSD jot"
HOMEPAGE="https://fedorahosted.org/enum/"
SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_prepare() {
	# Remove bundled getopt
	rm -R thirdparty || die
}

src_configure() {
	econf --disable-doc-rebuild --disable-dependency-tracking
}

src_install() {
	emake DESTDIR="${D}" install || die 'emake install'
	dodoc ChangeLog || die 'dodoc failed'
}






                 reply	other threads:[~2012-02-02 20:23 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=20120202202301.0D6992004B@flycatcher.gentoo.org \
    --to=sping@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