diff options
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/mc/mc-4.7.5.6-r1.ebuild (renamed from app-misc/mc/mc-4.7.5.6.ebuild) | 4 | ||||
-rw-r--r-- | app-misc/mc/mc-4.8.1-r1.ebuild (renamed from app-misc/mc/mc-4.8.1.ebuild) | 7 |
3 files changed, 14 insertions, 6 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index e99a3b1b999e..f325c7931c84 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-misc/mc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.233 2011/12/15 17:20:44 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.234 2011/12/16 10:16:30 wired Exp $ + +*mc-4.8.1-r1 (16 Dec 2011) +*mc-4.7.5.6-r1 (16 Dec 2011) + + 16 Dec 2011; Alex Alexander <wired@gentoo.org> -mc-4.7.5.6.ebuild, + +mc-4.7.5.6-r1.ebuild, -mc-4.8.1.ebuild, +mc-4.8.1-r1.ebuild: + re-added NEWS file dodoc and mclib USE flag 15 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> -mc-4.7.5.3.ebuild, -mc-4.8.0-r1.ebuild, -mc-4.8.0.ebuild: diff --git a/app-misc/mc/mc-4.7.5.6.ebuild b/app-misc/mc/mc-4.7.5.6-r1.ebuild index fcfd812167c7..bf77e9ce4c3e 100644 --- a/app-misc/mc/mc-4.7.5.6.ebuild +++ b/app-misc/mc/mc-4.7.5.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.5.6.ebuild,v 1.1 2011/12/15 17:17:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.5.6-r1.ebuild,v 1.1 2011/12/16 10:16:30 wired Exp $ EAPI=4 @@ -57,7 +57,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS README + dodoc AUTHORS README NEWS # fix bug #334383 if use kernel_linux && [[ ${EUID} == 0 ]] ; then diff --git a/app-misc/mc/mc-4.8.1.ebuild b/app-misc/mc/mc-4.8.1-r1.ebuild index 4c7a544b54a4..0ee12670949f 100644 --- a/app-misc/mc/mc-4.8.1.ebuild +++ b/app-misc/mc/mc-4.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.1.ebuild,v 1.1 2011/12/15 17:17:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.1-r1.ebuild,v 1.1 2011/12/16 10:16:30 wired Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="+edit gpm +ncurses nls samba slang test X" +IUSE="+edit gpm mclib +ncurses nls samba slang test X" REQUIRED_USE="^^ ( ncurses slang )" @@ -55,12 +55,13 @@ src_configure() { $(use_with gpm gpm-mouse) \ --with-screen=${myscreen} \ $(use_with edit) \ + $(use_enable mclib) \ $(use_enable test tests) } src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS README + dodoc AUTHORS README NEWS # fix bug #334383 if use kernel_linux && [[ ${EUID} == 0 ]] ; then |