public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-apps/parted: ChangeLog parted-2.2.ebuild
@ 2010-02-26 15:46 99% Jeroen Roovers (jer)
  0 siblings, 0 replies; 1+ results
From: Jeroen Roovers (jer) @ 2010-02-26 15:46 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/26 15:46:20

  Modified:             ChangeLog
  Added:                parted-2.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.142                sys-apps/parted/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/parted/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/parted/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/parted/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	9 Feb 2010 15:26:08 -0000	1.141
+++ ChangeLog	26 Feb 2010 15:46:20 -0000	1.142
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/parted
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.141 2010/02/09 15:26:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.142 2010/02/26 15:46:20 jer Exp $
+
+*parted-2.2 (26 Feb 2010)
+
+  26 Feb 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.2.ebuild:
+  Version bump.
 
   09 Feb 2010; Jeroen Roovers <jer@gentoo.org> -parted-1.8.8.ebuild,
   -files/parted-1.8.8-t3100-test-success.patch:



1.1                  sys-apps/parted/parted-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/parted/parted-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/parted/parted-2.2.ebuild?rev=1.1&content-type=text/plain

Index: parted-2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-2.2.ebuild,v 1.1 2010/02/26 15:46:20 jer Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nls readline +debug selinux device-mapper"

# specific version for gettext needed
# to fix bug 85999
DEPEND=">=sys-fs/e2fsprogs-1.27
	>=sys-libs/ncurses-5.2
	nls? ( >=sys-devel/gettext-0.12.1-r2 )
	readline? ( >=sys-libs/readline-5.2 )
	selinux? ( sys-libs/libselinux )
	device-mapper? ( || (
		>=sys-fs/lvm2-2.02.45
		sys-fs/device-mapper )
	)"

src_configure() {
	econf \
		$(use_with readline) \
		$(use_enable nls) \
		$(use_enable debug) \
		$(use_enable selinux) \
		$(use_enable device-mapper) \
		--disable-rpath \
		--disable-Werror || die "Configure failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "Install failed"
	dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
	dodoc doc/{API,FAT,USER.jp}
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 15:46 99% [gentoo-commits] gentoo-x86 commit in sys-apps/parted: ChangeLog parted-2.2.ebuild Jeroen Roovers (jer)

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