diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 23:13:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 23:13:58 +0000 |
commit | 757c6902bcce987c72c4118b68f0e92d4c1081d0 (patch) | |
tree | 1bb9d978a3a48355e11323448a83a480914a581d /sys-apps/eject | |
parent | Cleanup ebuild and link the compat module against gdbm #165263 by Gergan Penkov. (diff) | |
download | gentoo-2-757c6902bcce987c72c4118b68f0e92d4c1081d0.tar.gz gentoo-2-757c6902bcce987c72c4118b68f0e92d4c1081d0.tar.bz2 gentoo-2-757c6902bcce987c72c4118b68f0e92d4c1081d0.zip |
Fix typo in eject manpage #165248 by DoubleHP.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'sys-apps/eject')
-rw-r--r-- | sys-apps/eject/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/eject/eject-2.1.5-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/eject/files/eject-2.1.5-man-typo.patch | 18 |
3 files changed, 26 insertions, 3 deletions
diff --git a/sys-apps/eject/ChangeLog b/sys-apps/eject/ChangeLog index 7ba4373ae9c3..a05a4fbba1f4 100644 --- a/sys-apps/eject/ChangeLog +++ b/sys-apps/eject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/eject # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.64 2007/02/03 15:58:23 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.65 2007/02/04 23:13:58 vapier Exp $ + + 04 Feb 2007; Mike Frysinger <vapier@gentoo.org> + +files/eject-2.1.5-man-typo.patch, eject-2.1.5-r1.ebuild: + Fix typo in eject manpage #165248 by DoubleHP. 03 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> eject-2.1.5-r1.ebuild: diff --git a/sys-apps/eject/eject-2.1.5-r1.ebuild b/sys-apps/eject/eject-2.1.5-r1.ebuild index 3e943c501b09..d61e0d690d8c 100644 --- a/sys-apps/eject/eject-2.1.5-r1.ebuild +++ b/sys-apps/eject/eject-2.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.1.5-r1.ebuild,v 1.2 2007/02/03 15:58:23 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.1.5-r1.ebuild,v 1.3 2007/02/04 23:13:58 vapier Exp $ inherit eutils @@ -25,6 +25,7 @@ src_unpack() { epatch "${FILESDIR}/${PN}"-2.0.13-xmalloc.patch epatch "${FILESDIR}/${PN}"-2.1.4-scsi-rdwr.patch epatch "${FILESDIR}/${PN}"-2.1.5-handle-spaces.patch #151257 + epatch "${FILESDIR}/${PN}"-2.1.5-man-typo.patch #165248 } src_compile() { @@ -33,6 +34,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog README PORTING TODO AUTHORS NEWS PROBLEMS } diff --git a/sys-apps/eject/files/eject-2.1.5-man-typo.patch b/sys-apps/eject/files/eject-2.1.5-man-typo.patch new file mode 100644 index 000000000000..2fecb745ce0f --- /dev/null +++ b/sys-apps/eject/files/eject-2.1.5-man-typo.patch @@ -0,0 +1,18 @@ +http://bugs.gentoo.org/165248 + +Index: eject.1 +=================================================================== +RCS file: /cvsroot/eject/eject/eject/eject.1,v +retrieving revision 1.5 +diff -u -p -r1.5 eject.1 +--- eject.1 11 Dec 2005 00:21:06 -0000 1.5 ++++ eject.1 4 Feb 2007 23:11:15 -0000 +@@ -145,7 +145,7 @@ also passes the \-n option to umount(1). + .TP 0.5i + .B \-m + This option allows eject to work with device drivers which automatically +-mount removable media and therefore must be always mount()ed. ++mount removable media and therefore must be always mount(1)ed. + The option tells eject to not try to unmount the given device, + even if it is mounted according to /etc/mtab or /proc/mounts. + |