diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-12-29 18:31:13 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-12-29 18:31:13 +0000 |
commit | a8333a05be737f482f9173a7346a873a6a947771 (patch) | |
tree | 38a66c5bcdf3f4b3ce8e6ea6c41b7576b3c87754 /app-misc/mc | |
parent | Moved app-sci/lapack-reference to sci-libs/lapack-reference (diff) | |
download | gentoo-2-a8333a05be737f482f9173a7346a873a6a947771.tar.gz gentoo-2-a8333a05be737f482f9173a7346a873a6a947771.tar.bz2 gentoo-2-a8333a05be737f482f9173a7346a873a6a947771.zip |
see changelog
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 3 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r12.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 97258386323b..b04b612d8edc 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,13 +1,17 @@ # ChangeLog for app-misc/mc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.68 2004/11/17 13:50:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.69 2004/12/29 18:31:13 lanius Exp $ - 17 Nov 2004; <heino@gentoo.org> mc-4.6.0-r12.ebuild: + 29 Dec 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild, + mc-4.6.0-r12.ebuild: + add pkgconfig dep; mark -r12 stable + + 17 Nov 2004; <lanius@gentoo.org> mc-4.6.0-r12.ebuild: fix file collision with glibc, bug #71275 *mc-4.6.0-r12 (17 Nov 2004) - 17 Nov 2004; <heino@gentoo.org> -mc-4.5.55-r7.ebuild, -mc-4.6.0-r10.ebuild, + 17 Nov 2004; <lanius@gentoo.org> -mc-4.5.55-r7.ebuild, -mc-4.6.0-r10.ebuild, +mc-4.6.0-r12.ebuild, -mc-4.6.0-r5.ebuild, -mc-4.6.0-r7.ebuild, -mc-4.6.0-r9.ebuild: fix segfault if no TERM is given, bug #67530 diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild index 543bf7df0bf8..3ab65e7f5865 100644 --- a/app-misc/mc/mc-4.6.0-r11.ebuild +++ b/app-misc/mc/mc-4.6.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.17 2004/11/03 20:42:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.18 2004/12/29 18:31:13 lanius Exp $ inherit flag-o-matic eutils @@ -24,6 +24,7 @@ DEPEND=">=sys-fs/e2fsprogs-1.19 slang? ( >=sys-libs/slang-1.4.9-r1 ) samba? ( >=net-fs/samba-3.0.0 ) unicode? ( >=sys-libs/slang-1.4.9-r1 ) + dev-util/pkgconfig X? ( virtual/x11 )" src_unpack() { diff --git a/app-misc/mc/mc-4.6.0-r12.ebuild b/app-misc/mc/mc-4.6.0-r12.ebuild index bd92bee29263..907e5c20c4b2 100644 --- a/app-misc/mc/mc-4.6.0-r12.ebuild +++ b/app-misc/mc/mc-4.6.0-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r12.ebuild,v 1.2 2004/11/17 13:50:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r12.ebuild,v 1.3 2004/12/29 18:31:13 lanius Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="gpm nls samba ncurses X slang unicode" PROVIDE="virtual/editor" @@ -19,6 +19,7 @@ PROVIDE="virtual/editor" DEPEND=">=sys-fs/e2fsprogs-1.19 ncurses? ( >=sys-libs/ncurses-5.2-r5 ) =dev-libs/glib-2* + dev-util/pkgconfig pam? ( >=sys-libs/pam-0.72 ) gpm? ( >=sys-libs/gpm-1.19.3 ) slang? ( >=sys-libs/slang-1.4.9-r1 ) |