public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/atomic-install: ChangeLog atomic-install-0.1.1.ebuild atomic-install-0.1.ebuild
@ 2011-11-19 17:26 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-11-19 17:26 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/11/19 17:26:48

  Modified:             ChangeLog
  Added:                atomic-install-0.1.1.ebuild
  Removed:              atomic-install-0.1.ebuild
  Log:
  Version bump. The new version fixes copying empty files and a few minor warnings.
  
  (Portage version: 2.2.0_alpha75_p11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/atomic-install/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/atomic-install/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/atomic-install/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/atomic-install/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/atomic-install/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 Nov 2011 16:29:42 -0000	1.1
+++ ChangeLog	19 Nov 2011 17:26:48 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/atomic-install
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/atomic-install/ChangeLog,v 1.1 2011/11/11 16:29:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/atomic-install/ChangeLog,v 1.2 2011/11/19 17:26:48 mgorny Exp $
+
+*atomic-install-0.1.1 (19 Nov 2011)
+
+  19 Nov 2011; Michał Górny <mgorny@gentoo.org> -atomic-install-0.1.ebuild,
+  +atomic-install-0.1.1.ebuild:
+  Version bump. The new version fixes copying empty files and a few minor
+  warnings.
 
 *atomic-install-0.1 (11 Nov 2011)
 



1.1                  dev-util/atomic-install/atomic-install-0.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/atomic-install/atomic-install-0.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/atomic-install/atomic-install-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: atomic-install-0.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/atomic-install/atomic-install-0.1.1.ebuild,v 1.1 2011/11/19 17:26:48 mgorny Exp $

EAPI=4
inherit autotools-utils

DESCRIPTION="A library and tool to atomically install sets of files"
HOMEPAGE="https://github.com/mgorny/atomic-install/"
SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs xattr"

RDEPEND="xattr? ( sys-apps/attr )"
DEPEND="${RDEPEND}
	doc? ( >=dev-util/gtk-doc-1.18 )"

src_configure() {
	myeconfargs=(
		$(use_enable doc gtk-doc)
		$(use_enable xattr libattr)
	)

	autotools-utils_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-19 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-19 17:26 [gentoo-commits] gentoo-x86 commit in dev-util/atomic-install: ChangeLog atomic-install-0.1.1.ebuild atomic-install-0.1.ebuild Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox