diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 04:52:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 04:52:25 +0000 |
commit | c171e8bf17ad856b5b64363e8962f14ee6a94a36 (patch) | |
tree | bbde38c8aa09e1356b64bb86aad0118c310c2c95 /sys-libs | |
parent | Initial submission by James Rowe <jnrowe@ukfsn.org>, cleaned up a bit. (diff) | |
download | gentoo-2-c171e8bf17ad856b5b64363e8962f14ee6a94a36.tar.gz gentoo-2-c171e8bf17ad856b5b64363e8962f14ee6a94a36.tar.bz2 gentoo-2-c171e8bf17ad856b5b64363e8962f14ee6a94a36.zip |
Add patch by Pavel Semerad to fix synps 4way handling #36790 and break the ncurses/gpm circular loop with a patch from Fedora #80942 by babykart.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.20.1-r3 | 2 | ||||
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.20.1-r4 | 2 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r4.ebuild (renamed from sys-libs/gpm/gpm-1.20.1-r3.ebuild) | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index 2a2adaa63ca2..7f61e3bfb8cc 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.35 2005/02/07 19:32:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.36 2005/02/13 04:52:25 vapier Exp $ + +*gpm-1.20.1-r4 (12 Feb 2005) + + 12 Feb 2005; Mike Frysinger <vapier@gentoo.org> +gpm-1.20.1-r4.ebuild: + Add patch by Pavel Semerad to fix synps 4way handling #36790 and break the + ncurses/gpm circular loop with a patch from Fedora #80942 by babykart. 07 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> gpm-1.20.1-r3.ebuild: diff --git a/sys-libs/gpm/files/digest-gpm-1.20.1-r3 b/sys-libs/gpm/files/digest-gpm-1.20.1-r3 deleted file mode 100644 index 85bf2e71b58b..000000000000 --- a/sys-libs/gpm/files/digest-gpm-1.20.1-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 2c63e827d755527950d9d13fe3d87692 gpm-1.20.1.tar.bz2 565014 -MD5 b608cd902d9c0145543c52a5abd7ec40 gpm-1.20.1-patches-1.2.tar.bz2 8077 diff --git a/sys-libs/gpm/files/digest-gpm-1.20.1-r4 b/sys-libs/gpm/files/digest-gpm-1.20.1-r4 new file mode 100644 index 000000000000..2ec33b9d0c1f --- /dev/null +++ b/sys-libs/gpm/files/digest-gpm-1.20.1-r4 @@ -0,0 +1,2 @@ +MD5 2c63e827d755527950d9d13fe3d87692 gpm-1.20.1.tar.bz2 565014 +MD5 beaecff5c6e1db2198883736ef0712bf gpm-1.20.1-patches-1.3.tar.bz2 9851 diff --git a/sys-libs/gpm/gpm-1.20.1-r3.ebuild b/sys-libs/gpm/gpm-1.20.1-r4.ebuild index c0af8cecdd94..242c74c76251 100644 --- a/sys-libs/gpm/gpm-1.20.1-r3.ebuild +++ b/sys-libs/gpm/gpm-1.20.1-r4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r3.ebuild,v 1.2 2005/02/07 19:32:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.1 2005/02/13 04:52:25 vapier Exp $ inherit eutils toolchain-funcs -PATCH_VER="1.2" +PATCH_VER="1.3" DESCRIPTION="Console-based mouse driver" HOMEPAGE="ftp://arcana.linux.it/pub/gpm/" SRC_URI="ftp://arcana.linux.it/pub/gpm/${P}.tar.bz2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="selinux" -DEPEND=">=sys-libs/ncurses-5.2" +DEPEND="sys-libs/ncurses" RDEPEND="selinux? ( sec-policy/selinux-gpm )" src_unpack() { |