mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
bump(sys-libs/readline): sync with upstream
This commit is contained in:
parent
cf9304a93d
commit
34f7911b64
@ -1,12 +1,13 @@
|
|||||||
DEFINED_PHASES=compile install unpack
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=>=sys-libs/ncurses-5.2-r2
|
DEPEND=>=sys-libs/ncurses-5.2-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
DESCRIPTION=Another cute console display library
|
DESCRIPTION=Another cute console display library
|
||||||
EAPI=0
|
EAPI=5
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
|
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
|
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
|
||||||
LICENSE=GPL-2
|
LICENSE=GPL-2
|
||||||
RDEPEND=>=sys-libs/ncurses-5.2-r2
|
RDEPEND=>=sys-libs/ncurses-5.2-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
SLOT=4
|
SLOT=4
|
||||||
SRC_URI=mirror://gnu/readline/readline-4.3.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-001 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-002 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-003 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-004 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-005 mirror://gnu/readline/readline-4.3-patches/readline43-001 mirror://gnu/readline/readline-4.3-patches/readline43-002 mirror://gnu/readline/readline-4.3-patches/readline43-003 mirror://gnu/readline/readline-4.3-patches/readline43-004 mirror://gnu/readline/readline-4.3-patches/readline43-005
|
SRC_URI=mirror://gnu/readline/readline-4.3.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-001 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-002 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-003 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-004 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-005 mirror://gnu/readline/readline-4.3-patches/readline43-001 mirror://gnu/readline/readline-4.3-patches/readline43-002 mirror://gnu/readline/readline-4.3-patches/readline43-003 mirror://gnu/readline/readline-4.3-patches/readline43-004 mirror://gnu/readline/readline-4.3-patches/readline43-005
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af
|
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||||
_md5_=e94af1cf3a5ee4f7f4a1e2d2d9d0cf87
|
_md5_=0ea8562958a6bdf3a85efa8856a94cac
|
||||||
|
|||||||
@ -1,12 +1,13 @@
|
|||||||
DEFINED_PHASES=compile install unpack
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=>=sys-libs/ncurses-5.2-r2
|
DEPEND=>=sys-libs/ncurses-5.2-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
DESCRIPTION=Another cute console display library
|
DESCRIPTION=Another cute console display library
|
||||||
EAPI=0
|
EAPI=5
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd
|
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||||
|
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||||
LICENSE=GPL-2
|
LICENSE=GPL-2
|
||||||
RDEPEND=>=sys-libs/ncurses-5.2-r2
|
RDEPEND=>=sys-libs/ncurses-5.2-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
SLOT=5
|
SLOT=5
|
||||||
SRC_URI=mirror://gnu/readline/readline-5.2.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-001 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-002 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-003 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-004 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-005 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-006 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-007 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-008 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-009 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-010 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-011 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-012 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-013 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-014 mirror://gnu/readline/readline-5.2-patches/readline52-001 mirror://gnu/readline/readline-5.2-patches/readline52-002 mirror://gnu/readline/readline-5.2-patches/readline52-003 mirror://gnu/readline/readline-5.2-patches/readline52-004 mirror://gnu/readline/readline-5.2-patches/readline52-005 mirror://gnu/readline/readline-5.2-patches/readline52-006 mirror://gnu/readline/readline-5.2-patches/readline52-007 mirror://gnu/readline/readline-5.2-patches/readline52-008 mirror://gnu/readline/readline-5.2-patches/readline52-009 mirror://gnu/readline/readline-5.2-patches/readline52-010 mirror://gnu/readline/readline-5.2-patches/readline52-011 mirror://gnu/readline/readline-5.2-patches/readline52-012 mirror://gnu/readline/readline-5.2-patches/readline52-013 mirror://gnu/readline/readline-5.2-patches/readline52-014
|
SRC_URI=mirror://gnu/readline/readline-5.2.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-001 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-002 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-003 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-004 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-005 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-006 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-007 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-008 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-009 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-010 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-011 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-012 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-013 ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-014 mirror://gnu/readline/readline-5.2-patches/readline52-001 mirror://gnu/readline/readline-5.2-patches/readline52-002 mirror://gnu/readline/readline-5.2-patches/readline52-003 mirror://gnu/readline/readline-5.2-patches/readline52-004 mirror://gnu/readline/readline-5.2-patches/readline52-005 mirror://gnu/readline/readline-5.2-patches/readline52-006 mirror://gnu/readline/readline-5.2-patches/readline52-007 mirror://gnu/readline/readline-5.2-patches/readline52-008 mirror://gnu/readline/readline-5.2-patches/readline52-009 mirror://gnu/readline/readline-5.2-patches/readline52-010 mirror://gnu/readline/readline-5.2-patches/readline52-011 mirror://gnu/readline/readline-5.2-patches/readline52-012 mirror://gnu/readline/readline-5.2-patches/readline52-013 mirror://gnu/readline/readline-5.2-patches/readline52-014
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af
|
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||||
_md5_=232c0142cbc465f913e15a151df9e645
|
_md5_=105081e8d23b3812f92139f59819017c
|
||||||
|
|||||||
@ -1,13 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
|
||||||
DEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 ) virtual/pkgconfig
|
|
||||||
DESCRIPTION=Another cute console display library
|
|
||||||
EAPI=4
|
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
|
||||||
IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
|
||||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
|
||||||
LICENSE=GPL-3
|
|
||||||
RDEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://gnu/readline/readline-6.2.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-001 ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-002 ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-003 ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-004 ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-005 mirror://gnu/readline/readline-6.2-patches/readline62-001 mirror://gnu/readline/readline-6.2-patches/readline62-002 mirror://gnu/readline/readline-6.2-patches/readline62-003 mirror://gnu/readline/readline-6.2-patches/readline62-004 mirror://gnu/readline/readline-6.2-patches/readline62-005
|
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
|
||||||
_md5_=fab39484798a7686ecad8bb7ef406e63
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
|
||||||
DEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 ) virtual/pkgconfig
|
|
||||||
DESCRIPTION=Another cute console display library
|
|
||||||
EAPI=4
|
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
|
||||||
IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
|
||||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
|
||||||
LICENSE=GPL-3
|
|
||||||
RDEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://gnu/readline/readline-6.3.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-001 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-002 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-003 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-004 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-005 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-006 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-007 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-008 mirror://gnu/readline/readline-6.3-patches/readline63-001 mirror://gnu/readline/readline-6.3-patches/readline63-002 mirror://gnu/readline/readline-6.3-patches/readline63-003 mirror://gnu/readline/readline-6.3-patches/readline63-004 mirror://gnu/readline/readline-6.3-patches/readline63-005 mirror://gnu/readline/readline-6.3-patches/readline63-006 mirror://gnu/readline/readline-6.3-patches/readline63-007 mirror://gnu/readline/readline-6.3-patches/readline63-008
|
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
|
||||||
_md5_=eca30b4187e2163398a6cc48c4373d46
|
|
||||||
@ -1,13 +1,13 @@
|
|||||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||||
DEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 ) virtual/pkgconfig
|
DEPEND=>=sys-libs/ncurses-5.9-r3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig
|
||||||
DESCRIPTION=Another cute console display library
|
DESCRIPTION=Another cute console display library
|
||||||
EAPI=4
|
EAPI=5
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
IUSE=static-libs utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
IUSE=static-libs utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 )
|
RDEPEND=>=sys-libs/ncurses-5.9-r3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=mirror://gnu/readline/readline-6.3.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-001 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-002 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-003 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-004 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-005 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-006 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-007 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-008 mirror://gnu/readline/readline-6.3-patches/readline63-001 mirror://gnu/readline/readline-6.3-patches/readline63-002 mirror://gnu/readline/readline-6.3-patches/readline63-003 mirror://gnu/readline/readline-6.3-patches/readline63-004 mirror://gnu/readline/readline-6.3-patches/readline63-005 mirror://gnu/readline/readline-6.3-patches/readline63-006 mirror://gnu/readline/readline-6.3-patches/readline63-007 mirror://gnu/readline/readline-6.3-patches/readline63-008
|
SRC_URI=mirror://gnu/readline/readline-6.3.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-001 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-002 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-003 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-004 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-005 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-006 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-007 ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/readline63-008 mirror://gnu/readline/readline-6.3-patches/readline63-001 mirror://gnu/readline/readline-6.3-patches/readline63-002 mirror://gnu/readline/readline-6.3-patches/readline63-003 mirror://gnu/readline/readline-6.3-patches/readline63-004 mirror://gnu/readline/readline-6.3-patches/readline63-005 mirror://gnu/readline/readline-6.3-patches/readline63-006 mirror://gnu/readline/readline-6.3-patches/readline63-007 mirror://gnu/readline/readline-6.3-patches/readline63-008
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||||
_md5_=4049b82ac116f906ee2aa0359501165b
|
_md5_=544e159bd139df14237e80eee78f7025
|
||||||
@ -1,12 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
|
||||||
DEPEND=>=sys-libs/ncurses-5.9-r3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 ) virtual/pkgconfig
|
|
||||||
DESCRIPTION=Another cute console display library
|
|
||||||
EAPI=5
|
|
||||||
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
|
||||||
IUSE=static-libs utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
|
||||||
LICENSE=GPL-3
|
|
||||||
RDEPEND=>=sys-libs/ncurses-5.9-r3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-baselibs-20131008-r7 )
|
|
||||||
SLOT=0/7
|
|
||||||
SRC_URI=ftp://ftp.cwru.edu/pub/bash/readline-7.0-alpha.tar.gz
|
|
||||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
|
||||||
_md5_=cddf26803f123ee5fd27b184b97b17c3
|
|
||||||
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/readline-7.0_p3
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/readline-7.0_p3
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||||
|
DEPEND=>=sys-libs/ncurses-5.9-r3:0=[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig
|
||||||
|
DESCRIPTION=Another cute console display library
|
||||||
|
EAPI=5
|
||||||
|
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
|
IUSE=static-libs utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||||
|
KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=>=sys-libs/ncurses-5.9-r3:0=[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
|
SLOT=0/7
|
||||||
|
SRC_URI=mirror://gnu/readline/readline-7.0.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-001 ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-002 ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-003 mirror://gnu/readline/readline-7.0-patches/readline70-001 mirror://gnu/readline/readline-7.0-patches/readline70-002 mirror://gnu/readline/readline-7.0-patches/readline70-003
|
||||||
|
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||||
|
_md5_=5fd6c80b4fb7e13958ac9f18f59232ba
|
||||||
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/readline-7.0_p3-r1
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/readline-7.0_p3-r1
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||||
|
DEPEND=>=sys-libs/ncurses-5.9-r3:0=[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig
|
||||||
|
DESCRIPTION=Another cute console display library
|
||||||
|
EAPI=6
|
||||||
|
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
|
IUSE=static-libs utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||||
|
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=>=sys-libs/ncurses-5.9-r3:0=[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||||
|
SLOT=0/7
|
||||||
|
SRC_URI=mirror://gnu/readline/readline-7.0.tar.gz ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-001 ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-002 ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/readline70-003 mirror://gnu/readline/readline-7.0-patches/readline70-001 mirror://gnu/readline/readline-7.0-patches/readline70-002 mirror://gnu/readline/readline-7.0-patches/readline70-003
|
||||||
|
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||||
|
_md5_=7e3b2c20b8306860e27368afcec0ad32
|
||||||
@ -1,875 +0,0 @@
|
|||||||
# ChangeLog for sys-libs/readline
|
|
||||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.231 2015/07/13 07:18:09 vapier Exp $
|
|
||||||
|
|
||||||
13 Jul 2015; Mike Frysinger <vapier@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
Mark sparc stable #548756.
|
|
||||||
|
|
||||||
*readline-7.0_alpha (13 Jul 2015)
|
|
||||||
|
|
||||||
13 Jul 2015; Mike Frysinger <vapier@gentoo.org> +readline-7.0_alpha.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
30 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
ppc stable wrt bug #548756
|
|
||||||
|
|
||||||
27 May 2015; Jeroen Roovers <jer@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
Stable for PPC64 (bug #548756).
|
|
||||||
|
|
||||||
27 May 2015; Jeroen Roovers <jer@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
Stable for HPPA (bug #548756).
|
|
||||||
|
|
||||||
26 May 2015; Mike Frysinger <vapier@gentoo.org> metadata.xml,
|
|
||||||
readline-6.3_p8-r2.ebuild:
|
|
||||||
Add USE=utils to control install of rlfe util.
|
|
||||||
|
|
||||||
23 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
ia64 stable wrt bug #548756
|
|
||||||
|
|
||||||
22 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
arm stable wrt bug #548756
|
|
||||||
|
|
||||||
22 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
x86 stable wrt bug #548756
|
|
||||||
|
|
||||||
21 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
amd64 stable wrt bug #548756
|
|
||||||
|
|
||||||
21 May 2015; Matt Turner <mattst88@gentoo.org> readline-6.3_p8-r2.ebuild:
|
|
||||||
alpha stable, bug 548756.
|
|
||||||
|
|
||||||
*readline-6.3_p8-r2 (21 Jan 2015)
|
|
||||||
|
|
||||||
21 Jan 2015; Lars Wendler <polynomial-c@gentoo.org>
|
|
||||||
+readline-6.3_p8-r2.ebuild, +files/readline-6.3-read-eof.patch:
|
|
||||||
Added a fix from upstream.
|
|
||||||
|
|
||||||
29 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.2_p1.ebuild,
|
|
||||||
-readline-6.3_p8.ebuild, readline-6.3_p8-r1.ebuild:
|
|
||||||
Fixed installation location for documents (bug #533770 by Chris Mayo).
|
|
||||||
Removed old versions.
|
|
||||||
|
|
||||||
27 Oct 2014; Mike Frysinger <vapier@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Mark m68k/s390/sh stable.
|
|
||||||
|
|
||||||
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Stable for sparc, wrt bug #512012
|
|
||||||
|
|
||||||
*readline-6.3_p8-r1 (30 Aug 2014)
|
|
||||||
|
|
||||||
30 Aug 2014; Lars Wendler <polynomial-c@gentoo.org>
|
|
||||||
-readline-6.3_p6-r1.ebuild, +readline-6.3_p8-r1.ebuild,
|
|
||||||
+files/readline-6.3-fix-long-prompt-vi-search.patch,
|
|
||||||
-files/readline-6.3-horizontal-redisplay.patch,
|
|
||||||
-files/readline-6.3-readline-sigint-cleanup.patch,
|
|
||||||
-files/readline-6.3-revert-all-at-newline-history-segfault.patch:
|
|
||||||
Revbump to fix very long prompts in vi mode. Removed old.
|
|
||||||
|
|
||||||
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Stable for ia64, wrt bug #512012
|
|
||||||
|
|
||||||
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Stable for ppc64, wrt bug #518006
|
|
||||||
|
|
||||||
*readline-6.3_p8 (12 Aug 2014)
|
|
||||||
|
|
||||||
12 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.3_p6.ebuild,
|
|
||||||
+readline-6.3_p8.ebuild:
|
|
||||||
Version bump. Removed old.
|
|
||||||
|
|
||||||
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Stable for ppc, wrt bug #512012
|
|
||||||
|
|
||||||
18 Jul 2014; Pacho Ramos <pacho@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
x86 stable, bug #513802
|
|
||||||
|
|
||||||
18 Jul 2014; Matt Turner <mattst88@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
alpha stable, bug 513802.
|
|
||||||
|
|
||||||
11 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Mark arm64 stable
|
|
||||||
|
|
||||||
11 Jul 2014; Markus Meier <maekke@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
arm stable, bug #513802
|
|
||||||
|
|
||||||
*readline-6.3_p6-r1 (08 Jul 2014)
|
|
||||||
|
|
||||||
08 Jul 2014; Lars Wendler <polynomial-c@gentoo.org>
|
|
||||||
-readline-6.3_p5-r1.ebuild, +readline-6.3_p6-r1.ebuild,
|
|
||||||
+files/readline-6.3-revert-all-at-newline-history-segfault.patch:
|
|
||||||
Revbump to fix a segfault with revert-all-at-newline. Removed old.
|
|
||||||
|
|
||||||
06 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
amd64 stable wrt bug #513802
|
|
||||||
|
|
||||||
06 Jul 2014; Jeroen Roovers <jer@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Stable for HPPA (bug #513802).
|
|
||||||
|
|
||||||
18 Jun 2014; Michał Górny <mgorny@gentoo.org> readline-6.2_p5-r1.ebuild,
|
|
||||||
readline-6.3_p5-r1.ebuild, readline-6.3_p6.ebuild:
|
|
||||||
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
|
|
||||||
#513718.
|
|
||||||
|
|
||||||
*readline-6.3_p6 (18 May 2014)
|
|
||||||
|
|
||||||
18 May 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.3_p5.ebuild,
|
|
||||||
+readline-6.3_p6.ebuild:
|
|
||||||
Version bump. Removed old.
|
|
||||||
|
|
||||||
28 Apr 2014; Michał Górny <mgorny@gentoo.org> readline-6.2_p5-r1.ebuild,
|
|
||||||
readline-6.3_p5-r1.ebuild, readline-6.3_p5.ebuild:
|
|
||||||
Replace multilib_build_binaries with multilib_is_native_abi, in order to put
|
|
||||||
an end to the confusion introduced by having two functions, the proper one
|
|
||||||
suggesting it is just for binaries.
|
|
||||||
|
|
||||||
*readline-6.3_p5-r1 (22 Apr 2014)
|
|
||||||
|
|
||||||
22 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.3_p3.ebuild,
|
|
||||||
+readline-6.3_p5-r1.ebuild, +files/readline-6.3-horizontal-redisplay.patch:
|
|
||||||
Added upstream fix. Removed old.
|
|
||||||
|
|
||||||
*readline-6.3_p5 (16 Apr 2014)
|
|
||||||
|
|
||||||
16 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> +readline-6.3_p5.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
*readline-6.3_p3 (31 Mar 2014)
|
|
||||||
|
|
||||||
31 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.3-r4.ebuild,
|
|
||||||
+readline-6.3_p3.ebuild, -files/readline-6.3-dispatch-multikey.patch,
|
|
||||||
-files/readline-6.3-vi-last.patch:
|
|
||||||
Bump to latest official patch release.
|
|
||||||
|
|
||||||
*readline-6.3-r4 (28 Mar 2014)
|
|
||||||
|
|
||||||
28 Mar 2014; Mike Frysinger <vapier@gentoo.org> +readline-6.3-r4.ebuild,
|
|
||||||
-readline-6.3-r3.ebuild, files/readline-6.3-dispatch-multikey.patch:
|
|
||||||
Update multikey patch from upstream #504440#8 by Martin von Gagern.
|
|
||||||
|
|
||||||
*readline-6.3-r3 (28 Mar 2014)
|
|
||||||
|
|
||||||
28 Mar 2014; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-6.3-readline-sigint-cleanup.patch, +readline-6.3-r3.ebuild,
|
|
||||||
-readline-6.3-r2.ebuild:
|
|
||||||
Add fix from upstream for CTRL+C display.
|
|
||||||
|
|
||||||
*readline-6.3-r2 (13 Mar 2014)
|
|
||||||
|
|
||||||
13 Mar 2014; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-6.3-dispatch-multikey.patch, +readline-6.3-r2.ebuild,
|
|
||||||
-readline-6.3-r1.ebuild:
|
|
||||||
Add fix from upstream for some crashes #504440 by Seemant Kulleen.
|
|
||||||
|
|
||||||
*readline-6.3-r1 (10 Mar 2014)
|
|
||||||
|
|
||||||
10 Mar 2014; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-6.3-vi-last.patch, +readline-6.3-r1.ebuild,
|
|
||||||
-readline-6.3.ebuild:
|
|
||||||
Force some cross-compile tests to the right answer #503312 by Hristo Venev.
|
|
||||||
Add fix from upstream for vi mode.
|
|
||||||
|
|
||||||
28 Feb 2014; Mike Frysinger <vapier@gentoo.org> readline-6.3.ebuild:
|
|
||||||
Unmask for all.
|
|
||||||
|
|
||||||
*readline-6.3 (27 Feb 2014)
|
|
||||||
|
|
||||||
27 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> +readline-6.3.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
20 Jan 2014; Mike Frysinger <vapier@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Depend on virtual/pkgconfig for ncurses needs #498586 by palme3000.
|
|
||||||
|
|
||||||
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> readline-6.2_p1.ebuild,
|
|
||||||
readline-6.2_p5-r1.ebuild:
|
|
||||||
Add arm64 love.
|
|
||||||
|
|
||||||
07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.1.ebuild,
|
|
||||||
-readline-6.1_p2.ebuild, -readline-6.2.ebuild, -readline-6.2_p1-r1.ebuild,
|
|
||||||
-readline-6.2_p4.ebuild, -readline-6.2_p5.ebuild,
|
|
||||||
-files/readline-6.1-rlfe-freebsd.patch:
|
|
||||||
Removed old versions and files.
|
|
||||||
|
|
||||||
30 Dec 2013; Mike Frysinger <vapier@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
tweak rlfe sed a bit #457558
|
|
||||||
|
|
||||||
30 Dec 2013; Alexis Ballier <aballier@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
update blocker on emul-linux
|
|
||||||
|
|
||||||
29 Dec 2013; Mike Frysinger <vapier@gentoo.org> readline-6.2_p5-r1.ebuild:
|
|
||||||
Update rlfe helper to use ncurses info via pkg-config #457558 by Travis
|
|
||||||
Hansen.
|
|
||||||
|
|
||||||
*readline-6.2_p5-r1 (27 Dec 2013)
|
|
||||||
|
|
||||||
27 Dec 2013; Michał Górny <mgorny@gentoo.org> +readline-6.2_p5-r1.ebuild:
|
|
||||||
Add multilib support, bug #496006.
|
|
||||||
|
|
||||||
25 Dec 2013; Mike Frysinger <vapier@gentoo.org> readline-6.2_p5.ebuild:
|
|
||||||
update dodoc line
|
|
||||||
|
|
||||||
*readline-6.2_p5 (25 Dec 2013)
|
|
||||||
|
|
||||||
25 Dec 2013; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-6.2-rlfe-tgoto.patch, +readline-6.2_p5.ebuild:
|
|
||||||
Version bump. Fix tgoto test in rlfe example #385091 by Agostino Sarubbo.
|
|
||||||
Use pkg-config to get ncurses linking info #457558 by Travis Hansen. Export
|
|
||||||
AR ourselves to use a better default #484866 by Agostino Sarubbo.
|
|
||||||
|
|
||||||
17 Feb 2013; Zac Medico <zmedico@gentoo.org> readline-6.2_p4.ebuild:
|
|
||||||
Add ~arm-linux keyword.
|
|
||||||
|
|
||||||
*readline-6.2_p4 (03 Jan 2013)
|
|
||||||
|
|
||||||
03 Jan 2013; Mike Frysinger <vapier@gentoo.org> +readline-6.2_p4.ebuild:
|
|
||||||
Version bump #449810 by Lars Wendler.
|
|
||||||
|
|
||||||
30 Apr 2012; Mike Frysinger <vapier@gentoo.org> readline-6.2_p1-r1.ebuild:
|
|
||||||
Create a config.cache with first configure and re-use it with the rlfe subdir
|
|
||||||
for a slight speedup.
|
|
||||||
|
|
||||||
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> readline-6.2_p1-r1.ebuild:
|
|
||||||
keyword ~amd64-fbsd
|
|
||||||
|
|
||||||
14 Apr 2012; Zac Medico <zmedico@gentoo.org> readline-6.2_p1-r1.ebuild:
|
|
||||||
Add ~amd64-linux and ~x86-linux keywords.
|
|
||||||
|
|
||||||
28 Mar 2012; Mike Frysinger <vapier@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
Drop ancient bash depend in stable ebuild too.
|
|
||||||
|
|
||||||
*readline-6.2_p1-r1 (10 Mar 2012)
|
|
||||||
|
|
||||||
10 Mar 2012; Mike Frysinger <vapier@gentoo.org> +readline-6.2_p1-r1.ebuild:
|
|
||||||
Add USE=static-libs support #378299 by Agostino Sarubbo.
|
|
||||||
|
|
||||||
06 Jan 2012; Mark Loeser <halcy0n@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
Stable for ppc64; bug #384463
|
|
||||||
|
|
||||||
23 Oct 2011; nixnut <nixnut@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
ppc stable #384463
|
|
||||||
|
|
||||||
12 Oct 2011; Raúl Porcel <armin76@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
alpha/ia64/m68k/s390/sh/sparc stable wrt #384463
|
|
||||||
|
|
||||||
09 Oct 2011; Jeroen Roovers <jer@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
Stable for HPPA (bug #384463).
|
|
||||||
|
|
||||||
08 Oct 2011; Markus Meier <maekke@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
arm stable, bug #384463
|
|
||||||
|
|
||||||
01 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
x86 stable wrt bug #384463
|
|
||||||
|
|
||||||
26 Sep 2011; Tony Vroon <chainsaw@gentoo.org> readline-6.2_p1.ebuild:
|
|
||||||
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
|
|
||||||
Elijah "Armageddon" El Lazkani in bug #384463.
|
|
||||||
|
|
||||||
26 Sep 2011; Mike Frysinger <vapier@gentoo.org> readline-6.1.ebuild,
|
|
||||||
readline-6.1_p2.ebuild, readline-6.2.ebuild, readline-6.2_p1.ebuild:
|
|
||||||
Drop unused autotools include #384463#1 by Agostino Sarubbo.
|
|
||||||
|
|
||||||
*readline-6.2_p1 (01 Mar 2011)
|
|
||||||
|
|
||||||
01 Mar 2011; Mike Frysinger <vapier@gentoo.org> +readline-6.2_p1.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
01 Mar 2011; Brent Baude <ranger@gentoo.org> readline-6.1_p2.ebuild:
|
|
||||||
stable ppc64, bug 354939
|
|
||||||
|
|
||||||
26 Feb 2011; Raúl Porcel <armin76@gentoo.org> readline-6.1_p2.ebuild:
|
|
||||||
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #354939
|
|
||||||
|
|
||||||
22 Feb 2011; nixnut <nixnut@gentoo.org> readline-6.1_p2.ebuild:
|
|
||||||
ppc stable #354939
|
|
||||||
|
|
||||||
21 Feb 2011; Jeroen Roovers <jer@gentoo.org> readline-6.1_p2.ebuild:
|
|
||||||
Stable for HPPA (bug #354939).
|
|
||||||
|
|
||||||
20 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
|
||||||
readline-6.1_p2.ebuild:
|
|
||||||
x86 stable wrt bug #354939
|
|
||||||
|
|
||||||
16 Feb 2011; Markos Chandras <hwoarang@gentoo.org> readline-6.1_p2.ebuild:
|
|
||||||
Stable on amd64 wrt bug #354939
|
|
||||||
|
|
||||||
*readline-6.2 (15 Feb 2011)
|
|
||||||
|
|
||||||
15 Feb 2011; Mike Frysinger <vapier@gentoo.org> +readline-6.2.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
09 May 2010; Raúl Porcel <armin76@gentoo.org> readline-6.1.ebuild:
|
|
||||||
alpha stable wrt #310819
|
|
||||||
|
|
||||||
09 Apr 2010; Markos Chandras <hwoarang@gentoo.org> readline-6.1.ebuild:
|
|
||||||
Stable on amd64 wrt bug #310819
|
|
||||||
|
|
||||||
07 Apr 2010; Mike Frysinger <vapier@gentoo.org> readline-6.1.ebuild:
|
|
||||||
Mark arm/ia64/s390/sh stable #310819.
|
|
||||||
|
|
||||||
01 Apr 2010; Jeroen Roovers <jer@gentoo.org> readline-6.1.ebuild:
|
|
||||||
Stable for HPPA (bug #310819).
|
|
||||||
|
|
||||||
30 Mar 2010; Christian Faulhammer <fauli@gentoo.org> readline-6.1.ebuild:
|
|
||||||
stable x86, bug 310819
|
|
||||||
|
|
||||||
27 Mar 2010; Tiago Cunha <tcunha@gentoo.org> readline-6.1.ebuild:
|
|
||||||
stable sparc, bug 310819
|
|
||||||
|
|
||||||
24 Mar 2010; Javier Villavicencio <the_paya@gentoo.org>
|
|
||||||
readline-6.1_p2.ebuild, +files/readline-6.1-rlfe-freebsd.patch:
|
|
||||||
Fix for bug 301508, rlfe build on FreeBSD.
|
|
||||||
|
|
||||||
23 Mar 2010; Brent Baude <ranger@gentoo.org> readline-6.1.ebuild:
|
|
||||||
stable ppc, bug 310819
|
|
||||||
|
|
||||||
23 Mar 2010; Brent Baude <ranger@gentoo.org> readline-6.1.ebuild:
|
|
||||||
Marking readline-6.1 ppc64 for bug 310819
|
|
||||||
|
|
||||||
*readline-6.1_p2 (23 Mar 2010)
|
|
||||||
|
|
||||||
23 Mar 2010; Mike Frysinger <vapier@gentoo.org> +readline-6.1_p2.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
12 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
|
|
||||||
readline-6.0_p4.ebuild, readline-6.1.ebuild:
|
|
||||||
Fix license from GPL-2 to GPL-3 wrt #308829 by Thomas Kahle.
|
|
||||||
|
|
||||||
24 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
|
|
||||||
readline-6.0_p4.ebuild:
|
|
||||||
Stable on alpha, bug #297906
|
|
||||||
|
|
||||||
06 Jan 2010; Markus Meier <maekke@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
amd64 stable, bug #297906
|
|
||||||
|
|
||||||
*readline-6.1 (05 Jan 2010)
|
|
||||||
|
|
||||||
05 Jan 2010; Mike Frysinger <vapier@gentoo.org> +readline-6.1.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
05 Jan 2010; Mike Frysinger <vapier@gentoo.org> readline-5.2_p14.ebuild:
|
|
||||||
Stabilize old ABI SLOT version.
|
|
||||||
|
|
||||||
29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
|
|
||||||
readline-6.0_p4.ebuild:
|
|
||||||
stable x86, bug 297906
|
|
||||||
|
|
||||||
28 Dec 2009; nixnut <nixnut@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
ppc stable #297906
|
|
||||||
|
|
||||||
28 Dec 2009; Tiago Cunha <tcunha@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
stable sparc, bug 297906
|
|
||||||
|
|
||||||
26 Dec 2009; Brent Baude <ranger@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
Marking readline-6.0_p4 ppc64 for bug 297906
|
|
||||||
|
|
||||||
24 Dec 2009; Jeroen Roovers <jer@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
Stable for HPPA (bug #297906).
|
|
||||||
|
|
||||||
05 Oct 2009; Raúl Porcel <armin76@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
ia64/m68k/s390/sh/sparc stable wrt #283155
|
|
||||||
|
|
||||||
*readline-5.2_p14 (03 Oct 2009)
|
|
||||||
|
|
||||||
03 Oct 2009; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p14.ebuild:
|
|
||||||
New version for .5 SONAME only.
|
|
||||||
|
|
||||||
30 Sep 2009; Mike Frysinger <vapier@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
Restore readline symlink to find local headers.
|
|
||||||
|
|
||||||
27 Sep 2009; Mike Frysinger <vapier@gentoo.org> readline-6.0_p4.ebuild:
|
|
||||||
Link rlfe dynamically against readline #284568 by Jonathan Callen.
|
|
||||||
|
|
||||||
19 Sep 2009; nixnut <nixnut@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
ppc stable #283155
|
|
||||||
|
|
||||||
13 Sep 2009; Markus Meier <maekke@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
arm stable, bug #283155
|
|
||||||
|
|
||||||
09 Sep 2009; Markus Meier <maekke@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
amd64/x86 stable, bug #283155
|
|
||||||
|
|
||||||
07 Sep 2009; Tobias Klausmann <klausman@gentoo.org>
|
|
||||||
readline-6.0_p3.ebuild:
|
|
||||||
Stable on alpha, bug #283155
|
|
||||||
|
|
||||||
07 Sep 2009; Tobias Klausmann <klausman@gentoo.org>
|
|
||||||
readline-6.0_p3.ebuild:
|
|
||||||
Stable on alpha, bug #283155
|
|
||||||
|
|
||||||
07 Sep 2009; Jeroen Roovers <jer@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
Stable for HPPA (bug #283155).
|
|
||||||
|
|
||||||
31 Aug 2009; Brent Baude <ranger@gentoo.org> readline-6.0_p3.ebuild:
|
|
||||||
stable ppc64, bug 283155
|
|
||||||
|
|
||||||
*readline-6.0_p4 (29 Aug 2009)
|
|
||||||
|
|
||||||
29 Aug 2009; Mike Frysinger <vapier@gentoo.org> +readline-6.0_p4.ebuild:
|
|
||||||
Version bump #283138 by Arfrever Frehtes Taifersar Arahesis.
|
|
||||||
|
|
||||||
18 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
|
|
||||||
readline-6.0_p3.ebuild:
|
|
||||||
Fix build on Gentoo/FreeBSD by removing references do objformat.
|
|
||||||
|
|
||||||
*readline-6.0_p3 (17 May 2009)
|
|
||||||
|
|
||||||
17 May 2009; Mike Frysinger <vapier@gentoo.org> +readline-6.0_p3.ebuild:
|
|
||||||
Version bump #270170 by Lars Wendler.
|
|
||||||
|
|
||||||
24 Feb 2009; Joshua Kinard <kumba@gentoo.org> readline-6.0.ebuild:
|
|
||||||
Skip the rlfe bits if doing cross-compiling.
|
|
||||||
|
|
||||||
*readline-4.3_p5 (23 Feb 2009)
|
|
||||||
|
|
||||||
23 Feb 2009; Mike Frysinger <vapier@gentoo.org> +readline-4.3_p5.ebuild:
|
|
||||||
Add a readline-4.x ebuild for the ABI lib only.
|
|
||||||
|
|
||||||
*readline-6.0 (21 Feb 2009)
|
|
||||||
|
|
||||||
21 Feb 2009; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-6.0-rlfe-build.patch, +readline-6.0.ebuild:
|
|
||||||
Version bump #259830 by Lars (Polynomial-C).
|
|
||||||
|
|
||||||
21 Feb 2009; Ferris McCormick <fmccor@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
Sparc really stable this time --- Bug #255707.
|
|
||||||
|
|
||||||
15 Feb 2009; Brent Baude <ranger@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
stable ppc, bug 255707
|
|
||||||
|
|
||||||
07 Feb 2009; Raúl Porcel <armin76@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
arm/ia64/s390/sh/sparc stable wrt #255707
|
|
||||||
|
|
||||||
26 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
|
|
||||||
readline-5.2_p13.ebuild:
|
|
||||||
Stable on alpha, bug #255707
|
|
||||||
|
|
||||||
24 Jan 2009; Jeroen Roovers <jer@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
Stable for HPPA (bug #255707).
|
|
||||||
|
|
||||||
24 Jan 2009; Markus Meier <maekke@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
amd64/x86 stable, bug #255707
|
|
||||||
|
|
||||||
23 Jan 2009; Brent Baude <ranger@gentoo.org> readline-5.2_p13.ebuild:
|
|
||||||
stable ppc64, bug 255707
|
|
||||||
|
|
||||||
*readline-5.2_p13 (23 Nov 2008)
|
|
||||||
|
|
||||||
23 Nov 2008; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p13.ebuild:
|
|
||||||
Version bump #247646 by Lars (Polynomial-C).
|
|
||||||
|
|
||||||
08 Apr 2008; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.2-no-ignore-shlib-errors.patch,
|
|
||||||
readline-5.2_p12-r1.ebuild:
|
|
||||||
Dont ignore errors in the shlib subdir #216952 by Markus Ullmann.
|
|
||||||
|
|
||||||
26 Feb 2008; Santiago M. Mola <coldwind@gentoo.org>
|
|
||||||
readline-5.2_p12-r1.ebuild:
|
|
||||||
amd64 stable wrt bug #211332
|
|
||||||
|
|
||||||
26 Feb 2008; Brent Baude <ranger@gentoo.org> readline-5.2_p12-r1.ebuild:
|
|
||||||
stable ppc, bug 211332
|
|
||||||
|
|
||||||
26 Feb 2008; Brent Baude <ranger@gentoo.org> readline-5.2_p12-r1.ebuild:
|
|
||||||
stable ppc64, bug 211332
|
|
||||||
|
|
||||||
25 Feb 2008; Jeroen Roovers <jer@gentoo.org> readline-5.2_p12-r1.ebuild:
|
|
||||||
Stable for HPPA (bug #211332).
|
|
||||||
|
|
||||||
07 Feb 2008; Raúl Porcel <armin76@gentoo.org> readline-5.2_p12-r1.ebuild:
|
|
||||||
alpha/ia64/sparc/x86 stable
|
|
||||||
|
|
||||||
*readline-5.2_p12-r1 (02 Jan 2008)
|
|
||||||
|
|
||||||
02 Jan 2008; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+readline-5.2_p12-r1.ebuild:
|
|
||||||
Make sure we continue to always link against ncurses as reported by welp.
|
|
||||||
|
|
||||||
*readline-5.2_p12 (02 Jan 2008)
|
|
||||||
|
|
||||||
02 Jan 2008; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p12.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
29 Sep 2007; Jeroen Roovers <jer@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Stable for HPPA (bug #194013).
|
|
||||||
|
|
||||||
28 Sep 2007; nixnut <nixnut@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Stable on ppc wrt bug 194013
|
|
||||||
|
|
||||||
28 Sep 2007; Raúl Porcel <armin76@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
alpha/ia64/x86 stable wrt #194013
|
|
||||||
|
|
||||||
28 Sep 2007; Ferris McCormick <fmccor@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Sparc stable --- Bug #194013
|
|
||||||
|
|
||||||
28 Sep 2007; Christoph Mende <angelos@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Stable on amd64 wrt bug #194013
|
|
||||||
|
|
||||||
28 Sep 2007; Joshua Kinard <kumba@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Stable on mips, per #194013.
|
|
||||||
|
|
||||||
27 Sep 2007; Brent Baude <ranger@gentoo.org> readline-5.2_p7.ebuild:
|
|
||||||
Marking readline-5.2_p7 ppc64 for 194013
|
|
||||||
|
|
||||||
*readline-5.2_p7 (24 Aug 2007)
|
|
||||||
|
|
||||||
24 Aug 2007; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p7.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
30 Jul 2007; Markus Rothe <corsair@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
Stable on ppc64; bug #186286
|
|
||||||
|
|
||||||
25 Jul 2007; Jeroen Roovers <jer@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
Stable for HPPA (bug #186286).
|
|
||||||
|
|
||||||
24 Jul 2007; Steve Dibb <beandog@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
amd64 stable, bug 186286
|
|
||||||
|
|
||||||
23 Jul 2007; Raúl Porcel <armin76@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
alpha stable wrt #186286
|
|
||||||
|
|
||||||
23 Jul 2007; nixnut <nixnut@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
Stable on ppc wrt bug 186286
|
|
||||||
|
|
||||||
23 Jul 2007; Joshua Kinard <kumba@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
Stable on mips, per #186286.
|
|
||||||
|
|
||||||
23 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org>
|
|
||||||
readline-5.2_p4.ebuild:
|
|
||||||
Stable on sparc wrt #186286
|
|
||||||
|
|
||||||
30 Jun 2007; Raúl Porcel <armin76@gentoo.org> readline-5.2_p4.ebuild:
|
|
||||||
ia64/x86 stable
|
|
||||||
|
|
||||||
12 May 2007; Joshua Kinard <kumba@gentoo.org> readline-5.2_p2.ebuild:
|
|
||||||
Stable on mips.
|
|
||||||
|
|
||||||
*readline-5.2_p4 (02 May 2007)
|
|
||||||
|
|
||||||
02 May 2007; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p4.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
24 Apr 2007; Raúl Porcel <armin76@gentoo.org> readline-5.2_p2.ebuild:
|
|
||||||
ia64 + x86 stable
|
|
||||||
|
|
||||||
*readline-5.2_p2 (22 Mar 2007)
|
|
||||||
|
|
||||||
22 Mar 2007; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p2.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
13 Jan 2007; Mike Frysinger <vapier@gentoo.org> readline-4.3-r5.ebuild,
|
|
||||||
readline-5.0-r2.ebuild, readline-5.1_p4.ebuild, readline-5.2.ebuild,
|
|
||||||
readline-5.2_p1.ebuild:
|
|
||||||
Switch to using preserve_old_lib().
|
|
||||||
|
|
||||||
04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
Remove gnuconfig usage.
|
|
||||||
|
|
||||||
*readline-5.2_p1 (16 Dec 2006)
|
|
||||||
|
|
||||||
16 Dec 2006; Mike Frysinger <vapier@gentoo.org> +readline-5.2_p1.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
17 Oct 2006; Roy Marples <uberlord@gentoo.org> readline-5.1_p4.ebuild,
|
|
||||||
readline-5.2.ebuild:
|
|
||||||
Added ~sparc-fbsd keyword.
|
|
||||||
|
|
||||||
13 Oct 2006; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.2-rlfe-build.patch, readline-5.2.ebuild:
|
|
||||||
Link against the local readline #151174 by Javier Armendariz.
|
|
||||||
|
|
||||||
13 Oct 2006; Roy Marples <uberlord@gentoo.org>
|
|
||||||
+files/readline-5.1-fbsd-pic.patch, readline-5.1_p4.ebuild,
|
|
||||||
readline-5.2.ebuild:
|
|
||||||
Always build with -fPIC on FreeBSD.
|
|
||||||
|
|
||||||
*readline-5.2 (12 Oct 2006)
|
|
||||||
|
|
||||||
12 Oct 2006; Mike Frysinger <vapier@gentoo.org> +readline-5.2.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
19 Aug 2006; Fabian Groffen <grobian@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Marked ppc-macos stable for progressive users (bug #129885)
|
|
||||||
|
|
||||||
27 Apr 2006; Alec Warner <antarus@gentoo.org>
|
|
||||||
files/digest-readline-4.3-r5, files/digest-readline-4.3-r6,
|
|
||||||
files/digest-readline-5.0-r2, Manifest:
|
|
||||||
Fixing SHA256 digest, pass four
|
|
||||||
|
|
||||||
29 Apr 2006; Joshua Kinard <kumba@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Marked stable on mips.
|
|
||||||
|
|
||||||
18 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org>
|
|
||||||
readline-5.1_p4.ebuild:
|
|
||||||
Stable on sparc wrt #129885
|
|
||||||
|
|
||||||
17 Apr 2006; Markus Rothe <corsair@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Stable on ppc64; bug #129885
|
|
||||||
|
|
||||||
16 Apr 2006; Bryan Østergaard <kloeri@gentoo.org readline-5.1_p4.ebuild:
|
|
||||||
Stable on alpha, bug 129885.
|
|
||||||
|
|
||||||
15 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Marked stable on amd64, bug 129885.
|
|
||||||
|
|
||||||
15 Apr 2006; <nixnut@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Stable on ppc. Bug #129885
|
|
||||||
|
|
||||||
15 Apr 2006; Mark Loeser <halcy0n@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Stable on x86; bug #129885
|
|
||||||
|
|
||||||
30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> readline-5.1_p4.ebuild:
|
|
||||||
Add ~x86-fbsd keyword.
|
|
||||||
|
|
||||||
*readline-5.1_p4 (21 Mar 2006)
|
|
||||||
|
|
||||||
21 Mar 2006; Mike Frysinger <vapier@gentoo.org> +readline-5.1_p4.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
*readline-5.1_p2 (17 Mar 2006)
|
|
||||||
|
|
||||||
17 Mar 2006; Mike Frysinger <vapier@gentoo.org> +readline-5.1_p3.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
09 Feb 2006; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
files/readline-5.1-rlfe-uclibc.patch:
|
|
||||||
Make sys/stropts.h a proper configure check/include and pull in more headers
|
|
||||||
to silence warnings #117060 by Benigno B. Junior.
|
|
||||||
|
|
||||||
*readline-5.1_p2 (04 Feb 2006)
|
|
||||||
|
|
||||||
04 Feb 2006; Mike Frysinger <vapier@gentoo.org> +readline-5.1_p2.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
05 Jan 2006; Diego Pettenò <flameeyes@gentoo.org>
|
|
||||||
+files/readline-5.1-rlfe-libutil.patch, readline-5.1-r2.ebuild:
|
|
||||||
Add patch to complete rlfe linking when openpty() is in libutil.
|
|
||||||
|
|
||||||
27 Dec 2005; Joel Martin <kanaka@gentoo.org> readline-5.1-r2.ebuild:
|
|
||||||
Cross-compile fix was partially backed out, put it back in.
|
|
||||||
|
|
||||||
24 Dec 2005; <solar@gentoo.org> +files/readline-5.1-rlfe-uclibc.patch,
|
|
||||||
readline-5.1-r2.ebuild:
|
|
||||||
- uclibc does not contain a stropts.h so we exclude it from rlfe
|
|
||||||
|
|
||||||
24 Dec 2005; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.1-rlfe-build.patch, readline-5.1-r2.ebuild:
|
|
||||||
Make sure rlfe builds against the local version of readline #116483.
|
|
||||||
|
|
||||||
23 Dec 2005; Joel Martin <kanaka@gentoo.org> readline-5.1-r2.ebuild:
|
|
||||||
rlfe does not cross-compile, don't build it when cross-compiling
|
|
||||||
|
|
||||||
22 Dec 2005; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
-files/readline-5.1-callback-segv.patch, readline-5.1-r2.ebuild:
|
|
||||||
Update to use the official readline patch.
|
|
||||||
|
|
||||||
*readline-5.1-r2 (21 Dec 2005)
|
|
||||||
|
|
||||||
21 Dec 2005; Aron Griffis <agriffis@gentoo.org> +readline-5.1-r2.ebuild:
|
|
||||||
Install rlfe from the examples directory
|
|
||||||
|
|
||||||
*readline-5.1-r1 (20 Dec 2005)
|
|
||||||
|
|
||||||
20 Dec 2005; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.1-callback-segv.patch,
|
|
||||||
+files/readline-5.1-cleanups.patch, +readline-5.1-r1.ebuild:
|
|
||||||
Grab patch from SuSe for segfault #115326 by Seemant Kulleen.
|
|
||||||
|
|
||||||
*readline-5.1 (10 Dec 2005)
|
|
||||||
|
|
||||||
10 Dec 2005; Mike Frysinger <vapier@gentoo.org> +readline-5.1.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
10 Sep 2005; Kito <kito@gentoo.org> readline-5.0-r2.ebuild:
|
|
||||||
~ppc-macos keyword. Keep shlibs in /usr/lib and skip gen_usr_ldscript on
|
|
||||||
Darwin userland.
|
|
||||||
|
|
||||||
16 Jul 2005; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.0-darwin.patch, readline-5.0-r2.ebuild:
|
|
||||||
Fix support for Darwin8. Patch by Kito #99143.
|
|
||||||
|
|
||||||
27 Jun 2005; Aron Griffis <agriffis@gentoo.org>
|
|
||||||
+files/readline-5.0-parallel.patch, readline-5.0-r2.ebuild:
|
|
||||||
Fix parallel build
|
|
||||||
|
|
||||||
09 Jun 2005; Mike Frysinger <vapier@gentoo.org> readline-5.0-r2.ebuild:
|
|
||||||
Stabilize for all arches.
|
|
||||||
|
|
||||||
14 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> readline-4.3-r6.ebuild:
|
|
||||||
macos went away
|
|
||||||
|
|
||||||
*readline-5.0-r2 (12 Feb 2005)
|
|
||||||
|
|
||||||
12 Feb 2005; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/readline-5.0-del-backspace-policy.patch,
|
|
||||||
+files/readline-5.0-no_rpath.patch, +files/readline-5.0-self-insert.patch,
|
|
||||||
+files/readline-5.0-solaris.patch, +readline-5.0-r2.ebuild:
|
|
||||||
Add some patches from Debian/Fedora fixing #74807 by Ivan Todoroski in the
|
|
||||||
process.
|
|
||||||
|
|
||||||
11 Feb 2005; Mike Frysinger <vapier@gentoo.org> +files/5.0-solaris.patch,
|
|
||||||
readline-5.0-r1.ebuild:
|
|
||||||
Add patch by Sunil to fix solaris linking #81058.
|
|
||||||
|
|
||||||
03 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
|
|
||||||
Change encoding to UTF-8 for GLEP 31 compliance
|
|
||||||
|
|
||||||
24 Nov 2004; Mike Frysinger <vapier@gentoo.org> readline-5.0-r1.ebuild:
|
|
||||||
Force ncurses linking #71420.
|
|
||||||
|
|
||||||
30 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
Stable on sparc
|
|
||||||
|
|
||||||
*readline-5.0-r1 (29 Sep 2004)
|
|
||||||
|
|
||||||
29 Sep 2004; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+files/bash-3.0-etc-inputrc.patch, +readline-5.0-r1.ebuild:
|
|
||||||
Add more patches from upstream and add support for /etc/inputrc #38955.
|
|
||||||
|
|
||||||
29 Sep 2004; Lina Pezzella <j4rg0n@gentoo.org> readline-4.3-r6.ebuild:
|
|
||||||
Fixed collisions with history(3) on macos.
|
|
||||||
|
|
||||||
02 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> readline-5.0.ebuild:
|
|
||||||
get_libdir fixups for backwards compatibility with readline-4.
|
|
||||||
|
|
||||||
26 Aug 2004; Travis Tilley <lv@gentoo.org> readline-4.3-r5.ebuild,
|
|
||||||
readline-4.3-r6.ebuild, readline-5.0.ebuild:
|
|
||||||
readline failed to install correctly when lib64 was a directory, CONF_LIBDIR
|
|
||||||
wasnt set, and when using portage 2.0.50. to fix this i've converted the
|
|
||||||
ebuilds to using the new get_libdir function, set
|
|
||||||
--libdir=/usr/$(get_libdir), and changed einstall to make DESTDIR=${D}
|
|
||||||
install (since the version in 2.0.50 doesnt set libdir, breaking sandbox)
|
|
||||||
|
|
||||||
24 Aug 2004; Sven Wegener <swegener@gentoo.org> readline-4.1-r5.ebuild,
|
|
||||||
readline-4.3-r4.ebuild, readline-4.3-r5.ebuild, readline-4.3-r6.ebuild,
|
|
||||||
readline-5.0.ebuild:
|
|
||||||
Changed SRC_URI to use mirror:// syntax. Don't assign default to S and added
|
|
||||||
missing IUSE.
|
|
||||||
|
|
||||||
14 Aug 2004; Travis Tilley <lv@gentoo.org> readline-4.3-r5.ebuild,
|
|
||||||
readline-4.3-r6.ebuild, readline-5.0.ebuild:
|
|
||||||
added CONF_LIBDIR support and changed make install to einstall to avoid a
|
|
||||||
sandbox violation that occurs when CONF_LIBDIR is set
|
|
||||||
|
|
||||||
*readline-5.0 (28 Jul 2004)
|
|
||||||
|
|
||||||
28 Jul 2004; Mike Frysinger <vapier@gentoo.org> readline-4.3-r4.ebuild,
|
|
||||||
readline-4.3-r5.ebuild, readline-4.3-r6.ebuild, +readline-5.0.ebuild:
|
|
||||||
Version bump #58648. Also add in support for upgrading from previous
|
|
||||||
incompatible versions #29865.
|
|
||||||
|
|
||||||
02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
|
|
||||||
readline-4.1-r5.ebuild, readline-4.2a-r1.ebuild, readline-4.2a-r2.ebuild:
|
|
||||||
virtual/glibc -> virtual/libc
|
|
||||||
|
|
||||||
11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
Stable on alpha.
|
|
||||||
|
|
||||||
21 Mar 2004; Joshua Kinard <kumba@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
Added gnuconfig support for mips
|
|
||||||
|
|
||||||
21 Feb 2004; Brad House <brad_mssw@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
stable on amd64 for 2004.0 release
|
|
||||||
|
|
||||||
*readline-4.3-r5 (28 Sep 2003)
|
|
||||||
|
|
||||||
28 Sep 2003; Martin Schlemmer <azarah@gentoo.org> readline-4.3-r5.ebuild:
|
|
||||||
Update to use official patches, which also have the multi-byte stuff.
|
|
||||||
|
|
||||||
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
ia64 keywords.
|
|
||||||
|
|
||||||
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> readline-4.3-r4.ebuild:
|
|
||||||
Mark stable on alpha
|
|
||||||
|
|
||||||
15 Mar 2003; Martin Schlemmer <azarah@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
Remove /lib/*.old files, closing bug #16731. Mark stable for x86.
|
|
||||||
|
|
||||||
13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> readline-4.2a-r2.ebuild:
|
|
||||||
Marked ppc stable.
|
|
||||||
|
|
||||||
*readline-4.2a-r2 (13 Mar 2003)
|
|
||||||
|
|
||||||
13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> readline-4.2a-r2.ebuild:
|
|
||||||
force upgrade to install the proper header
|
|
||||||
|
|
||||||
20 Feb 2003; Zach Welch <zwelch@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
Added arm to keywords.
|
|
||||||
|
|
||||||
07 Feb 2003; Guy Martin <gmsoft@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
Added hppa to keywords.
|
|
||||||
|
|
||||||
12 Dec 2002; Jan Seidel <tuxus@gentoo.org> readline-4.2a-r1.ebuild :
|
|
||||||
|
|
||||||
Added mips to keywords.
|
|
||||||
|
|
||||||
*readline-4.3-r4 (09 Dec 2002)
|
|
||||||
|
|
||||||
28 Mar 2003; Christian Birchinger <joker@gentoo.org> readline-4.3-r4.ebuild:
|
|
||||||
Added sparc stable keyword
|
|
||||||
|
|
||||||
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
Marked as stable for mips.
|
|
||||||
|
|
||||||
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> readline-4.3-r4.ebuild :
|
|
||||||
|
|
||||||
Added a patch from upstream maintainer to fix bug:
|
|
||||||
|
|
||||||
http://bugs.gentoo.org/show_bug.cgi?id=11762
|
|
||||||
|
|
||||||
(Python segfaults when using latin-1 chars in interactive mode)
|
|
||||||
|
|
||||||
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
|
||||||
|
|
||||||
*readline-4.1-r5 (26 Oct 2002)
|
|
||||||
*readline-4.2a-r1 (26 Oct 2002)
|
|
||||||
|
|
||||||
05 Mar 2003; Seemant Kulleen <seemant@gentoo.org> readline-4.2a-r1.ebuild:
|
|
||||||
fixed a problem with a broken include in the tilde.h file
|
|
||||||
|
|
||||||
*readline-4.3-r3 (26 Oct 2002)
|
|
||||||
|
|
||||||
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> readline-4.3-r3.ebuild :
|
|
||||||
Marked as stable for mips.
|
|
||||||
|
|
||||||
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org> readline*.ebuild :
|
|
||||||
Add linker scripts in /usr/lib to fix bug #4411.
|
|
||||||
|
|
||||||
*readline-4.3-r2 (20 Oct 2002)
|
|
||||||
|
|
||||||
20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> readline-4.3-r2.ebuild :
|
|
||||||
Add some official patches.
|
|
||||||
|
|
||||||
*readline-4.3-r1 (1 Sep 2002)
|
|
||||||
|
|
||||||
1 Sep 2002; Martin Schlemmer <azarah@gentoo.org> readline-4.3-r1.ebuild :
|
|
||||||
Depend on bash that always link against internal readline, else bash
|
|
||||||
may break on readline update.
|
|
||||||
|
|
||||||
*readline-4.3 (30 Aug 2002)
|
|
||||||
|
|
||||||
30 Aug 2002; Mark Guertin <gerk@gentoo.org> readline-4.3.ebuild :
|
|
||||||
set -ppc, inplace upgrade completely broke system
|
|
||||||
|
|
||||||
30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> readline-4.3.ebuild
|
|
||||||
files/digest-readline-4.3 :
|
|
||||||
|
|
||||||
Version bump -- required by bash-2.05b (USE dependent, of course)
|
|
||||||
|
|
||||||
*readline-4.1-r4 (21 Mar 2002)
|
|
||||||
|
|
||||||
15 Jul 2002; Mark Guertin <gerk@gentoo.org>
|
|
||||||
Added ppc to keywords
|
|
||||||
|
|
||||||
21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> readline-4.1-r4.ebuild :
|
|
||||||
|
|
||||||
stefan@mdy.univie.ac.at discovered that html documentation was getting
|
|
||||||
gzipped. This fixes that.
|
|
||||||
|
|
||||||
*readline-4.1-r3 (1 Feb 2002)
|
|
||||||
|
|
||||||
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
|
|
||||||
|
|
||||||
Added initial ChangeLog which should be updated whenever the package is
|
|
||||||
updated in any way. This changelog is targetted to users. This means that the
|
|
||||||
comments should well explained and written in clean English. The details about
|
|
||||||
writing correct changelogs are explained in the skel.ChangeLog file which you
|
|
||||||
can find in the root directory of the portage repository.
|
|
||||||
@ -1,50 +1,34 @@
|
|||||||
AUX readline-5.0-no_rpath.patch 363 SHA256 59df6107772d1a93550bacc267a2c00f9dfd6d5380b8497d8fd756a7191b9e4b SHA512 c0344c5b831433ad3a8499a91d36615e849a9b520f8ca35cd9cae6d5bc55729adbf97d003e335d210cb3806b2f39af273b4b5f98380dac371dc184053e245bb2 WHIRLPOOL c0d2fe9d1d1f36cf89279f315c373a7385d255ebbeab8ebf1ede7b99196660611499c7db85554b036ad3df4f0b4375558b1d1ce7cbae5f5731172181f7d167ac
|
DIST readline-4.3.tar.gz 961662 BLAKE2B a7267200b79c8010d08f8aaa4e0ed357eaddb970287b262404074a1e50b0d7865bcee5492730808dc998799a1b64685d3bd91fb7098d1da778e40a2364f16126 SHA512 4dbc4d9f16a453f8cf6adefb5723b0f35ef79b8db7dcdfcdd2d6465cb62ca961035e5e9547bfa46d4cb1370d738b042e0e10f9233c3751925c6bccab41e7d182
|
||||||
AUX readline-5.2-no-ignore-shlib-errors.patch 688 SHA256 2c585c4e2d69d6b91157f378a3dd11cb49beefab808eef3350cf1b8357b2efc6 SHA512 23f88aee11a9ebe15406293695f3de2a7a6c52b8b138c199c64f9dbb9b59d9063f12f8693656e61611e72f6298f7d919016cd240434e78ea2232876690a8b738 WHIRLPOOL ae87d544fa32dbd2b6f27f164dd4e6d0e8a3f399d4a9bde81bcb631985c6e69db11705dc372c21a4f9d3a26cf4279023aeae97fd0d243ca8e1c0e547b59084a4
|
DIST readline-5.2.tar.gz 2037705 BLAKE2B df1012925f7cac8aa5d513097de97fa55c801993fbcf651e64468c0255cb27f7a2357613f8ab67791ab7799def57bde34376d3c41e65285689318f4b9cbedf84 SHA512 74318b32c56e888716bda2507228ecc374a24e85b2faeec4778227a9f04eb19de1fc8468c78746954c84f9e616a06dd0f8a4332ba4b438fefb7e222699baa379
|
||||||
AUX readline-6.2-rlfe-tgoto.patch 379 SHA256 6bd5db93cba1cdf751b424a25a1f08c87bae2b42ff59c6c0aa34d659115cbfc1 SHA512 1d2c3aafc949d92fdf6abbee60a60c80f0327f81694d5d8f3a166f1c24d37346caca3e72c9971106b96b2758a9a01269346954fe20bc381eb9da2e6a2737fc3c WHIRLPOOL daab79312136fa728ea77839d6ad663554055e2acd7acff036b8d168f4a0791d57503aa196be4f834caf32ba72ec73c3125adb9b11b5d6898bb796016e83175a
|
DIST readline-6.3.tar.gz 2468560 BLAKE2B 24488ec141734c050ba985a93423692396f105619bae3ce5b109bc68a4f43862bcf3a6fb8d82fec1145d665cdb408765e179379bb35f008d09c441fa2e5739df SHA512 f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401
|
||||||
AUX readline-6.3-fix-long-prompt-vi-search.patch 736 SHA256 42177ae7f747eeac432c60d67d31d6903edb919d0fd6bf31137ff4459061d99e SHA512 ad5bb44ba00f6f5e355b95078209e2e51f8d8ba9a924d00ef6aa3286e09c15fe0024efa0817f9e6d86b7aecb73150fcd69d0051a0f7fb37475921478f62ce0e0 WHIRLPOOL 117e007fa59669f73c69dd9acb02896231fb58524feab8bfeded9538dc9d4106ac678279e31c48cccb41a14c281aee9a94f5943d540fdddd99f768d53ee24a67
|
DIST readline-7.0.tar.gz 2910016 BLAKE2B 679b8aa7ce003017b729e6d8d4cb69d0f991578441a3e69005090079e61f6aa48b7ad4d0b1f34b6041528cf33254a1bf3ddb05b60db53a06e443d7922d49d0d4 SHA512 18243189d39bf0d4c8a76cddcce75243c1bae8824c686e9b6ba352667607e5b10c5feb79372a1093c1c388d821841670702e940df12eae94bcebdeed90047870
|
||||||
AUX readline-6.3-read-eof.patch 1913 SHA256 508323403e752296a63619e9a3fe4fdcd233f368f0f9944ccdc2c6bd69eebc2c SHA512 99728e35d64b466e2bea570412eec719c70841d205a5190c0000bcae55cf3ac2d659ae18e57b4c332525261d83e160054800cd89f4009ce3c76d1c3b4ac27223 WHIRLPOOL beda5876ea05f69f0b2e8005c60dca8290cc7943475352b6c26ab656273290d06a07ae62f28e3fc21c3c31ae628c744a6e5a8ebbc5328fa896f215d419dea270
|
DIST readline43-001 1126 BLAKE2B 42e7637b71936b59334dae72589b8b44256af7d3c79bec28490e13fa1fea954ce42afc1f51bb1d592da14c403d0c64565fa8823874d305ad385962b462536b5f SHA512 1bfcaf9fd36d154230682ef66a9561281822f09629f9923acfbacbaafd650974b4d94267e1bf74ab4a66f0e2da95e64894c78373c82bee593bd9afbae4af58bc
|
||||||
DIST readline-4.3.tar.gz 961662 SHA256 eeaf6f050b9f515b0636e5b4f2c153f9ef78e9061ee5dd74f612fab54c77bf88 SHA512 4dbc4d9f16a453f8cf6adefb5723b0f35ef79b8db7dcdfcdd2d6465cb62ca961035e5e9547bfa46d4cb1370d738b042e0e10f9233c3751925c6bccab41e7d182 WHIRLPOOL bad0852f5a97b747c79923bbef29dc48bb7730b96ba86dd444f63d9ee78fe0dda3edd249607dbaf98b3a8932b69cbcf0f79592cfc3757887791e38673dccb352
|
DIST readline43-002 738 BLAKE2B b4aca8deb8e32c94228c41e6a1e9dd2865e01662b6a8e28307e64b260f4a614d17949cab68aea0c4d2c9ca32a888f11a753cf6849a0a95fc5e9b315ea7e20a1d SHA512 546a7bfab27dd0b77f8b0683b82358a295d47e4e249e01d2e49612a2f113c18580c8276b17451e1edab61a26ddcff0267457a804120d5e0052dfe8e88632ddd2
|
||||||
DIST readline-5.2.tar.gz 2037705 SHA256 12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45 SHA512 74318b32c56e888716bda2507228ecc374a24e85b2faeec4778227a9f04eb19de1fc8468c78746954c84f9e616a06dd0f8a4332ba4b438fefb7e222699baa379 WHIRLPOOL 8641abf42316ab278207c0a25d9155d4d4fddaf0e704255b40708875b9f31bd3e6caf903550783c15b160bd2b86ffc129b2eb7a1fb4a641d8d58edc3b53145c3
|
DIST readline43-003 2202 BLAKE2B 435bf8c01a2c8419e97550c421945e11ad0d6f3326181c2e9e9c66d8baf12b4dc30894bad590532f917bbf30568e93439b49054c7b023179d5dd95aa309a8f8d SHA512 fbabbe5a11c2a17dd0cb47adfb40940c860069f0e99b1478546b0351471663094d032c8049e1a2ca060f4b51835bb6a824276e1864a627711e0805268386cb8e
|
||||||
DIST readline-6.2.tar.gz 2277926 SHA256 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381 SHA512 fa5b4f1b6f81bc0b3be0739adb06dab0668603ff256fe62b59ebfe21d5a9e340a758a8eef569df8c4c4ecb86cdd9698a6dabc2ee8c70a769de2bd5930c32ff59 WHIRLPOOL 5d92645085f253206c16533e3cb35bb382d6fe616bf2144feb06f9ffb9b4d7cc25ceaa846b98f17aa442552a0e80642a62d57fe20982e0ed8fdefb75c2f9bbf0
|
DIST readline43-004 3140 BLAKE2B 1032175956801dbf7435a2a162066c69b73d6c066bab7a1e80277c6190f6f81fc30ae002df7e32c98d6a43c11313de97937168fb149c323785a46747102cb4ed SHA512 8bc87915f5340f7f88266af0bb3aa976b40d8636373def11ec23dc412d112bc314eeac5ee2832be7993a03f2d0e38643964e838d69321c7d3e2e9ea1c606df79
|
||||||
DIST readline-6.3.tar.gz 2468560 SHA256 56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43 SHA512 f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401 WHIRLPOOL 7c68627559890dbebf1394b911cfd4675ec8862b84d4e067a207dd37a0a94482c8d92216195df2873bcdf03a0a86150663a9604cd65a0d78363376bc8ee4cfda
|
DIST readline43-005 1056 BLAKE2B 67905f87ec2042cc403cc1f8de2efccd74273aeddb4f32109ee226915f816a24f55102a130e66cb1b216115b619a3642901a892311e100f7ee95a39bcfcc725d SHA512 853fcb9cacce7a9ad0d29abe979a60291253fcb3fcae1fc067718a75d123ceb16e60d11a31583c8b5bd217d5f2460ebc77d8d2c89487a7331627348d5901281c
|
||||||
DIST readline-7.0-alpha.tar.gz 2929686 SHA256 415d6769f2b93db61f01ed3cdb34ba1878e19c69320570546f16ef543cb79632 SHA512 a3240668c2b31e4f171b034341bac7e0e0348869c9d59179724e036bb4cee57675c4aced2da53d7bca2d32ae710f0f6528bbc0af9fb6e3d1943031ee12cf5614 WHIRLPOOL e051293f8147e0c1882ae958b7c8b84dd1ffb2cf68dcb38a349c794f788d4691e8152dc56d5243ce34da52e2685bed71d674070a40db51ddd14d115a0ad5da39
|
DIST readline52-001 874 BLAKE2B c1ad1cc90dadcc01fa14a3315eb6317ad7640d1503d0d31309d912a19d295ad7eef1d8155a619c61728f78e5455b3e12d0d52cfef5aa7a2c06fecc9b5fe806d2 SHA512 65b92b5e03c20566eb3c7626e3ee9631e2b26932c34f2f95d88ae731df2805bcf63fc1215b97c97a2948e83b9373e3985ca1f64a598d84f1457bb33b605e5d9c
|
||||||
DIST readline43-001 1126 SHA256 787244afefceeaf8bfbdc95eef0c4d163ab05ecf178bb631fff287354df0d955 SHA512 1bfcaf9fd36d154230682ef66a9561281822f09629f9923acfbacbaafd650974b4d94267e1bf74ab4a66f0e2da95e64894c78373c82bee593bd9afbae4af58bc WHIRLPOOL 080c0cffb0637bba2f6819524291c8efd1832b42b7ca619fda551b00ed82558d9c03a6f739b350b8a1de2c32e6ab92fd86137a9620473439c5b6ced6d3a06f91
|
DIST readline52-002 1433 BLAKE2B 90ff0d1cff96d3f06e33d25570519aff602fc71f65ae508dc565586a0d729674011619ad973a321b2ebc84a184b6eb487a0eceff02c1cbbf641759136ddcd8c0 SHA512 9d5b5549c355e80608d76b532bdf358a4e26dac0b62f7c51055bb15ea831a74ad2ef25391ddc2b1615bff8974a2e89a8045567fb0c6d2726dde37aa02a0e6b31
|
||||||
DIST readline43-002 738 SHA256 3fd4694c4043b61010c44778ed61581073ac5ddee53436b0e4e1ad2bbe4da226 SHA512 546a7bfab27dd0b77f8b0683b82358a295d47e4e249e01d2e49612a2f113c18580c8276b17451e1edab61a26ddcff0267457a804120d5e0052dfe8e88632ddd2 WHIRLPOOL d3b43145a4ed207f353c5b95b52bdb81be31bd5b077ad60152799333ca582c7524c5587a4e0d9a0fc9246a114552f0c26933d2bc8f60e9de2536a8b6ec9f2cda
|
DIST readline52-003 1204 BLAKE2B c6327edd4c483ba122fa68cb5a06825e8bd0df83ff87294347a1fd923111b5dc7c309c9b6f9fbd9a53ba36a4a53e57d00fdbfec441012be37298bba2fec0d0be SHA512 7f1722adea9bb9a94277cfbc66d47f600654a0d43bce7def1405e1bb925e5fb324615dd588d1ff2555e6bdebbe3b4609237ba7f52d80689a45f80935e440a37c
|
||||||
DIST readline43-003 2202 SHA256 346120970e3860c776e3cf5fd78e4f09b0d326a3b633a508f35f3f0b56f4412b SHA512 fbabbe5a11c2a17dd0cb47adfb40940c860069f0e99b1478546b0351471663094d032c8049e1a2ca060f4b51835bb6a824276e1864a627711e0805268386cb8e WHIRLPOOL 076d101812e7a98d445fd447d816fd0b15c9690869f4a567d76287c495c257f85e4e79f11f7e6e8354093613ca1c0a758514672cec98d303279daf597dee2577
|
DIST readline52-004 2192 BLAKE2B 0bd5fba77facfe4a445b19394b1de5186fe976d038283342a9f0d068a2e69e55127fdfd7c7fe67c3549b16f8d3d807d61b9bebdbc23c5adbd188ab8969621298 SHA512 e0c0f87ca14a3d473aa31627385f1cb9c2daaf685d8bc0c25bfb2214d5665077a74c4589e3ff5bbc6d0e8b5321ac7fe0c4f7620761d46bbdca787a751e6dbd02
|
||||||
DIST readline43-004 3140 SHA256 82ede838829d2f39109851eddf2dc0144885d9fdeec4e07e0814f3465320edfd SHA512 8bc87915f5340f7f88266af0bb3aa976b40d8636373def11ec23dc412d112bc314eeac5ee2832be7993a03f2d0e38643964e838d69321c7d3e2e9ea1c606df79 WHIRLPOOL aa9e8152c600f891f2b2f40d3c3b986969eb787906cf78bd305cac5d4ab97cb47cf4e0f7fe868f62abc72f254e2e562ea4caa6fde0c0fecf7de859561abe324e
|
DIST readline52-005 8029 BLAKE2B 16c9208e451630566595c668b3f69d49257186543dd82e70d34d422c9e59cc57b6d5b0ed2be0c0afb769021c832915c3f9cfb3889e7ebcfb4a653658dbf26ea8 SHA512 bd7af4e71f1572811b37bccb68d5ebc20f2e7c21850d9ec55bc48fdf756f9ebaac888b0fc6d83b70e94e335056646e5021ec86b26100a976883ff72ee6d8d521
|
||||||
DIST readline43-005 1056 SHA256 7a06494282519d47cd7a0c13447f93d9178de43548a645a9808017cfa9bdb233 SHA512 853fcb9cacce7a9ad0d29abe979a60291253fcb3fcae1fc067718a75d123ceb16e60d11a31583c8b5bd217d5f2460ebc77d8d2c89487a7331627348d5901281c WHIRLPOOL 68e67ae313cca750d50eea0291be11cf9c69732481a5ecc75dbbc72b2ade3202fcc610f5b511bfa7a13c82103aef3a53d97b43e5966feeceab22b676ba5dff6d
|
DIST readline52-006 2820 BLAKE2B 4b6dbd3ad093f31deaeee388854e471d38859252ad127e319dc65de42ae98746cd2d1783df09cbd7f1379d8d4171b74f31da07f9560c2bb882bd374502d08dc9 SHA512 3523800517b24fa512f3bc8750ecb83be73d57c7d48636ac3aa6b681ee185b6460ce8461a046734b64d78834f89d18d4c9c1de92d1eee94294eeae7e2911ce93
|
||||||
DIST readline52-001 874 SHA256 eac304c369154059f93049ada328739faaf40338d3cb1fb4b544c93d5ce3f8d5 SHA512 65b92b5e03c20566eb3c7626e3ee9631e2b26932c34f2f95d88ae731df2805bcf63fc1215b97c97a2948e83b9373e3985ca1f64a598d84f1457bb33b605e5d9c WHIRLPOOL a11176d2bd2e02c5d81dc2791946251e89133d74d8621874db638a3854415e184934589b9c04d066035ca83f00b0de5e06876fddc7d6ca8e33203559b1eeda9c
|
DIST readline52-007 1523 BLAKE2B 8a7a47bf5647b162f36c32c5572481803f3bc6f203db55780f706aed2881ee1a21f4be8f47677ce3d6609ff8d4128e0a068c32d765fc6ed64239673ce7c12b21 SHA512 fe9471b237713ef7ce53fd0cf7bbb5a60720c64ec3df9dc58146d9c187511f0a6f480ae3f3b65168723e416ba4f08c67a2add0b01ede1149f72e7fc2ef21050f
|
||||||
DIST readline52-002 1433 SHA256 9deacaef25507a0c2ae0b661bf9342559b59a2954d66ea3c5f5bcd900fdfcf78 SHA512 9d5b5549c355e80608d76b532bdf358a4e26dac0b62f7c51055bb15ea831a74ad2ef25391ddc2b1615bff8974a2e89a8045567fb0c6d2726dde37aa02a0e6b31 WHIRLPOOL f45f3641984fbb519344f8be6cffb863ee9dd07dd4a59c83d8a722770e84d35be8722970e87afa47b7db6c568bf45cea8904136a92dcfab85e0c5f6b04591077
|
DIST readline52-008 2277 BLAKE2B c03d7f8f7d4e1b6215552dd9c11f0766d9c413633a052ee2364f007767bb0ac323727320f84292eb2d4cece5c696bbce32b59bf74daa7b8f05d8ff864a8a87ad SHA512 a864e970006146533dac885b00f53dcf1471f95d6143d8874fe8c8e056477d6c237cf2814625bf2031844285484757fa0ccf66d064ac2065ac62a21384d67c93
|
||||||
DIST readline52-003 1204 SHA256 2a55d2ecb1c9b0147aeb193a6323616ab31c1c525a83b2db3a994b15594ba934 SHA512 7f1722adea9bb9a94277cfbc66d47f600654a0d43bce7def1405e1bb925e5fb324615dd588d1ff2555e6bdebbe3b4609237ba7f52d80689a45f80935e440a37c WHIRLPOOL ad2bf92f7bcdd50f1bf2cacf917339590a9614237712f55f6432f0f6b7354b1a4c336be7784689749809d91b8f9e1b8e518642d315f84ee2a2fb4ff3235d1ad9
|
DIST readline52-009 1332 BLAKE2B 79a59ff0b88c243abc1772ebd2ac20db02e714193c0db173d449df45d7da043e3641cfa8ee21a7e4d1682bb380364ae9bfd80699b35af79f9213fd6a93ae65c5 SHA512 a19ca5b5875208f8ea4804461c1ba1b0e27feabb0a2a0db1fe9ea94b8d84e366e754688f5d8840f48c6bc22a02b0abcbaf35dd3361784b7db4e9e83629d840be
|
||||||
DIST readline52-004 2192 SHA256 a03b65633781efa7c3aae5d57162985e7b7a3c10acf0f2621be610e16f27e5f2 SHA512 e0c0f87ca14a3d473aa31627385f1cb9c2daaf685d8bc0c25bfb2214d5665077a74c4589e3ff5bbc6d0e8b5321ac7fe0c4f7620761d46bbdca787a751e6dbd02 WHIRLPOOL c4f95b2bdc4d2e87983f307d484276cac5e8cd1a14fdef316cba91f53e274a87928f5b7701e098d6d8e9e522320925b086786513f70599cc749dd010e27f9638
|
DIST readline52-010 1543 BLAKE2B 72d41d913e89ade35d5771090e6ed138b52cc405bf81924aaf42e6e99587d38dd5b9678f3f98a47019663295f619a5323a8e177c33c84d02235e6d7013d53c02 SHA512 851b7ee9fa3ab84e570723d445ade084fbb5af17fd4131520650f53000e93cb7c799c56cb00e8f906b230524b2fdda60970e72a44d1673d9bcd2c4de7ae400f8
|
||||||
DIST readline52-005 8029 SHA256 06001896514148a757ea6edbbd40c4fc4331dc653847244386c37b138b150f64 SHA512 bd7af4e71f1572811b37bccb68d5ebc20f2e7c21850d9ec55bc48fdf756f9ebaac888b0fc6d83b70e94e335056646e5021ec86b26100a976883ff72ee6d8d521 WHIRLPOOL 6fed5902600d880b181cde7962d0d8eb8f1552770cddf7e80fa2547da7f8f1b8da4dda06d1875510974c897136cfe36079c80aaa83ce81aafab5af39675f393b
|
DIST readline52-011 886 BLAKE2B d1c308f766e25e7f8105264ace08a6e979b4b7781ff39ac2b2fb63ef98e35971c012a69a4cb037fb9d984531aa6f50d530f40853d535127eb188ae3876002a6f SHA512 b4d813c3aa9c1f35962ea8ca6ad1abb34f4ed3ab91dd31eb1fc5e9b9e54da032e6fbfea583e472cc6d8c6baa4f2ad8f63efc22c749fd713e0704474aad74f0ae
|
||||||
DIST readline52-006 2820 SHA256 dfef3e982c0adf8bb5a9b7d0468ec8f5f18138b325e28759437464de5be71013 SHA512 3523800517b24fa512f3bc8750ecb83be73d57c7d48636ac3aa6b681ee185b6460ce8461a046734b64d78834f89d18d4c9c1de92d1eee94294eeae7e2911ce93 WHIRLPOOL b85c88d1bba3ac13d7379a6018d1d2a8c5fde78af37b28eeaf18e2ce3257e220b7ed36e106b649bd35f45b83703e7d5749a7ebe7e606857a8c774f4197a5f648
|
DIST readline52-012 3870 BLAKE2B d448fd35898a182aec77fda4db392d308bbbd2f3619318c13362c5ccb9c62271ddfd843420deedb85a7bbcd3ac8b1380c15f5c535c157a5a164564ec97e681a8 SHA512 2964c1c3a234223216ca3a099c42d8ee7de94fa7bee73ac346cc9991b9a11ad0406d3f9d785548f15170bf803714f4ffb0c2dfad19bb633358805c9b2e2873d3
|
||||||
DIST readline52-007 1523 SHA256 775b028c7b761397ac6ae1bdfbac7e896dc3b9b3adc2f91312499180ca13bdd1 SHA512 fe9471b237713ef7ce53fd0cf7bbb5a60720c64ec3df9dc58146d9c187511f0a6f480ae3f3b65168723e416ba4f08c67a2add0b01ede1149f72e7fc2ef21050f WHIRLPOOL 0a737ca595dcf8ce11f22e07b0927ba35f76981b7dcab38931536f38f9f94cf57882a555f3d0993b3b9d986156deaa8742db5ad50767beb7b68bda4cd067d3ba
|
DIST readline52-013 5147 BLAKE2B e111ac594922d5cb095b33bdca3e0a1255db597f68c577df85ea9675a003763f7572ad31f094249be3d643ec6f8277509a09c2dcff8fbb980e516a9ecfef672e SHA512 6c9addc3b130d5f034488cc9506f22bd183794fd1a8ac820c674b39761c8c47df1b69dc41c8be60054a068b2ae5fb63a76268b977ea07b33a8fcc4a829b55a8f
|
||||||
DIST readline52-008 2277 SHA256 a21b4e0bf0530b878bad24d5be23d18a9e03a75a31ae30844dc0933bb3d77ecd SHA512 a864e970006146533dac885b00f53dcf1471f95d6143d8874fe8c8e056477d6c237cf2814625bf2031844285484757fa0ccf66d064ac2065ac62a21384d67c93 WHIRLPOOL 2ec34f16bb51f2def75d6ba70a99073a8164157000bc2cdd84590060e7192c7c5aaedb67a89fa8602b02c5db3636262f6bd6d49321ca1130b9571d6d5c6285b4
|
DIST readline52-014 1244 BLAKE2B 421af06b92cfc59b2ec0fa9ae59c99e91a26542210f258667d5a44a8b1a119da7b58d2a0410f7690eeb5ace98a2797bddabaabf28175d650cb48c974f522ae59 SHA512 d262861e67b79059de3967ba820ce02a7d28eff33175ecb30b748d24c08f3a151da3c53430fc2d26da5934f198075c55d2f616b93fabd297d60b9c82bae17cf0
|
||||||
DIST readline52-009 1332 SHA256 138d5e0f0709a47a2d1621295a3dd5e3cc73b63b5cc28dab03abc4e94fe95ecf SHA512 a19ca5b5875208f8ea4804461c1ba1b0e27feabb0a2a0db1fe9ea94b8d84e366e754688f5d8840f48c6bc22a02b0abcbaf35dd3361784b7db4e9e83629d840be WHIRLPOOL 707c8bbe7492f7744d43b8c90e4ae83a44fae0932bb7007725d6e75c0748cac4bb3a6b20823cb546760d1c0009c31ebaac6088e6e3a71b0ffc5bf8329538301f
|
DIST readline63-001 1366 BLAKE2B 82af5be99597719329db3f1d6049e75a5654ccf6597cf557c71ad7ada0ac03be87381a7738931eb78716de65902ae87498f574b84150a69eae9cc308c4bfffdd SHA512 e70f89ca52a4eae7e1cddd70de6a7162252231ee029c89bb3fcb0f6c8c8b46c666be910c8b2eee72e96983ec2f1a23663694dc222f67228d82e8e4684f1504a2
|
||||||
DIST readline52-010 1543 SHA256 83f8c1aadb86b1a2fad8821a9c6be72a8de5afd7fd9fde58a30b3b57d939693e SHA512 851b7ee9fa3ab84e570723d445ade084fbb5af17fd4131520650f53000e93cb7c799c56cb00e8f906b230524b2fdda60970e72a44d1673d9bcd2c4de7ae400f8 WHIRLPOOL c491a42ac29463172c56408362ac3f3787b5f18e7050a72e73ed1191519c0093591b1ff095b8ec056af001016b47f654d4db46df86fd02b643b9ff3e8ee8ecee
|
DIST readline63-002 1297 BLAKE2B 5ace4a81381910ee48dee8cdbb2ca95a1bef2d1f8acca6d39a910c078c86de10a0fc29486939b336110ecb0281b3edb16e4b985f41e7ee161904728f289fff04 SHA512 4e23bd67433577e6e361d10a6c32768ea9e13b10e77493e565b870f56069b673fbcb0b860225f79fa9931845fc91d35c9a82c1385c23f8b757ebfd59f27851f4
|
||||||
DIST readline52-011 886 SHA256 08ad3384ab0906e6fa4cc417eb8c43ff59375bcead15fd5c8e31730f0413b3d6 SHA512 b4d813c3aa9c1f35962ea8ca6ad1abb34f4ed3ab91dd31eb1fc5e9b9e54da032e6fbfea583e472cc6d8c6baa4f2ad8f63efc22c749fd713e0704474aad74f0ae WHIRLPOOL 4d3b05ed68601a96d2046a917051f87263ee60b5a4f5e44211f8f6d4dd26cd55e88f119ef0fd1c92dace7de88e981155dbfc64e595f2d59d2af430585f70adad
|
DIST readline63-003 985 BLAKE2B cf2cda505b100d5f820d8bfc99eed6b50e65c92b6a495073352fc7385c6456478594e5c2dc293ce556b66853dff705050fb97982aa25fce452ae53d2cb272cf4 SHA512 6bfb84a5b980091b995e2b96bdf5680f97fe670e6cac1b8606d2d75a1ef922ff5bd4e73f029f7af98a115006b7ab7828146f2cd6986287543d8a29987c91dc12
|
||||||
DIST readline52-012 3870 SHA256 20f0243be2299c23213492cc2c19cfd15cc528d2b566a76a2de58306bb9e4c9e SHA512 2964c1c3a234223216ca3a099c42d8ee7de94fa7bee73ac346cc9991b9a11ad0406d3f9d785548f15170bf803714f4ffb0c2dfad19bb633358805c9b2e2873d3 WHIRLPOOL fa4bb64304b266dc24565ca4c5396aec8a5192998bb2322906be45e40389ef10141f0bdf243a33438384508d74387b4fb645b9189264742ae6a10e5600a57af3
|
DIST readline63-004 1363 BLAKE2B c1aec93f1e23acd51b36068d3aac31b93ffd9c1039be2c45ff4e6479135f153888030c68cf19c5ced950f6fbbb38ee7fa644d5a737f3f8ed511e97bf342940f5 SHA512 6b683e9fe28831885135391b5a23bc580cacf0ffe720951a80f545574eda4eb064fe189801d44329b2eb2d3577db5a90f9e5ad9ed131e7e8a8ae349511632721
|
||||||
DIST readline52-013 5147 SHA256 0cc649516a5bdfa61c5e56937407570288b6972d75aa1bd060ad30ebe98144d5 SHA512 6c9addc3b130d5f034488cc9506f22bd183794fd1a8ac820c674b39761c8c47df1b69dc41c8be60054a068b2ae5fb63a76268b977ea07b33a8fcc4a829b55a8f WHIRLPOOL 17a956bb00d99819067f81dbe73ab1e573f0079b0c328ecede4082b98a03b20ff2d5629daf639abc1ff19b3b9d13e3c8d23a5bfa85b4712337611ef3a4d91aff
|
DIST readline63-005 1664 BLAKE2B f98f62be8676aca81b91d919bc4eccfe40c382a8baab0e64b1659b714f0d72424e29b709cc5e226fd73daf67eef264a17e07982d2553ce80f5e5f39fad70610b SHA512 b0332d7f999376788155341319d138a899a2278c338a6faaac89ecf3ed1e2248a07413dd810a76996bf25f211de787182b55f34ab3d7d31eb7519d7a48ebed32
|
||||||
DIST readline52-014 1244 SHA256 6f1a68320d01522ca1ea5a737124ecc8739f3dcbfea2dee21e3ccf839a21a817 SHA512 d262861e67b79059de3967ba820ce02a7d28eff33175ecb30b748d24c08f3a151da3c53430fc2d26da5934f198075c55d2f616b93fabd297d60b9c82bae17cf0 WHIRLPOOL ff137bf6e56989e24a378dfc15c1831a7f0f458442781bffe07c429e04f21d674993ab523198341918a1cd540d2bd8806ec0c9283f879d7346f0c26b920eeca8
|
DIST readline63-006 1982 BLAKE2B ad6d16ff769eb8e367cf961ffe152c04778b046a04e4a62e0ce21d08fa16b0eca3d278dbdc274b082d24fa2ec959ffb62168ea7693b4de94b59a4526b1f0c4a2 SHA512 e9fbfa38d7b03ab2aff2e9e48918b85b4b67a729862ee47d1cc8e0aeb90c3224394a79f68829951e1377cae65742aa5385eae865f75e9c0b2e2abde42889431c
|
||||||
DIST readline62-001 1388 SHA256 38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3 SHA512 e505161a9ab28f6c1086a6a4ecc5a82da9001d79e4c2b7c44cd82e86dca90bc726ee2387a31e8b4c6893b240877a766fdd913ee7294389722214e6281c518478 WHIRLPOOL 28c63b09a62fa1b64902b04a3c5607da742f7f308648262736240138fa7c957f21856556c8dd2dc08749acf143c271907c69124a978191a5ddb21a6dcf9ee70a
|
DIST readline63-007 1428 BLAKE2B 60e64c2dd36457e3992cfbfbbcc261337e515be360a37d71b9de236c62c781f10f0ec37e4e196b4634e5d547edebbf915370091ca42fff873b78cd80cfe3a7f2 SHA512 abee331894846b360203a521d9a66fa02c03214120d5cafbd1cb4d680bd7bbef14321ae845dd67f7b5e8c87322801fd96fc9a5fd0ae026b41d98dc24a8949854
|
||||||
DIST readline62-002 1714 SHA256 1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4 SHA512 e86cb15b4df7b2a4cf68148a3e2414b48f70ad23d9685764627906164a74f31967ba8247510229aa19dfb7f6e8e92ff89164896e79b2d7320d3a62187a9173f5 WHIRLPOOL 444fa6eaa6b3e13728224f49a012f969f736d9b448d4c7da6cf0fdd3cfb33d24ca7566801d0ffa5a642fa581571c485e3c913b4a057a096a665735a84d9fbfe8
|
DIST readline63-008 1452 BLAKE2B 4e41c45be1479fba9f74bf9cedb8d1f6237e650962d5b45ea1a61cc48a8323a0fa60d76f68c011b6e7c73a1078b5ff80f9966e983b994f814d471d0efd9efde6 SHA512 8e30bbca3aa5cea8c2ee511abe0ec8f131608d74fe5ab24d68bcf452267f0f97446ed6e7cd482360876ce6c027280e4f4450cae05eb18f56046240f4c224841c
|
||||||
DIST readline62-003 1911 SHA256 cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374 SHA512 863a4f0725df357fdd4a2ea738a8b81d850f36652705a45a415762a643fcf32f71ecb29f9faf9acd84d0b4b67580329adc491ab3562f0ad6f4b808768539301e WHIRLPOOL 86d10b4c23eef4c64ece0a4537f13cf68198888cfdd83eb38124da8610b971e87dfcdbd64c52fd21ca6d3753298b6582ce15378112d575944ff7d9b68baea3a6
|
DIST readline70-001 1777 BLAKE2B ab217bd9d27f30351397db2b745cb33ac7e0ce18bbc00112bb87570da0f62ee0e8d182395c97e4ecc21af51e7e1e580ba48076de1095c556f0744475e4019821 SHA512 4402186905af8cd42c609d640c2e13b9ad61c7778e5a3fd2c2d9da301f0deab05b04d7836f31527262f44f406517823dbb18cb07f2c73931186c806b494699ec
|
||||||
DIST readline62-004 3335 SHA256 09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476 SHA512 d5c80fb49748b586867a4df0900a73257a2973653c00e1403b9ba4eb5b265cdf6b32b6432f10c23482051f173fe63c18f2b569940b9a609ee29da60ce0ae38b2 WHIRLPOOL 471ace4d86d241d11fb494e885b6e6f78a5938bcbd7f438250e0410849ed2c94ae6743162576412d7d2b7125c2151b009d97295578a716327d8a9cd003543884
|
DIST readline70-002 2953 BLAKE2B 47d729b1babe904855fe5d4f780a5b2153a743def527479c3cb82759cdee5bb4260be722e1050be680f5c0dd6dec8ca25c4c1ff557415abae6b3fac2bd481f0b SHA512 13d1489578508d4d2c3a1618024198a709dbce74a6bbf0f6d7ec67d2419c55bfec9f0ca9de0ed93f129d21d5c3a94307ccdc49408455bbb301c5e3a772b03185
|
||||||
DIST readline62-005 2143 SHA256 ef02905e4d544a5a511142e8b8282e325411200c7eaca4287f413f3ea85cc1f4 SHA512 8717df6034b64cc185e006cd0a00ba80b2cc06406420fb4e080affc4bfe2d4bab07b4d0c8fdd1f5b95692ee6b572199731daeaa64c17a0d799853e132d130e90 WHIRLPOOL 5469407cbc196bfffff890d288ac8dc1a11c34a9ac87baba615587617a3e540331cf54db89de861c8fcc126a443afc91af108d9e94f6234ec80c1ade219b51a0
|
DIST readline70-003 1294 BLAKE2B 9473e18b582fba69cea83e3f5b9fa278dd8b0544325439307d2b4053cbeca8d2f008104bee181ae5d9405d702e6d3bcf26379c4d46e269906474c8544367b780 SHA512 eaf962a1480eb3870519017b81ecc5cef171e4c41fcf8c17da61ccbfd0379ed6bca85c17b03e2207ae4d51509f33fd010294c75f4bd0433a52118015d4160385
|
||||||
DIST readline63-001 1366 SHA256 1a79bbb6eaee750e0d6f7f3d059b30a45fc54e8e388a8e05e9c3ae598590146f SHA512 e70f89ca52a4eae7e1cddd70de6a7162252231ee029c89bb3fcb0f6c8c8b46c666be910c8b2eee72e96983ec2f1a23663694dc222f67228d82e8e4684f1504a2 WHIRLPOOL ed0b0ce066ab4764851d81e44d708cc9e2f3fe36ac4788243c81b3e25aa0995d054c1caf0a788c25969c7cdc6b2bad55a9c9c64286f485194b4e76bc453edf74
|
|
||||||
DIST readline63-002 1297 SHA256 39e304c7a526888f9e112e733848215736fb7b9d540729b9e31f3347b7a1e0a5 SHA512 4e23bd67433577e6e361d10a6c32768ea9e13b10e77493e565b870f56069b673fbcb0b860225f79fa9931845fc91d35c9a82c1385c23f8b757ebfd59f27851f4 WHIRLPOOL ca878e614ee233748f7017f5606fe2e96bb8374b33e4a571c5901594d7f329fd19b217abcf9cb844fa96374bff9e044712ed1017d6d99936f700da030202231d
|
|
||||||
DIST readline63-003 985 SHA256 ec41bdd8b00fd884e847708513df41d51b1243cecb680189e31b7173d01ca52f SHA512 6bfb84a5b980091b995e2b96bdf5680f97fe670e6cac1b8606d2d75a1ef922ff5bd4e73f029f7af98a115006b7ab7828146f2cd6986287543d8a29987c91dc12 WHIRLPOOL 3615b462024e836f0854c2ffaf1282b42462a0da90c8ce248a47e9ea5a0ce00892135c1b725f9fb8ef1fafb1e88e02649c664373ba41683ca2457aafdd12ac93
|
|
||||||
DIST readline63-004 1363 SHA256 4547b906fb2570866c21887807de5dee19838a60a1afb66385b272155e4355cc SHA512 6b683e9fe28831885135391b5a23bc580cacf0ffe720951a80f545574eda4eb064fe189801d44329b2eb2d3577db5a90f9e5ad9ed131e7e8a8ae349511632721 WHIRLPOOL 49deb89325cb582538027855169067c4224504d8aa944f8c6f34c07afd0bab30690e01a573ab67279d851b75c6e33e236f19a9fc9eb0271cd1f10d9b91fd0203
|
|
||||||
DIST readline63-005 1664 SHA256 877788f9228d1a9907a4bcfe3d6dd0439c08d728949458b41208d9bf9060274b SHA512 b0332d7f999376788155341319d138a899a2278c338a6faaac89ecf3ed1e2248a07413dd810a76996bf25f211de787182b55f34ab3d7d31eb7519d7a48ebed32 WHIRLPOOL d10a4a6a9ea20e2e9bb9180e0a0511796ea0ca247bec17f2357ee8a759ac5adc877f5f838c3d1f45157014d88306f1b1dc7e9633c2bbd4a7125b9b8df5c0c0e8
|
|
||||||
DIST readline63-006 1982 SHA256 5c237ab3c6c97c23cf52b2a118adc265b7fb411b57c93a5f7c221d50fafbe556 SHA512 e9fbfa38d7b03ab2aff2e9e48918b85b4b67a729862ee47d1cc8e0aeb90c3224394a79f68829951e1377cae65742aa5385eae865f75e9c0b2e2abde42889431c WHIRLPOOL 7b88ad9fcad9eee0762d881307d2f865c66a9ee246bc1a648d6203677fc307759ca7ee216fb632114d3da76ca27a67222aefd830bcf99ee9a96d1ba2f2105290
|
|
||||||
DIST readline63-007 1428 SHA256 4d79b5a2adec3c2e8114cbd3d63c1771f7c6cf64035368624903d257014f5bea SHA512 abee331894846b360203a521d9a66fa02c03214120d5cafbd1cb4d680bd7bbef14321ae845dd67f7b5e8c87322801fd96fc9a5fd0ae026b41d98dc24a8949854 WHIRLPOOL fc9d866a6e0f0c2a2f752c65e6fcae56a1b0e1b5cef45154ff51b5d1b49fc75ffaa30bdf90c221fb6493381b9d67eb20168bdfd273fa0dd89602f18680bb3e5f
|
|
||||||
DIST readline63-008 1452 SHA256 3bc093cf526ceac23eb80256b0ec87fa1735540d659742107b6284d635c43787 SHA512 8e30bbca3aa5cea8c2ee511abe0ec8f131608d74fe5ab24d68bcf452267f0f97446ed6e7cd482360876ce6c027280e4f4450cae05eb18f56046240f4c224841c WHIRLPOOL 94d9371e6ca35e72565c1990e0ec8bedf8a141f0a3d061e4928f6184c3ef4a4b472f4278d443b990a53977ad6f3f7bdbf41e51a999202b48414df3a946bb9796
|
|
||||||
EBUILD readline-4.3_p5.ebuild 1483 SHA256 36cf6e303de607dd8742e9342494271e474aca0e4b3cbc8270e64f0bb6116d38 SHA512 7c7535161e5b459a607caea228aa3e46cc950ee48a1eb4efd38d73486e2050122315db69f5b49962b5bd3b311e5c2dfb15d87b0be7095b6fda7b4d69d70b9062 WHIRLPOOL 5a75f91f7af6944fb5e1df02d1089a68a3e5a83c1f562584b2f3c46db5dd7f45d23022595da17ebfeee111fd59053a4db61574b387d5720802a00fbb26f28538
|
|
||||||
EBUILD readline-5.2_p14.ebuild 1796 SHA256 fc8834104b6607d53fc83e720a440e0b490d908f21bce93c0530ca8b94344fe5 SHA512 8a2278b6d10e329fbc60b95a02823c0cba7a41bc0e1c2a089c9d72f23cfb71330f2659733bd7ab3329b2d921d7fb977ed1abcb154b23538aee7cbc04f5739055 WHIRLPOOL 29b5955fa13814643ef779ea31976fb40ca80e619dfc6fcd9d47684c6d1075c03139bd2f8800d3a9254eb246c0ba710c18aadbe6dbf9237f616b41bff3fed689
|
|
||||||
EBUILD readline-6.2_p5-r1.ebuild 4027 SHA256 da9d848f39cba97da60a4e2d108cab1e477f5ea0888a7bcc593e7dc25de73fd3 SHA512 f2f796258fd00277ab3fd26457de30d9a7077da62c5f70ad3ef76237983c5aec4b2499e80efad18274656eb8daf7059bf8b10098af9d344286545718fc522e59 WHIRLPOOL 280c25116139fb33e12ef5de78d5d10dd5d74ece567916a9860ac41722930f995a0bc7140063504dca09d854b36c853674ae0f5c6f4319a5a48c59466b961752
|
|
||||||
EBUILD readline-6.3_p8-r1.ebuild 4446 SHA256 d73939cde41967752bcb95c22d9fbf80342a3aa4e7467e177df2a32a47201123 SHA512 ba592cef45f737b97d888bd34b3848474abcedf95cb513713bda2e4dae14b6c028e6b2277152a1581dafa3cc2812501461d0f5a5019c3ecdd62f5fbe6dd5147e WHIRLPOOL 4f678688c7f39158457f4a3b0b55a64065e7e4d61a2c1bcec2de3b749dd579b0a4863992ce9651869f7c0a26096cf17f3ffc27000b72ce5dc70c6aa0e920ce93
|
|
||||||
EBUILD readline-6.3_p8-r2.ebuild 4525 SHA256 cfd6a88954892a0cab7c7d41fc9045e61e8b3d6c3651d30dc5242f40b0cd57b2 SHA512 3c2b89e952e62242d56453da1e3046045bb30dbf357d1011a7361817bb456c1edf16f41b342279dafd18d48eaa3f8302c0c31032bc6ea60aceca7ee23031664b WHIRLPOOL ec07c935f5dcd883f20acaf80dcf61dcfc2531393b54c87e167cd1caaf7e58e0c3802654d501a5bfa2a7ef7ec75894463531b232440f2ce44f0a3e5d6a133049
|
|
||||||
EBUILD readline-7.0_alpha.ebuild 4566 SHA256 2a47fcea88b7d5aa27aad7aa378477918e29ddb2bff228bffb59e8c37b0bfdde SHA512 0f7c233f093a4291ba3849370ca3e9d772cca990c345dfbbecdc03cbe5af71e97f7351b7c5bee161ebb3e7133960f4513091015e88f05588d2a95eb65e297bd1 WHIRLPOOL 247a6dc58e65a26286496ee4e923b29379271ef0b4832253de5a92251a2120537cbe881fe85ab61ba34dfee6105ec5f8a9ba1994e38a57b30c47cbb4c0878790
|
|
||||||
MISC ChangeLog 30949 SHA256 c5b14aa54438b8a51d21198b6e9d57759cc88d5be3724e8e70cb472707dd8541 SHA512 d6d1fd54d62e4b69742153c23d8bf7026644daa30f4f405ee6fd2766528bbd530ebfe77778d14c7aa6a79ca1edefac5edf6be9e2f0e641a7dfac7a8d9ced5bf2 WHIRLPOOL 3cb3cd7617334cb3dd169960ab4ad9a456fe0dc9b12610e387ee21c5b5e6ff2902afa429957433e2724b9e2709bf9c8dd910d0c706fdc43007c5af043675901c
|
|
||||||
MISC metadata.xml 309 SHA256 7c83ec0354dd516ee3f52b82272ad328db98053fb70455f54de9f5156693c745 SHA512 78531c577a53db9540f4b037d1172d4704ad2b34d34b60f5d64f9ca7af5cb371e0cbddbc8a5626d55d13c7e4468aa2c71dde69ac697d6e6f664d2bd5c58f4e40 WHIRLPOOL 069f2d74eb4dab1ea79c69799a6f0030711f146134cb9fedff975b18fefd45a611d8c24e2c8424acbcc117be28a324aa7c571d74c17683408eac1d91115c0678
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
ripped from Fedora
|
ripped from Fedora
|
||||||
|
|
||||||
--- support/shobj-conf
|
--- a/support/shobj-conf
|
||||||
+++ support/shobj-conf
|
+++ b/support/shobj-conf
|
||||||
@@ -102,7 +102,7 @@
|
@@ -102,7 +102,7 @@
|
||||||
SHOBJ_LD='${CC}'
|
SHOBJ_LD='${CC}'
|
||||||
SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'
|
SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'
|
||||||
|
|||||||
@ -1,24 +0,0 @@
|
|||||||
dont ignore errors in the shlib subdir
|
|
||||||
|
|
||||||
http://bugs.gentoo.org/216952
|
|
||||||
|
|
||||||
--- Makefile.in
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -194,7 +194,7 @@
|
|
||||||
|
|
||||||
shared: force
|
|
||||||
-test -d shlib || mkdir shlib
|
|
||||||
- -( cd shlib ; ${MAKE} ${MFLAGS} all )
|
|
||||||
+ ( cd shlib ; ${MAKE} ${MFLAGS} all )
|
|
||||||
|
|
||||||
documentation: force
|
|
||||||
-test -d doc || mkdir doc
|
|
||||||
@@ -238,7 +238,7 @@
|
|
||||||
-( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
|
|
||||||
|
|
||||||
install-shared: installdirs install-headers shared install-doc
|
|
||||||
- -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
|
|
||||||
+ ( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
|
|
||||||
|
|
||||||
uninstall-shared: maybe-uninstall-headers
|
|
||||||
-( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
|
|
||||||
24
sdk_container/src/third_party/portage-stable/sys-libs/readline/files/readline-7.0-headers.patch
vendored
Normal file
24
sdk_container/src/third_party/portage-stable/sys-libs/readline/files/readline-7.0-headers.patch
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 4bc0aa68aff12a59628dd3c99a53360a9aa1ce93 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mike Frysinger <vapier@gentoo.org>
|
||||||
|
Date: Thu, 11 Aug 2016 17:49:27 +0800
|
||||||
|
Subject: [PATCH] include ctype.h for isdigit usage
|
||||||
|
|
||||||
|
---
|
||||||
|
lib/readline/histexpand.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/lib/readline/histexpand.c b/lib/readline/histexpand.c
|
||||||
|
index 46a99aa62e30..13248db83048 100644
|
||||||
|
--- a/histexpand.c
|
||||||
|
+++ b/histexpand.c
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <ctype.h>
|
||||||
|
|
||||||
|
#if defined (HAVE_STDLIB_H)
|
||||||
|
# include <stdlib.h>
|
||||||
|
--
|
||||||
|
2.9.0
|
||||||
|
|
||||||
152
sdk_container/src/third_party/portage-stable/sys-libs/readline/files/readline-7.0-mingw.patch
vendored
Normal file
152
sdk_container/src/third_party/portage-stable/sys-libs/readline/files/readline-7.0-mingw.patch
vendored
Normal file
@ -0,0 +1,152 @@
|
|||||||
|
--- a/colors.c
|
||||||
|
+++ b/colors.c
|
||||||
|
@@ -37,6 +37,10 @@
|
||||||
|
#include "posixstat.h" // stat related macros (S_ISREG, ...)
|
||||||
|
#include <fcntl.h> // S_ISUID
|
||||||
|
|
||||||
|
+#ifndef S_ISDIR
|
||||||
|
+#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
// strlen()
|
||||||
|
#if defined (HAVE_STRING_H)
|
||||||
|
# include <string.h>
|
||||||
|
@@ -182,12 +186,17 @@ _rl_print_color_indicator (const char *f
|
||||||
|
if (S_ISREG (mode))
|
||||||
|
{
|
||||||
|
colored_filetype = C_FILE;
|
||||||
|
-
|
||||||
|
+#ifdef S_ISUID
|
||||||
|
if ((mode & S_ISUID) != 0 && is_colored (C_SETUID))
|
||||||
|
colored_filetype = C_SETUID;
|
||||||
|
- else if ((mode & S_ISGID) != 0 && is_colored (C_SETGID))
|
||||||
|
+ else
|
||||||
|
+#endif
|
||||||
|
+#ifdef S_ISGID
|
||||||
|
+ if ((mode & S_ISGID) != 0 && is_colored (C_SETGID))
|
||||||
|
colored_filetype = C_SETGID;
|
||||||
|
- else if (is_colored (C_CAP) && 0) //f->has_capability)
|
||||||
|
+ else
|
||||||
|
+#endif
|
||||||
|
+ if (is_colored (C_CAP) && 0) //f->has_capability)
|
||||||
|
colored_filetype = C_CAP;
|
||||||
|
else if ((mode & S_IXUGO) != 0 && is_colored (C_EXEC))
|
||||||
|
colored_filetype = C_EXEC;
|
||||||
|
@@ -211,12 +220,16 @@ _rl_print_color_indicator (const char *f
|
||||||
|
colored_filetype = C_STICKY;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
+#if defined (S_ISLNK)
|
||||||
|
else if (S_ISLNK (mode))
|
||||||
|
colored_filetype = C_LINK;
|
||||||
|
+#endif
|
||||||
|
else if (S_ISFIFO (mode))
|
||||||
|
colored_filetype = C_FIFO;
|
||||||
|
+#if defined (S_ISSOCK)
|
||||||
|
else if (S_ISSOCK (mode))
|
||||||
|
colored_filetype = C_SOCK;
|
||||||
|
+#endif
|
||||||
|
else if (S_ISBLK (mode))
|
||||||
|
colored_filetype = C_BLK;
|
||||||
|
else if (S_ISCHR (mode))
|
||||||
|
--- a/histfile.c
|
||||||
|
+++ b/histfile.c
|
||||||
|
@@ -606,12 +606,14 @@ history_truncate_file (fname, lines)
|
||||||
|
history_lines_written_to_file = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
+#if defined (HAVE_CHOWN)
|
||||||
|
/* Make sure the new filename is owned by the same user as the old. If one
|
||||||
|
user is running this, it's a no-op. If the shell is running after sudo
|
||||||
|
with a shared history file, we don't want to leave the history file
|
||||||
|
owned by root. */
|
||||||
|
if (rv == 0 && exists)
|
||||||
|
r = chown (filename, finfo.st_uid, finfo.st_gid);
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
xfree (filename);
|
||||||
|
FREE (tempname);
|
||||||
|
@@ -753,12 +755,14 @@ mmap_error:
|
||||||
|
history_lines_written_to_file = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
+#if defined (HAVE_CHOWN)
|
||||||
|
/* Make sure the new filename is owned by the same user as the old. If one
|
||||||
|
user is running this, it's a no-op. If the shell is running after sudo
|
||||||
|
with a shared history file, we don't want to leave the history file
|
||||||
|
owned by root. */
|
||||||
|
if (rv == 0 && exists)
|
||||||
|
mode = chown (histname, finfo.st_uid, finfo.st_gid);
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
FREE (histname);
|
||||||
|
FREE (tempname);
|
||||||
|
--- a/input.c
|
||||||
|
+++ b/input.c
|
||||||
|
@@ -71,6 +71,10 @@ extern int errno;
|
||||||
|
#include "rlshell.h"
|
||||||
|
#include "xmalloc.h"
|
||||||
|
|
||||||
|
+#if defined (__MINGW32__)
|
||||||
|
+#include <conio.h>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
/* What kind of non-blocking I/O do we have? */
|
||||||
|
#if !defined (O_NDELAY) && defined (O_NONBLOCK)
|
||||||
|
# define O_NDELAY O_NONBLOCK /* Posix style */
|
||||||
|
--- a/posixstat.h
|
||||||
|
+++ b/posixstat.h
|
||||||
|
@@ -78,30 +78,44 @@
|
||||||
|
|
||||||
|
#if defined (S_IFBLK) && !defined (S_ISBLK)
|
||||||
|
#define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
|
||||||
|
+#elif !defined (S_IFBLK)
|
||||||
|
+#define S_ISBLK(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFCHR) && !defined (S_ISCHR)
|
||||||
|
#define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */
|
||||||
|
+#elif !defined (S_IFCHR)
|
||||||
|
+#define S_ISCHR(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFDIR) && !defined (S_ISDIR)
|
||||||
|
#define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */
|
||||||
|
+#elif !defined (S_IFDIR)
|
||||||
|
+#define S_ISDIR(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFREG) && !defined (S_ISREG)
|
||||||
|
#define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */
|
||||||
|
+#elif !defined (S_IFREG)
|
||||||
|
+#define S_ISREG(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFIFO) && !defined (S_ISFIFO)
|
||||||
|
#define S_ISFIFO(m) (((m)&S_IFMT) == S_IFIFO) /* fifo - named pipe */
|
||||||
|
+#elif !defined (S_IFIFO)
|
||||||
|
+#define S_ISFIFO(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFLNK) && !defined (S_ISLNK)
|
||||||
|
#define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
|
||||||
|
+#elif !defined (S_IFLNK)
|
||||||
|
+#define S_ISLNK(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (S_IFSOCK) && !defined (S_ISSOCK)
|
||||||
|
#define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */
|
||||||
|
+#elif !defined (S_IFSOCK)
|
||||||
|
+#define S_ISSOCK(m) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
@@ -137,6 +151,8 @@
|
||||||
|
/* These are non-standard, but are used in builtins.c$symbolic_umask() */
|
||||||
|
#define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
|
||||||
|
#define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
|
||||||
|
+#if defined(S_IXUSR) && defined(S_IXOTH)
|
||||||
|
#define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#endif /* _POSIXSTAT_H_ */
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
https://lists.gnu.org/archive/html/bug-readline/2016-11/msg00000.html
|
||||||
|
|
||||||
|
fix from upstream
|
||||||
|
|
||||||
|
--- a/readline.h
|
||||||
|
+++ b/readline.h
|
||||||
|
@@ -413,6 +413,7 @@
|
||||||
|
extern void rl_tty_set_default_bindings PARAMS((Keymap));
|
||||||
|
extern void rl_tty_unset_default_bindings PARAMS((Keymap));
|
||||||
|
|
||||||
|
+extern int rl_tty_set_echoing PARAMS((int));
|
||||||
|
extern int rl_reset_terminal PARAMS((const char *));
|
||||||
|
extern void rl_resize_terminal PARAMS((void));
|
||||||
|
extern void rl_set_screen_size PARAMS((int, int));
|
||||||
@ -1,8 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<herd>base-system</herd>
|
<maintainer type="project">
|
||||||
<use>
|
<email>base-system@gentoo.org</email>
|
||||||
<flag name="utils">Install rlfe (ReadLine Front-End) helper tool -- a wrapper program for making any stdin use readline</flag>
|
<name>Gentoo Base System</name>
|
||||||
</use>
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="utils">Install rlfe (ReadLine Front-End) helper tool -- a wrapper program for making any stdin use readline</flag>
|
||||||
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
# Copyright 1999-2009 Gentoo Foundation
|
# Copyright 1999-2016 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
# This version is just for the ABI .4 library
|
# This version is just for the ABI .4 library
|
||||||
|
|
||||||
inherit eutils flag-o-matic
|
EAPI="5"
|
||||||
|
|
||||||
|
inherit eutils multilib-minimal flag-o-matic
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/
|
||||||
@ -36,26 +37,28 @@ SLOT="${PV:0:1}"
|
|||||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.2-r2"
|
RDEPEND=">=sys-libs/ncurses-5.2-r2:0=[${MULTILIB_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
||||||
src_unpack() {
|
src_prepare() {
|
||||||
unpack ${MY_P}.tar.gz
|
|
||||||
cd "${S}"
|
|
||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
||||||
# force ncurses linking #71420
|
# force ncurses linking #71420
|
||||||
sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"
|
sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
multilib_src_configure() {
|
||||||
append-cppflags -D_GNU_SOURCE
|
append-cppflags -D_GNU_SOURCE
|
||||||
econf --with-curses --disable-static || die
|
ECONF_SOURCE=${S} \
|
||||||
emake -C shlib || die
|
econf --with-curses --disable-static
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
multilib_src_compile() {
|
||||||
emake -C shlib DESTDIR="${D}" install || die
|
emake -C shlib
|
||||||
|
}
|
||||||
|
|
||||||
|
multilib_src_install() {
|
||||||
|
emake -C shlib DESTDIR="${D}" install
|
||||||
rm -f "${D}"/usr/lib*/*.so
|
rm -f "${D}"/usr/lib*/*.so
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
# This version is just for the ABI .5 library
|
# This version is just for the ABI .5 library
|
||||||
|
|
||||||
inherit eutils multilib flag-o-matic
|
EAPI="5"
|
||||||
|
|
||||||
|
inherit eutils multilib-minimal flag-o-matic
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-5.1-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-5.1-patches/
|
||||||
@ -33,38 +34,32 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)"
|
|||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="${PV:0:1}"
|
SLOT="${PV:0:1}"
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.2-r2"
|
RDEPEND=">=sys-libs/ncurses-5.2-r2:0=[${MULTILIB_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
||||||
src_unpack() {
|
src_prepare() {
|
||||||
unpack ${MY_P}.tar.gz
|
|
||||||
cd "${S}"
|
|
||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
||||||
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
||||||
# force ncurses linking #71420
|
# force ncurses linking #71420
|
||||||
sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"
|
sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
multilib_src_configure() {
|
||||||
append-flags -D_GNU_SOURCE
|
append-cppflags -D_GNU_SOURCE
|
||||||
|
ECONF_SOURCE=${S} \
|
||||||
# the --libdir= is needed because if lib64 is a directory, it will default
|
econf --with-curses --disable-static
|
||||||
# to using that... even if CONF_LIBDIR isnt set or we're using a version
|
|
||||||
# of portage without CONF_LIBDIR support.
|
|
||||||
econf \
|
|
||||||
--with-curses \
|
|
||||||
--disable-static \
|
|
||||||
--libdir=/usr/$(get_libdir) \
|
|
||||||
|| die
|
|
||||||
emake -C shlib || die
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
multilib_src_compile() {
|
||||||
emake -C shlib DESTDIR="${D}" install || die
|
emake -C shlib
|
||||||
|
}
|
||||||
|
|
||||||
|
multilib_src_install() {
|
||||||
|
emake -C shlib DESTDIR="${D}" install
|
||||||
rm -f "${D}"/usr/lib*/*.so
|
rm -f "${D}"/usr/lib*/*.so
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,153 +0,0 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
EAPI="4"
|
|
||||||
|
|
||||||
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
|
||||||
|
|
||||||
# Official patches
|
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/
|
|
||||||
PLEVEL=${PV##*_p}
|
|
||||||
MY_PV=${PV/_p*}
|
|
||||||
MY_PV=${MY_PV/_/-}
|
|
||||||
MY_P=${PN}-${MY_PV}
|
|
||||||
[[ ${PV} != *_p* ]] && PLEVEL=0
|
|
||||||
patches() {
|
|
||||||
[[ ${PLEVEL} -eq 0 ]] && return 1
|
|
||||||
local opt=$1
|
|
||||||
eval set -- {1..${PLEVEL}}
|
|
||||||
set -- $(printf "${PN}${MY_PV/\.}-%03d " "$@")
|
|
||||||
if [[ ${opt} == -s ]] ; then
|
|
||||||
echo "${@/#/${DISTDIR}/}"
|
|
||||||
else
|
|
||||||
local u
|
|
||||||
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
|
|
||||||
printf "${u}/${PN}-${MY_PV}-patches/%s " "$@"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
DESCRIPTION="Another cute console display library"
|
|
||||||
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
|
||||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
|
||||||
IUSE="static-libs"
|
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
|
|
||||||
abi_x86_32? (
|
|
||||||
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
|
|
||||||
!<=app-emulation/emul-linux-x86-baselibs-20131008-r7
|
|
||||||
)"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
virtual/pkgconfig"
|
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${MY_P}.tar.gz
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
|
||||||
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
|
||||||
epatch "${FILESDIR}"/${PN}-5.2-no-ignore-shlib-errors.patch #216952
|
|
||||||
epatch "${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
|
||||||
|
|
||||||
# Force ncurses linking. #71420
|
|
||||||
# Use pkg-config to get the right values. #457558
|
|
||||||
local ncurses_libs=$($(tc-getPKG_CONFIG) ncurses --libs)
|
|
||||||
sed -i \
|
|
||||||
-e "/^SHLIB_LIBS=/s:=.*:='${ncurses_libs}':" \
|
|
||||||
support/shobj-conf || die
|
|
||||||
sed -i \
|
|
||||||
-e "/^[[:space:]]*LIBS=.-lncurses/s:-lncurses:${ncurses_libs}:" \
|
|
||||||
examples/rlfe/configure || die
|
|
||||||
|
|
||||||
# fix building under Gentoo/FreeBSD; upstream FreeBSD deprecated
|
|
||||||
# objformat for years, so we don't want to rely on that.
|
|
||||||
sed -i -e '/objformat/s:if .*; then:if true; then:' support/shobj-conf || die
|
|
||||||
|
|
||||||
ln -s ../.. examples/rlfe/readline # for local readline headers
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
# fix implicit decls with widechar funcs
|
|
||||||
append-cppflags -D_GNU_SOURCE
|
|
||||||
# https://lists.gnu.org/archive/html/bug-readline/2010-07/msg00013.html
|
|
||||||
append-cppflags -Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc -Dxfree=_rl_free
|
|
||||||
|
|
||||||
# Make sure configure picks a better ar than `ar`. #484866
|
|
||||||
export ac_cv_prog_AR=$(tc-getAR)
|
|
||||||
|
|
||||||
# Force the test since we used sed above to force it.
|
|
||||||
export bash_cv_termcap_lib=ncurses
|
|
||||||
|
|
||||||
# This is for rlfe, but we need to make sure LDFLAGS doesn't change
|
|
||||||
# so we can re-use the config cache file between the two.
|
|
||||||
append-ldflags -L.
|
|
||||||
|
|
||||||
multilib-minimal_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
multilib_src_configure() {
|
|
||||||
ECONF_SOURCE=${S} \
|
|
||||||
econf \
|
|
||||||
--cache-file="${BUILD_DIR}"/config.cache \
|
|
||||||
--with-curses \
|
|
||||||
$(use_enable static-libs static)
|
|
||||||
|
|
||||||
if multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
|
||||||
# code is full of AC_TRY_RUN()
|
|
||||||
mkdir -p examples/rlfe || die
|
|
||||||
cd examples/rlfe || die
|
|
||||||
ECONF_SOURCE=${S}/examples/rlfe \
|
|
||||||
econf --cache-file="${BUILD_DIR}"/config.cache
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
multilib_src_compile() {
|
|
||||||
emake
|
|
||||||
|
|
||||||
if multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
|
||||||
# code is full of AC_TRY_RUN()
|
|
||||||
cd examples/rlfe || die
|
|
||||||
local l
|
|
||||||
for l in readline history ; do
|
|
||||||
ln -s ../../shlib/lib${l}$(get_libname)* lib${l}$(get_libname)
|
|
||||||
ln -sf ../../lib${l}.a lib${l}.a
|
|
||||||
done
|
|
||||||
emake
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
multilib_src_install() {
|
|
||||||
default
|
|
||||||
|
|
||||||
if multilib_is_native_abi ; then
|
|
||||||
gen_usr_ldscript -a readline history #4411
|
|
||||||
|
|
||||||
if ! tc-is-cross-compiler; then
|
|
||||||
dobin examples/rlfe/rlfe
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
multilib_src_install_all() {
|
|
||||||
einstalldocs
|
|
||||||
dodoc USAGE
|
|
||||||
dohtml -r doc/.
|
|
||||||
docinto ps
|
|
||||||
dodoc doc/*.ps
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_preinst() {
|
|
||||||
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5} #29865
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5}
|
|
||||||
}
|
|
||||||
@ -1,8 +1,7 @@
|
|||||||
# Copyright 1999-2015 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
EAPI=4
|
EAPI=5
|
||||||
|
|
||||||
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
||||||
|
|
||||||
@ -34,29 +33,29 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)"
|
|||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||||
IUSE="static-libs utils"
|
IUSE="static-libs utils"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
|
RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]"
|
||||||
abi_x86_32? (
|
|
||||||
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
|
|
||||||
!<=app-emulation/emul-linux-x86-baselibs-20131008-r7
|
|
||||||
)"
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
virtual/pkgconfig"
|
virtual/pkgconfig"
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
||||||
|
"${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
||||||
|
"${FILESDIR}"/${PN}-6.3-fix-long-prompt-vi-search.patch
|
||||||
|
"${FILESDIR}"/${PN}-6.3-read-eof.patch
|
||||||
|
)
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
unpack ${MY_P}.tar.gz
|
unpack ${MY_P}.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
||||||
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
epatch "${PATCHES[@]}"
|
||||||
epatch "${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
|
||||||
epatch "${FILESDIR}"/${PN}-6.3-fix-long-prompt-vi-search.patch
|
|
||||||
epatch "${FILESDIR}"/${PN}-6.3-read-eof.patch
|
|
||||||
|
|
||||||
# Force ncurses linking. #71420
|
# Force ncurses linking. #71420
|
||||||
# Use pkg-config to get the right values. #457558
|
# Use pkg-config to get the right values. #457558
|
||||||
@ -107,7 +106,7 @@ multilib_src_configure() {
|
|||||||
ECONF_SOURCE=${S} \
|
ECONF_SOURCE=${S} \
|
||||||
econf \
|
econf \
|
||||||
--cache-file="${BUILD_DIR}"/config.cache \
|
--cache-file="${BUILD_DIR}"/config.cache \
|
||||||
--docdir=/usr/share/doc/${PF} \
|
--docdir='$(datarootdir)'/doc/${PF} \
|
||||||
--with-curses \
|
--with-curses \
|
||||||
$(use_enable static-libs static)
|
$(use_enable static-libs static)
|
||||||
|
|
||||||
@ -1,17 +1,16 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
EAPI=4
|
EAPI=6
|
||||||
|
|
||||||
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
inherit flag-o-matic multilib-minimal toolchain-funcs
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/
|
||||||
PLEVEL=${PV##*_p}
|
PLEVEL="${PV##*_p}"
|
||||||
MY_PV=${PV/_p*}
|
MY_PV="${PV/_p*}"
|
||||||
MY_PV=${MY_PV/_/-}
|
MY_PV="${MY_PV/_/-}"
|
||||||
MY_P=${PN}-${MY_PV}
|
MY_P="${PN}-${MY_PV}"
|
||||||
[[ ${PV} != *_p* ]] && PLEVEL=0
|
[[ ${PV} != *_p* ]] && PLEVEL=0
|
||||||
patches() {
|
patches() {
|
||||||
[[ ${PLEVEL} -eq 0 ]] && return 1
|
[[ ${PLEVEL} -eq 0 ]] && return 1
|
||||||
@ -30,32 +29,44 @@ patches() {
|
|||||||
|
|
||||||
DESCRIPTION="Another cute console display library"
|
DESCRIPTION="Another cute console display library"
|
||||||
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)"
|
|
||||||
|
case ${PV} in
|
||||||
|
*_alpha*|*_beta*|*_rc*)
|
||||||
|
SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0/7" # subslot matches SONAME major
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||||
IUSE="static-libs"
|
IUSE="static-libs utils"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
|
RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"
|
||||||
abi_x86_32? (
|
|
||||||
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
|
|
||||||
!<=app-emulation/emul-linux-x86-baselibs-20131008-r7
|
|
||||||
)"
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
virtual/pkgconfig"
|
virtual/pkgconfig"
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
||||||
|
"${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
||||||
|
"${FILESDIR}"/${PN}-7.0-headers.patch
|
||||||
|
"${FILESDIR}"/${PN}-7.0-missing-echo-proto.patch
|
||||||
|
"${FILESDIR}"/${PN}-7.0-mingw.patch
|
||||||
|
)
|
||||||
|
|
||||||
|
# Needed because we don't want the patches being unpacked
|
||||||
|
# (which emits annoying and useless error messages)
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
unpack ${MY_P}.tar.gz
|
unpack ${MY_P}.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
[[ ${PLEVEL} -gt 0 ]] && eapply -p0 $(patches -s)
|
||||||
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
default
|
||||||
epatch "${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
|
||||||
epatch "${FILESDIR}"/${PN}-6.3-fix-long-prompt-vi-search.patch
|
|
||||||
|
|
||||||
# Force ncurses linking. #71420
|
# Force ncurses linking. #71420
|
||||||
# Use pkg-config to get the right values. #457558
|
# Use pkg-config to get the right values. #457558
|
||||||
@ -71,7 +82,7 @@ src_prepare() {
|
|||||||
# objformat for years, so we don't want to rely on that.
|
# objformat for years, so we don't want to rely on that.
|
||||||
sed -i -e '/objformat/s:if .*; then:if true; then:' support/shobj-conf || die
|
sed -i -e '/objformat/s:if .*; then:if true; then:' support/shobj-conf || die
|
||||||
|
|
||||||
ln -s ../.. examples/rlfe/readline # for local readline headers
|
ln -s ../.. examples/rlfe/readline || die # for local readline headers
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
@ -90,7 +101,7 @@ src_configure() {
|
|||||||
# In cases where the C library doesn't support wide characters, readline
|
# In cases where the C library doesn't support wide characters, readline
|
||||||
# itself won't work correctly, so forcing the answer below should be OK.
|
# itself won't work correctly, so forcing the answer below should be OK.
|
||||||
if tc-is-cross-compiler ; then
|
if tc-is-cross-compiler ; then
|
||||||
export bash_cv_func_sigsetjmp='present'
|
use kernel_Winnt || export bash_cv_func_sigsetjmp='present'
|
||||||
export bash_cv_func_ctype_nonascii='yes'
|
export bash_cv_func_ctype_nonascii='yes'
|
||||||
export bash_cv_wcwidth_broken='no' #503312
|
export bash_cv_wcwidth_broken='no' #503312
|
||||||
fi
|
fi
|
||||||
@ -103,18 +114,18 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_configure() {
|
multilib_src_configure() {
|
||||||
ECONF_SOURCE=${S} \
|
local myeconfargs=(
|
||||||
econf \
|
--cache-file="${BUILD_DIR}"/config.cache
|
||||||
--cache-file="${BUILD_DIR}"/config.cache \
|
--with-curses
|
||||||
--docdir=/usr/share/doc/${PF} \
|
|
||||||
--with-curses \
|
|
||||||
$(use_enable static-libs static)
|
$(use_enable static-libs static)
|
||||||
|
)
|
||||||
|
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||||
|
|
||||||
if multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
if use utils && multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
||||||
# code is full of AC_TRY_RUN()
|
# code is full of AC_TRY_RUN()
|
||||||
mkdir -p examples/rlfe || die
|
mkdir -p examples/rlfe || die
|
||||||
cd examples/rlfe || die
|
cd examples/rlfe || die
|
||||||
ECONF_SOURCE=${S}/examples/rlfe \
|
ECONF_SOURCE="${S}"/examples/rlfe \
|
||||||
econf --cache-file="${BUILD_DIR}"/config.cache
|
econf --cache-file="${BUILD_DIR}"/config.cache
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -122,13 +133,13 @@ multilib_src_configure() {
|
|||||||
multilib_src_compile() {
|
multilib_src_compile() {
|
||||||
emake
|
emake
|
||||||
|
|
||||||
if multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
if use utils && multilib_is_native_abi && ! tc-is-cross-compiler ; then
|
||||||
# code is full of AC_TRY_RUN()
|
# code is full of AC_TRY_RUN()
|
||||||
cd examples/rlfe || die
|
cd examples/rlfe || die
|
||||||
local l
|
local l
|
||||||
for l in readline history ; do
|
for l in readline history ; do
|
||||||
ln -s ../../shlib/lib${l}$(get_libname)* lib${l}$(get_libname)
|
ln -s ../../shlib/lib${l}$(get_libname)* lib${l}$(get_libname) || die
|
||||||
ln -sf ../../lib${l}.a lib${l}.a
|
ln -s ../../lib${l}.a lib${l}.a || die
|
||||||
done
|
done
|
||||||
emake
|
emake
|
||||||
fi
|
fi
|
||||||
@ -140,24 +151,24 @@ multilib_src_install() {
|
|||||||
if multilib_is_native_abi ; then
|
if multilib_is_native_abi ; then
|
||||||
gen_usr_ldscript -a readline history #4411
|
gen_usr_ldscript -a readline history #4411
|
||||||
|
|
||||||
if ! tc-is-cross-compiler; then
|
if use utils && ! tc-is-cross-compiler; then
|
||||||
dobin examples/rlfe/rlfe
|
dobin examples/rlfe/rlfe
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_install_all() {
|
multilib_src_install_all() {
|
||||||
einstalldocs
|
HTML_DOCS="doc/history.html doc/readline.html doc/rluserman.html" einstalldocs
|
||||||
dodoc USAGE
|
dodoc USAGE
|
||||||
dohtml -r doc/.
|
|
||||||
docinto ps
|
docinto ps
|
||||||
dodoc doc/*.ps
|
dodoc doc/*.ps
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5} #29865
|
# bug #29865
|
||||||
|
# Reappeared in #595324 with paludis so keeping this for now...
|
||||||
|
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5,6}
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5}
|
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5,6}
|
||||||
}
|
}
|
||||||
@ -1,13 +1,12 @@
|
|||||||
# Copyright 1999-2015 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
EAPI="5"
|
EAPI="5"
|
||||||
|
|
||||||
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/
|
||||||
PLEVEL=${PV##*_p}
|
PLEVEL=${PV##*_p}
|
||||||
MY_PV=${PV/_p*}
|
MY_PV=${PV/_p*}
|
||||||
MY_PV=${MY_PV/_/-}
|
MY_PV=${MY_PV/_/-}
|
||||||
@ -31,20 +30,16 @@ patches() {
|
|||||||
DESCRIPTION="Another cute console display library"
|
DESCRIPTION="Another cute console display library"
|
||||||
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||||
case ${PV} in
|
case ${PV} in
|
||||||
*_alpha*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" ;;
|
*_alpha*|*_beta*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" ;;
|
||||||
*) SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" ;;
|
*) SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0/7" # subslot matches SONAME major
|
SLOT="0/7" # subslot matches SONAME major
|
||||||
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||||
IUSE="static-libs utils"
|
IUSE="static-libs utils"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
|
RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"
|
||||||
abi_x86_32? (
|
|
||||||
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
|
|
||||||
!<=app-emulation/emul-linux-x86-baselibs-20131008-r7
|
|
||||||
)"
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
virtual/pkgconfig"
|
virtual/pkgconfig"
|
||||||
|
|
||||||
@ -58,6 +53,8 @@ src_prepare() {
|
|||||||
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
|
||||||
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch
|
||||||
epatch "${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
epatch "${FILESDIR}"/${PN}-6.2-rlfe-tgoto.patch #385091
|
||||||
|
epatch "${FILESDIR}"/${PN}-7.0-headers.patch
|
||||||
|
epatch "${FILESDIR}"/${PN}-7.0-missing-echo-proto.patch
|
||||||
|
|
||||||
# Force ncurses linking. #71420
|
# Force ncurses linking. #71420
|
||||||
# Use pkg-config to get the right values. #457558
|
# Use pkg-config to get the right values. #457558
|
||||||
@ -108,7 +105,7 @@ multilib_src_configure() {
|
|||||||
ECONF_SOURCE=${S} \
|
ECONF_SOURCE=${S} \
|
||||||
econf \
|
econf \
|
||||||
--cache-file="${BUILD_DIR}"/config.cache \
|
--cache-file="${BUILD_DIR}"/config.cache \
|
||||||
--docdir=/usr/share/doc/${PF} \
|
--docdir='$(datarootdir)'/doc/${PF} \
|
||||||
--with-curses \
|
--with-curses \
|
||||||
$(use_enable static-libs static)
|
$(use_enable static-libs static)
|
||||||
|
|
||||||
@ -155,11 +152,12 @@ multilib_src_install_all() {
|
|||||||
docinto ps
|
docinto ps
|
||||||
dodoc doc/*.ps
|
dodoc doc/*.ps
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5} #29865
|
# bug #29865
|
||||||
|
# Reappeared in #595324 with paludis so keeping this for now...
|
||||||
|
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5,6}
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5}
|
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5,6}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user