* [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: ChangeLog mtools-4.0.12.ebuild
@ 2009-11-15 19:19 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2009-11-15 19:19 UTC (permalink / raw
To: gentoo-commits
vapier 09/11/15 19:19:11
Modified: ChangeLog
Added: mtools-4.0.12.ebuild
Log:
Version bump.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Revision Changes Path
1.25 sys-fs/mtools/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 18 Aug 2008 03:37:19 -0000 1.24
+++ ChangeLog 15 Nov 2009 19:19:11 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/mtools
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.24 2008/08/18 03:37:19 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.25 2009/11/15 19:19:11 vapier Exp $
+
+*mtools-4.0.12 (15 Nov 2009)
+
+ 15 Nov 2009; Mike Frysinger <vapier@gentoo.org> +mtools-4.0.12.ebuild:
+ Version bump.
18 Aug 2008; Mike Frysinger <vapier@gentoo.org> mtools-3.9.11.ebuild:
Remove /usr/local paths from docs, install using `emake DESTDIR`, and dont
1.1 sys-fs/mtools/mtools-4.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild?rev=1.1&content-type=text/plain
Index: mtools-4.0.12.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild,v 1.1 2009/11/15 19:19:11 vapier Exp $
inherit eutils
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
HOMEPAGE="http://mtools.linux.lu/"
SRC_URI="http://mtools.linux.lu/${P}.tar.bz2
mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="X"
DEPEND="
X? (
x11-libs/libICE
x11-libs/libXau
x11-libs/libSM
x11-libs/libX11
x11-libs/libXt
)"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-3.9.11-flags.patch #232766
sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi
}
src_compile() {
econf \
--sysconfdir=/etc/mtools \
$(use_with X x) \
|| die
emake || die "emake failed"
}
src_install() {
emake -j1 DESTDIR="${D}" install || die
insinto /etc/mtools
doins mtools.conf || die
dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine
dodoc README* Release.notes
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: ChangeLog mtools-4.0.12.ebuild
@ 2010-03-02 15:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-02 15:20 UTC (permalink / raw
To: gentoo-commits
jer 10/03/02 15:20:26
Modified: ChangeLog mtools-4.0.12.ebuild
Log:
Fix LICENSE.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.32 sys-fs/mtools/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 26 Dec 2009 19:30:43 -0000 1.31
+++ ChangeLog 2 Mar 2010 15:20:25 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/mtools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.31 2009/12/26 19:30:43 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.32 2010/03/02 15:20:25 jer Exp $
+
+ 02 Mar 2010; Jeroen Roovers <jer@gentoo.org> mtools-4.0.12.ebuild:
+ Fix LICENSE.
26 Dec 2009; Raúl Porcel <armin76@gentoo.org> mtools-3.9.11.ebuild:
alpha/sparc stable wrt #293308
1.2 sys-fs/mtools/mtools-4.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild?r1=1.1&r2=1.2
Index: mtools-4.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtools-4.0.12.ebuild 15 Nov 2009 19:19:11 -0000 1.1
+++ mtools-4.0.12.ebuild 2 Mar 2010 15:20:25 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild,v 1.1 2009/11/15 19:19:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.12.ebuild,v 1.2 2010/03/02 15:20:25 jer Exp $
inherit eutils
@@ -9,7 +9,7 @@
SRC_URI="http://mtools.linux.lu/${P}.tar.bz2
mirror://gnu/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="X"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-02 15:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 15:20 [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: ChangeLog mtools-4.0.12.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-11-15 19:19 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox