From 2e2376ffc1db26b6bb271afd04dff4786723f3ad Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 13 Mar 2015 14:37:23 -0700 Subject: [PATCH] bump(sys-apps/util-linux): sync with upstream --- .../md5-cache/sys-apps/util-linux-2.24.1-r2 | 14 + .../md5-cache/sys-apps/util-linux-2.24.1-r3 | 14 + .../md5-cache/sys-apps/util-linux-2.24.2 | 14 + .../md5-cache/sys-apps/util-linux-2.25.1 | 14 + .../md5-cache/sys-apps/util-linux-2.25.1-r1 | 14 + .../md5-cache/sys-apps/util-linux-2.25.2 | 14 + .../md5-cache/sys-apps/util-linux-2.25.2-r1 | 14 + .../md5-cache/sys-apps/util-linux-2.25.2-r2 | 14 + .../md5-cache/sys-apps/util-linux-2.26 | 14 + .../md5-cache/sys-apps/util-linux-2.26.1 | 14 + .../md5-cache/sys-apps/util-linux-9999 | 12 + .../sys-apps/util-linux/ChangeLog | 2100 +++++++++++++++++ .../sys-apps/util-linux/Manifest | 46 + .../util-linux/files/crypto-loop.confd | 9 + .../util-linux/files/crypto-loop.initd | 70 + .../util-linux-2.24-fix-fdisk-on-alpha.patch | 13 + .../files/util-linux-2.24-last-tests.patch | 86 + .../util-linux-2.24-skip-last-tests.patch | 41 + .../util-linux-2.25.1-blkid-probe-fix.patch | 43 + ...linux-2.25.2-runuser-bash-completion.patch | 33 + .../sys-apps/util-linux/metadata.xml | 20 + .../util-linux/util-linux-2.24.1-r2.ebuild | 147 ++ .../util-linux/util-linux-2.24.1-r3.ebuild | 174 ++ .../util-linux/util-linux-2.24.2.ebuild | 177 ++ .../util-linux/util-linux-2.25.1-r1.ebuild | 174 ++ .../util-linux/util-linux-2.25.1.ebuild | 173 ++ .../util-linux/util-linux-2.25.2-r1.ebuild | 177 ++ .../util-linux/util-linux-2.25.2-r2.ebuild | 178 ++ .../util-linux/util-linux-2.25.2.ebuild | 174 ++ .../util-linux/util-linux-2.26.1.ebuild | 177 ++ .../util-linux/util-linux-2.26.ebuild | 177 ++ .../util-linux/util-linux-9999.ebuild | 177 ++ 32 files changed, 4518 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-9999 create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.confd create mode 100755 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.initd create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-last-tests.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.1-blkid-probe-fix.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-9999.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r2 new file mode 100644 index 0000000000..7fcf08851c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=d921c023228b28a67c6f4d6180db2249 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r3 new file mode 100644 index 0000000000..b54ae02d97 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.1-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=25648e50dd76f9ca2ee9eeaba050b783 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.2 new file mode 100644 index 0000000000..3bbcfcfb47 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.24.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.24/util-linux-2.24.2.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=26c536c9762625e3207db859b9b39ba4 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1 new file mode 100644 index 0000000000..537cd05777 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.25/util-linux-2.25.1.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=aae5e5dbc1484034a1ed205bf70b5df2 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1-r1 new file mode 100644 index 0000000000..f1ca84f652 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.1-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.25/util-linux-2.25.1.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=da99df49fc39344c74bf9b628c942910 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2 new file mode 100644 index 0000000000..32603794ff --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.25/util-linux-2.25.2.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=7f46ed2555977c540e2c038dfee1208d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r1 new file mode 100644 index 0000000000..04054b25ad --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers virtual/pkgconfig +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.25/util-linux-2.25.2.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=32a7fb77b0a3f75e4a3e9ad1d17584f7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r2 new file mode 100644 index 0000000000..fba5d10978 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.25.2-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers virtual/pkgconfig +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.25/util-linux-2.25.2.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=22bd98d5b0f17d0f7e9ed7e338d6af11 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26 new file mode 100644 index 0000000000..08df6e9aea --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers virtual/pkgconfig +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.26/util-linux-2.26.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=4d7561ff9e21efbe5047e671e38ace74 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26.1 new file mode 100644 index 0000000000..814122be62 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-2.26.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers virtual/pkgconfig +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.26/util-linux-2.26.1.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=3ec59039893bac3aa892864030af084d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-9999 new file mode 100644 index 0000000000..3e2a82d2bd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/util-linux-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers virtual/pkgconfig dev-vcs/git !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 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-2 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:2[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python2_7(+)?] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[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(-)?] ) slang? ( sys-libs/slang ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) +SLOT=0 +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 git-2 e28f0d8a9b321431b1e699782851b827 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=d3ebcb75219b4235e4c213c8ca3b8b45 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/ChangeLog new file mode 100644 index 0000000000..6566edc760 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/ChangeLog @@ -0,0 +1,2100 @@ +# ChangeLog for sys-apps/util-linux +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.493 2015/03/13 16:37:58 vapier Exp $ + +*util-linux-2.26.1 (13 Mar 2015) + + 13 Mar 2015; Mike Frysinger +util-linux-2.26.1.ebuild: + Version bump. + + 12 Mar 2015; Mike Frysinger util-linux-2.25.2-r2.ebuild, + util-linux-2.26.ebuild, util-linux-9999.ebuild: + Migrate to virtual/libudev #543060 by Nikoli. + + 12 Mar 2015; Mikle Kolyada util-linux-2.25.2-r2.ebuild: + amd64 stable wrt bug #536906 + + 20 Feb 2015; Lars Wendler util-linux-2.26.ebuild, + util-linux-9999.ebuild: + Fix header files mismatch between ABIs (bug #540702). + +*util-linux-2.26 (19 Feb 2015) + + 19 Feb 2015; Mike Frysinger +util-linux-2.26.ebuild, + util-linux-9999.ebuild: + Version bump. + +*util-linux-2.25.2-r2 (17 Jan 2015) + + 17 Jan 2015; Mike Gilbert +util-linux-2.25.2-r2.ebuild: + Pass --docdir to configure, bug 519904. + +*util-linux-2.25.2-r1 (02 Jan 2015) + + 02 Jan 2015; Pacho Ramos +util-linux-2.25.2-r1.ebuild: + Prevent automagic dependency on systemd (#533726 by nzqr) + +*util-linux-2.25.2 (24 Oct 2014) + + 24 Oct 2014; Mike Frysinger + +files/util-linux-2.25.2-runuser-bash-completion.patch, + +util-linux-2.25.2.ebuild: + Version bump. Fix runuser bash-completion install #522288 by William Throwe. + +*util-linux-2.25.1-r1 (16 Oct 2014) + + 16 Oct 2014; Mike Frysinger + +files/util-linux-2.25.1-blkid-probe-fix.patch, +util-linux-2.25.1-r1.ebuild: + Add fix from upstream for libblkid probing. + +*util-linux-2.25.1 (05 Sep 2014) + + 05 Sep 2014; Lars Wendler + -util-linux-2.22.2.ebuild, -util-linux-2.25.ebuild, + +util-linux-2.25.1.ebuild, -files/util-linux-2.25-lscpu-pic.patch, + metadata.xml: + Version bump. Removed old. + + 26 Aug 2014; Michał Górny util-linux-2.24.2.ebuild, + util-linux-2.25.ebuild, util-linux-9999.ebuild: + Install bash-completion files unconditionally. + + 05 Aug 2014; Mike Frysinger + +files/util-linux-2.25-lscpu-pic.patch, util-linux-2.25.ebuild: + Fix building on hardened systems #518936 by tka. + + 05 Aug 2014; Christoph Junghans util-linux-2.24.2.ebuild, + util-linux-2.25.ebuild: + re-added prefix support (bug #518898) + + 05 Aug 2014; Christoph Junghans util-linux-2.24.2.ebuild: + added prefix support (bug #518898) + + 01 Aug 2014; Mike Frysinger util-linux-2.24.1-r3.ebuild: + Mark arm64/hppa/m68k/s390/sh stable. + + 01 Aug 2014; Lars Wendler util-linux-9999.ebuild: + Fixed live ebuild as well. + + 01 Aug 2014; Lars Wendler util-linux-2.25.ebuild: + Fixed installation aborting with header checksum error. Added some more + changes from 9999 ebuild. + + 01 Aug 2014; Lars Wendler util-linux-2.25.ebuild: + Removed cytune support. + +*util-linux-2.25 (01 Aug 2014) + + 01 Aug 2014; Lars Wendler + -util-linux-2.23.2-r2.ebuild, +util-linux-2.25.ebuild: + Version bump (bug #518702). Removed old. + + 31 Jul 2014; Christoph Junghans util-linux-2.24.2.ebuild: + fixed prefix install + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + ppc stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + ppc64 stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + sparc stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + ia64 stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + arm stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + x86 stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + alpha stable wrt bug #513378 + + 09 Jul 2014; Mikle Kolyada util-linux-2.24.1-r3.ebuild: + amd64 stable wrt bug #513378 + + 18 Jun 2014; Michał Górny util-linux-2.24.1-r3.ebuild, + util-linux-2.24.2.ebuild, util-linux-9999.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. + + 18 Jun 2014; Michał Górny util-linux-9999.ebuild: + Enable multilib on the live ebuild as well. Support new libsmartcols. + + 11 Jun 2014; Lars Wendler + util-linux-2.24.1-r2.ebuild: + Fixed application of alpha patch (bug #512966). + + 11 Jun 2014; Tobias Klausmann + +files/util-linux-2.24-fix-fdisk-on-alpha.patch, util-linux-2.24.1-r2.ebuild, + util-linux-2.24.1-r3.ebuild, util-linux-2.24.2.ebuild: + Fix fdisk compile failure on Alpha + + 28 May 2014; Markos Chandras util-linux-2.24.2.ebuild: + Restore 2.24-last-tests.patch per bug #501408 thanks to eroen + +*util-linux-2.24.2 (28 May 2014) + + 28 May 2014; Lars Wendler -util-linux-2.24.ebuild, + -util-linux-2.24.1-r1.ebuild, +util-linux-2.24.2.ebuild: + Version bump. Removed old. + + 14 May 2014; Samuli Suominen + util-linux-2.24.1-r2.ebuild: + amd64/x86 stable wrt #506592 + +*util-linux-2.24.1-r3 (02 May 2014) + + 02 May 2014; Michał Górny +util-linux-2.24.1-r3.ebuild: + Introduce multilib support, bug #490968. + + 27 Apr 2014; Mike Gilbert util-linux-2.24.1-r2.ebuild, + util-linux-9999.ebuild: + Add python3.4. + + 07 Apr 2014; Mike Frysinger util-linux-2.22.2.ebuild, + util-linux-2.23.2-r2.ebuild, util-linux-2.24.1-r1.ebuild, + util-linux-2.24.1-r2.ebuild, util-linux-2.24.ebuild, util-linux-9999.ebuild: + Mark arm64/m68k/s390/sh stable #506592. + + 07 Apr 2014; Markus Meier util-linux-2.24.1-r2.ebuild: + arm stable, bug #506592 + + 05 Apr 2014; Jeroen Roovers util-linux-2.24.1-r2.ebuild: + Stable for HPPA (bug #506592). + + 14 Mar 2014; Mike Frysinger util-linux-2.23.2-r2.ebuild, + util-linux-2.24.1-r1.ebuild, util-linux-2.24.1-r2.ebuild, + util-linux-2.24.ebuild, util-linux-9999.ebuild: + Recent releases no longer contain GPL-3 code. + + 17 Feb 2014; Mike Frysinger + +files/util-linux-2.24-last-tests.patch, util-linux-2.24.1-r2.ebuild: + Add fix from upstream for last test failures #501408 by eroen. + +*util-linux-2.24.1-r2 (15 Feb 2014) + + 15 Feb 2014; Samuli Suominen + +util-linux-2.24.1-r2.ebuild, util-linux-9999.ebuild: + Move last and lastb from sysvinit to util-linux wrt #491742 by Alexander Tsoy + +*util-linux-2.24.1-r1 (21 Jan 2014) + + 21 Jan 2014; Lars Wendler + -util-linux-2.24.1.ebuild, +util-linux-2.24.1-r1.ebuild: + Fixed installation location of getopt-parse docs. + +*util-linux-2.24.1 (20 Jan 2014) + + 20 Jan 2014; Mike Frysinger +util-linux-2.24.1.ebuild: + Version bump. + + 18 Jan 2014; Mike Frysinger util-linux-2.22.2.ebuild, + util-linux-2.23.2-r2.ebuild, util-linux-2.24.ebuild, util-linux-9999.ebuild: + Add arm64 love. + + 16 Jan 2014; Mike Frysinger util-linux-2.24.ebuild: + Delete bigyear test for now; the next release should fix it #489794 by Toralf + Förster. + + 04 Jan 2014; Lars Wendler + -util-linux-2.19.1-r1.ebuild, -util-linux-2.20-r1.ebuild, + -util-linux-2.20.1.ebuild, -util-linux-2.20.1-r1.ebuild, + -util-linux-2.20.1-r2.ebuild, -util-linux-2.21.ebuild, + -util-linux-2.21.1.ebuild, -util-linux-2.21.2.ebuild, + -util-linux-2.22.ebuild, -util-linux-2.22.1.ebuild, -util-linux-2.23.ebuild, + -util-linux-2.23.1.ebuild, -util-linux-2.23.2.ebuild, + -util-linux-2.23.2-r1.ebuild, -files/util-linux-2.19.1-mount-a-segv.patch, + -files/util-linux-2.19.1-umount-l-nfs.patch, + -files/util-linux-2.20.1-libmount-c++.patch, + -files/util-linux-2.20.1-no-printf-alloc.patch, + -files/util-linux-2.20.1-umount-fs-search.patch, + -files/util-linux-2.20-dmesg-newline.patch, + -files/util-linux-2.20-sysfs-init.patch, + -files/util-linux-2.21.1-cal-nl.patch, + -files/util-linux-2.21.1-no-printf-alloc.patch, metadata.xml: + Removed old versions and files. + + 22 Dec 2013; Mike Frysinger + +files/util-linux-2.24-skip-last-tests.patch, util-linux-2.24.ebuild, + util-linux-9999.ebuild: + Fix last failures #489794 by Toralf Förster. Enable parallel tests. + + 28 Nov 2013; Mike Frysinger util-linux-2.24.ebuild, + util-linux-9999.ebuild: + Stick to EAPI=4 for base system packages. + + 09 Nov 2013; Lars Wendler util-linux-9999.ebuild: + Fixed unconditional call of python-single-r1_pkg_setup (bug #490778) in live + ebuild as well. + + 09 Nov 2013; Lars Wendler util-linux-2.24.ebuild: + Fixed unconditional call of python-single-r1_pkg_setup (bug #490778). + + 29 Oct 2013; Lars Wendler util-linux-2.24.ebuild, + util-linux-9999.ebuild: + Moved 2.24 ebuild to EAPI-5. Synced 9999 ebuild with 2.24 version. + +*util-linux-2.24 (28 Oct 2013) + + 28 Oct 2013; Lars Wendler +util-linux-2.24.ebuild: + Version bump (bug #489342). + +*util-linux-2.23.2-r2 (29 Sep 2013) + + 29 Sep 2013; Mike Frysinger +util-linux-2.23.2-r2.ebuild: + Re-disable USE=tty-helpers by default and add an elog #483798 by Allen Parker. + + 29 Sep 2013; Mike Frysinger metadata.xml, + util-linux-2.23.2-r1.ebuild: + Add USE=pam to control runuser #485486 by Denis Kaganovich. + +*util-linux-2.23.2-r1 (05 Sep 2013) + + 05 Sep 2013; Robin H. Johnson + +util-linux-2.23.2-r1.ebuild: + Make USE=tty-helpers enabled by default, to match sysvinit that had those + utilities always available. + + 07 Aug 2013; Tim Harder util-linux-9999.ebuild: + Update live ebuild. + +*util-linux-2.23.2 (07 Aug 2013) + + 07 Aug 2013; Tim Harder +util-linux-2.23.2.ebuild: + Version bump (bug #479846). + + 16 Jul 2013; Samuli Suominen util-linux-2.23.1.ebuild, + util-linux-9999.ebuild: + Use get_bashcompdir from bash-completion-r1.eclass because complectionsdir= + is not static. + +*util-linux-2.23.1 (11 Jun 2013) + + 11 Jun 2013; Tony Vroon +util-linux-2.23.1.ebuild: + Version bump, as requested by Samuli Suominen in bug #472342. To confirm, + this has the commits to fix the losetup offset bug reported by Andreas + Klauer. + + 05 Jun 2013; Mike Frysinger metadata.xml: + Add upstream CPE tag (security info) from ChromiumOS. + + 02 Jun 2013; Pacho Ramos metadata.xml: + Cleanup due bug #328951 + + 08 May 2013; Mike Frysinger metadata.xml, + util-linux-2.23.ebuild, util-linux-9999.ebuild: + Add USE=caps to control `setpriv` #469102 by Arfrever Frehtes Taifersar + Arahesis. + + 04 May 2013; Samuli Suominen util-linux-2.23.ebuild: + Block version of app-shells/bash-completion with conflicting "rtcwake" + completion wrt #468544 + +*util-linux-2.23 (04 May 2013) + + 04 May 2013; Mike Frysinger +util-linux-2.23.ebuild, + metadata.xml: + Version bump #468144 by Samuli Suominen. + + 28 Mar 2013; Mike Frysinger metadata.xml, + util-linux-2.22.2.ebuild, util-linux-9999.ebuild: + Also put wall/write setgid behavior under USE=suid. + + 28 Mar 2013; Mike Frysinger metadata.xml, + util-linux-2.22.2.ebuild, util-linux-9999.ebuild: + Add USE=suid to control mount/umount behavior. + + 23 Mar 2013; Mike Frysinger util-linux-2.22.2.ebuild: + Mark m68k stable #458226. + + 12 Mar 2013; Mike Frysinger util-linux-2.22.2.ebuild, + util-linux-9999.ebuild: + Install release notes too #458230 by Mart Raudsepp. + + 12 Mar 2013; Mike Frysinger util-linux-2.22.2.ebuild, + util-linux-9999.ebuild: + Pull in sys-devel/bc for USE=test #460184 by Sean Santos. + + 01 Mar 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for sh, wrt bug #458226 + + 26 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for s390, wrt bug #458226 + + 26 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for sparc, wrt bug #458226 + + 26 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for arm, wrt bug #458226 + + 26 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for ia64, wrt bug #458226 + + 26 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for alpha, wrt bug #458226 + + 25 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for ppc64, wrt bug #458226 + + 25 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for ppc, wrt bug #458226 + + 25 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for x86, wrt bug #458226 + + 25 Feb 2013; Agostino Sarubbo util-linux-2.22.2.ebuild: + Stable for amd64, wrt bug #458226 + + 20 Feb 2013; Jeroen Roovers util-linux-2.22.2.ebuild: + Stable for HPPA (bug #458226). + + 19 Feb 2013; Zac Medico util-linux-2.22.2.ebuild, + util-linux-9999.ebuild: + Add ~arm-linux keywords. + +*util-linux-2.22.2 (16 Dec 2012) + + 16 Dec 2012; Mike Frysinger +util-linux-2.22.2.ebuild: + Version bump. + + 28 Nov 2012; Samuli Suominen util-linux-2.21.2.ebuild, + util-linux-2.22.ebuild, util-linux-2.22.1.ebuild, util-linux-9999.ebuild: + Use virtual/udev instead of sys-fs/udev wrt #444398 + + 19 Oct 2012; Mike Frysinger util-linux-2.22.1.ebuild, + util-linux-9999.ebuild: + Also search /bin and /usr/bin for mount/fsck helpers #437230 by Pun. + +*util-linux-2.22.1 (11 Oct 2012) + + 11 Oct 2012; Mike Frysinger +util-linux-2.22.1.ebuild, + -files/util-linux-2.22-md5-aliasing.patch, + -files/util-linux-2.22-sfdisk-aliasing.patch, + -files/util-linux-2.22-umount-user.patch, -util-linux-2.22-r1.ebuild: + Switch to official upstream release. + +*util-linux-2.22-r1 (10 Oct 2012) + + 10 Oct 2012; Mike Frysinger + +files/util-linux-2.22-md5-aliasing.patch, + +files/util-linux-2.22-sfdisk-aliasing.patch, + +files/util-linux-2.22-umount-user.patch, +util-linux-2.22-r1.ebuild: + Add fix from upstream for umount with user= options #435540 by Stefan Reimer. + + 03 Oct 2012; Brent Baude util-linux-2.21.2.ebuild: + Marking util-linux-2.21.2 ppc for bug 434334 + + 30 Sep 2012; Anthony G. Basile util-linux-2.21.2.ebuild: + stable ppc ppc64, bug #434334 + + 30 Sep 2012; Raúl Porcel util-linux-2.21.2.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #434334 + + 19 Sep 2012; Johannes Huber util-linux-2.21.2.ebuild: + Stable for x86, wrt bug #434334 + + 16 Sep 2012; Markus Meier util-linux-2.21.2.ebuild: + arm stable, bug #434334 + + 14 Sep 2012; Agostino Sarubbo util-linux-2.21.2.ebuild: + Stable for amd64, wrt bug #434334 + + 13 Sep 2012; Jeroen Roovers util-linux-2.21.2.ebuild: + Stable for HPPA (bug #434334). + + 07 Sep 2012; Mike Frysinger util-linux-2.22.ebuild, + util-linux-9999.ebuild: + Fix USE=perl handling with chkdupexe #434146 by Alexandre. + +*util-linux-2.22 (06 Sep 2012) + + 06 Sep 2012; Mike Frysinger +util-linux-2.22.ebuild, + util-linux-9999.ebuild: + Version bump. We now provide eject and sulogin/utmpdump (from sysvinit). We + still get su/login from shadow though. + + 22 Aug 2012; Mike Frysinger util-linux-2.21.1.ebuild, + util-linux-2.21.2.ebuild, util-linux-2.21.ebuild, util-linux-9999.ebuild: + Punt USE=loop-aes again due to lack of interest #405805 by Phil Stracchino. + + 24 Jul 2012; Mike Frysinger util-linux-2.21.2.ebuild: + Use older alloc patch for uclibc #427716 by James Le Cuirot. + + 08 Jul 2012; Raúl Porcel util-linux-2.20.1-r2.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #420167 + + 21 Jun 2012; Jeroen Roovers util-linux-2.20.1-r2.ebuild: + Stable for HPPA (bug #420167). + + 11 Jun 2012; Agostino Sarubbo util-linux-2.20.1-r2.ebuild: + Stable for amd64, wrt bug #420167 + + 09 Jun 2012; Markus Meier util-linux-2.20.1-r2.ebuild: + arm stable, bug #420167 + + 08 Jun 2012; Samuli Suominen + util-linux-2.20.1-r2.ebuild: + ppc/ppc64/x86 stable wrt #420167 + + 02 Jun 2012; Mike Frysinger util-linux-2.21.2.ebuild, + util-linux-9999.ebuild: + Control udev dep with USE=udev #417767 by Alexey Shvetsov. + +*util-linux-2.21.2 (25 May 2012) + + 25 May 2012; Mike Frysinger +util-linux-2.21.2.ebuild: + Version bump. + + 25 May 2012; Mike Frysinger util-linux-2.19.1-r1.ebuild, + util-linux-2.20-r1.ebuild, util-linux-2.20.1.ebuild, + util-linux-2.20.1-r1.ebuild, util-linux-2.20.1-r2.ebuild: + Inherit multilib for get_libdir. + + 24 May 2012; Mike Frysinger util-linux-2.19.1-r1.ebuild, + util-linux-2.20-r1.ebuild, util-linux-2.20.1-r1.ebuild, + util-linux-2.20.1-r2.ebuild, util-linux-2.20.1.ebuild, + util-linux-2.21.1.ebuild, util-linux-2.21.ebuild, util-linux-9999.ebuild: + Sync git-2 updates between all versions, and merge KEYWORDS code paths. + + 12 May 2012; Raúl Porcel util-linux-2.20.1-r1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #404179 + + 06 May 2012; Mike Frysinger util-linux-2.20.1-r1.ebuild, + util-linux-2.20.1-r2.ebuild, util-linux-2.21.1.ebuild: + DEPEND on autotools, don't RDEPEND on them #414847 by James Le Cuirot. + + 06 May 2012; Mike Frysinger + +files/util-linux-2.21.1-cal-nl.patch, util-linux-2.21.1.ebuild: + Fix from upstream for building on non-glibc hosts #414849 by James Le Cuirot. + + 21 Apr 2012; Mike Frysinger + files/util-linux-2.20.1-no-printf-alloc.patch, + files/util-linux-2.21.1-no-printf-alloc.patch: + Also malloc fs_optstr #406303#17 by Anthony Basile. + + 21 Apr 2012; Mike Frysinger util-linux-2.20.1-r1.ebuild, + util-linux-2.20.1-r2.ebuild, +files/util-linux-2.20.1-no-printf-alloc.patch, + util-linux-2.21.1.ebuild, +files/util-linux-2.21.1-no-printf-alloc.patch, + util-linux-9999.ebuild: + Add support for older C libraries that do not support latest POSIX standard + (%as flags) #406303 by Ed Wildgoose. + + 14 Apr 2012; Zac Medico util-linux-2.21.1.ebuild, + util-linux-9999.ebuild: + Add ~amd64-linux keyword. + + 05 Apr 2012; Mike Frysinger util-linux-9999.ebuild: + Block the eject package now that util-linux includes it. + + 30 Mar 2012; Mike Frysinger util-linux-2.21.ebuild, + util-linux-2.21.1.ebuild: + Drop scanf hack as it is already in 2.21.1 (I read the wrong source tree). + + 30 Mar 2012; Mike Frysinger util-linux-2.21.ebuild, + util-linux-2.21.1.ebuild: + Add cross-compiling fixes to match upstream. + +*util-linux-2.21.1 (30 Mar 2012) + + 30 Mar 2012; Mike Frysinger +util-linux-2.21.1.ebuild: + Version bump. + + 03 Mar 2012; Markus Meier util-linux-2.20.1-r1.ebuild: + arm stable, bug #404179 + +*util-linux-2.21 (24 Feb 2012) + + 24 Feb 2012; Mike Frysinger +util-linux-2.21.ebuild, + util-linux-9999.ebuild: + Version bump. + + 23 Feb 2012; Kacper Kowalik + util-linux-2.20.1-r1.ebuild: + ppc/ppc64 stable wrt #404179 + + 21 Feb 2012; Jeff Horelick util-linux-2.20.1-r1.ebuild: + marked x86 per bug 404179 + + 21 Feb 2012; Agostino Sarubbo util-linux-2.20.1-r1.ebuild: + Stable for amd64, wrt bug #404179 + + 18 Feb 2012; Jeroen Roovers util-linux-2.20.1-r1.ebuild: + Stable for HPPA (bug #404179). + +*util-linux-2.20.1-r2 (16 Feb 2012) + + 16 Feb 2012; Mike Frysinger +util-linux-2.20.1-r2.ebuild, + +files/util-linux-2.20.1-libmount-c++.patch, + +files/util-linux-2.20.1-umount-fs-search.patch: + Add patch from upstream for libmount.h in C++ code #401057 by Michał Górny. + Have umount search /usr/sbin like mount/fsck #403073 by Aidan Marks. + +*util-linux-2.20.1-r1 (07 Jan 2012) + + 07 Jan 2012; Mike Frysinger +util-linux-2.20.1-r1.ebuild, + util-linux-9999.ebuild: + Install libmount into / #398055 by Michał Górny. + + 07 Jan 2012; Mike Frysinger -util-linux-2.17.2.ebuild, + -util-linux-2.18-r1.ebuild, -files/util-linux-2.18-cfdisk-string-len.patch, + -files/util-linux-2.18-falloc.patch, -files/util-linux-2.18-ncursesw.patch, + -files/util-linux-2.18-slang.patch, -util-linux-2.19.ebuild, + -util-linux-2.19.1.ebuild, -files/util-linux-2.19-old-libc.patch, + -util-linux-2.20.ebuild: + Old. + + 07 Jan 2012; Mike Frysinger util-linux-2.19.1-r1.ebuild: + Mark ppc64 stable #384305. + + 30 Dec 2011; Ulrich Mueller util-linux-2.17.2.ebuild, + util-linux-2.18-r1.ebuild, util-linux-2.19.ebuild, util-linux-2.19.1.ebuild, + util-linux-2.19.1-r1.ebuild, util-linux-2.20.ebuild, + util-linux-2.20-r1.ebuild, util-linux-2.20.1.ebuild, util-linux-9999.ebuild: + Update LICENSE, see README.licensing in the tarball. Bug 175260. + + 17 Nov 2011; Pawel Hajdan jr + util-linux-2.19.1-r1.ebuild: + x86 stable wrt bug #384305 + + 12 Nov 2011; Lars Wendler + util-linux-2.19.1-r1.ebuild, + -files/util-linux-2.19.1-remove-useless-if-stuff-from-loopaes-patchset.diff: + non-maintainer commit: Really fixed bug #375165 with solution suggested by + Jiří Moravec. + + 12 Nov 2011; Lars Wendler + util-linux-2.19.1-r1.ebuild, + +files/util-linux-2.19.1-remove-useless-if-stuff-from-loopaes-patchset.diff: + non-maintainer commit: Fixed application of umount-l patch in combination + with loop-aes patch. This fixes bug #375165. + + 11 Nov 2011; Tony Vroon util-linux-2.19.1-r1.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in bug #384305. + + 06 Nov 2011; Brent Baude util-linux-2.19.1-r1.ebuild: + Marking util-linux-2.19.1-r1 ppc for bug 384305 + + 23 Oct 2011; Raúl Porcel util-linux-2.19.1-r1.ebuild: + sparc stable wrt #384305 + +*util-linux-2.20.1 (20 Oct 2011) + + 20 Oct 2011; Mike Frysinger +util-linux-2.20.1.ebuild: + Version bump. + + 20 Oct 2011; Mike Frysinger util-linux-2.20-r1.ebuild, + util-linux-9999.ebuild: + Inform users of new default clear behavior #381401#5 by Neil Bothwick. + +*util-linux-2.20-r1 (17 Oct 2011) + + 17 Oct 2011; Mike Frysinger +util-linux-2.20-r1.ebuild, + +files/util-linux-2.20-dmesg-newline.patch, + +files/util-linux-2.20-sysfs-init.patch: + Add fixes from upstream for dmesg stopping with blank newlines #385305 by + Maxime Gervais. Add fix from upstream for nfs/btrfs unmounting #385323 by + Thomas Arnett. + + 17 Oct 2011; Mike Frysinger util-linux-2.19.1-r1.ebuild: + Mark alpha/arm/hppa/ia64/m68k/s390/sh stable #384305. + + 23 Sep 2011; Lars Wendler util-linux-2.20.ebuild: + non-maintainer commit: Updated loop-aes patch (bug #381521). + + 21 Sep 2011; Michał Górny util-linux-9999.ebuild: + Migrate to git-2. + + 14 Sep 2011; Mike Frysinger util-linux-2.20.ebuild: + Drop ddate man page when USE=-ddate #381291#5 by Ulrich Müller. + + 07 Sep 2011; Mike Frysinger util-linux-2.20.ebuild, + util-linux-9999.ebuild, metadata.xml: + Add USE=ddate to control ddate util #381291 by Ole Henrik Jahren. + +*util-linux-2.20 (29 Aug 2011) + + 29 Aug 2011; Mike Frysinger +util-linux-2.20.ebuild, + util-linux-9999.ebuild: + Version bump which fixes #373381 by Chris Richards. Add USE=static-libs + support #378269 by Agostino Sarubbo. Sync changes between live git and stable + release ebuilds. Block older sysvinits since we now install the mountpoint + util ourselves. + + 29 Jul 2011; Zac Medico util-linux-2.19.1-r1.ebuild, + util-linux-9999.ebuild: + Add ~x86-linux keyword. + + 26 Jul 2011; Zac Medico util-linux-2.19.1-r1.ebuild: + Bump to EAPI 3 and fix for prefix. + +*util-linux-2.19.1-r1 (12 Jul 2011) + + 12 Jul 2011; Mike Frysinger +util-linux-2.19.1-r1.ebuild, + +files/util-linux-2.19.1-mount-a-segv.patch, + +files/util-linux-2.19.1-umount-l-nfs.patch: + Add fixes from upstream for `mount -a` segfault #366213 and `umount -l` + stalls #370051 by Pacho Ramos. + + 17 Jun 2011; Dane Smith util-linux-2.19.1.ebuild, + metadata.xml: + Re-add support for loop-aes wrt bug 371437. + + 07 Jun 2011; Mike Frysinger util-linux-9999.ebuild: + Run the helper po script so the subdir gets the necessary files created + #370455 by Michał Górny. + + 14 May 2011; Raúl Porcel util-linux-2.19.1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #359759 + + 14 May 2011; Kacper Kowalik util-linux-2.19.1.ebuild: + ppc/ppc64 stable wrt #359759 + + 09 May 2011; Markus Meier util-linux-2.19.1.ebuild: + arm stable, bug #359759 + + 04 May 2011; Thomas Kahle util-linux-2.19.1.ebuild: + x86 stable per bug 359759 + + 04 May 2011; Jeroen Roovers util-linux-2.19.1.ebuild: + Stable for HPPA (bug #359759). + + 03 May 2011; Markos Chandras util-linux-2.19.1.ebuild: + Stable on amd64 wrt bug #359759 + +*util-linux-2.19.1 (02 May 2011) + + 02 May 2011; Mike Frysinger +util-linux-2.19.1.ebuild: + Version bump. + + 07 Apr 2011; Mike Frysinger util-linux-2.19.ebuild, + util-linux-9999.ebuild: + Add USE=ncurses to control the lib usage #221941 by Jim Kukunas and Mart + Raudsepp. + + 07 Apr 2011; Mike Frysinger util-linux-2.19.ebuild, + +files/util-linux-2.19-old-libc.patch: + Add fallback code for older versions of glibc #361271 by Viktor Robev. + + 02 Apr 2011; Raúl Porcel util-linux-2.18-r1.ebuild: + ia64/m68k/s390/sh/sparc stable wrt #356941 + + 25 Mar 2011; Kacper Kowalik + util-linux-2.18-r1.ebuild: + ppc64 stable wrt #356941 + + 19 Mar 2011; Thomas Kahle util-linux-2.18-r1.ebuild: + x86 stable per bug 356941 + + 13 Mar 2011; Markus Meier util-linux-2.18-r1.ebuild: + arm stable, bug #356941 + + 12 Mar 2011; Tobias Klausmann + util-linux-2.18-r1.ebuild: + Stable on alpha, bug #356941 + + 12 Mar 2011; Mike Frysinger util-linux-2.19.ebuild, + util-linux-9999.ebuild: + Punt USE=loop-aes to stop useless complaints. + + 07 Mar 2011; Jeroen Roovers util-linux-2.18-r1.ebuild: + Stable for HPPA (bug #356941). + + 04 Mar 2011; Brent Baude util-linux-2.18-r1.ebuild: + stable ppc, bug 356941 + + 01 Mar 2011; Markos Chandras util-linux-2.18-r1.ebuild: + Stable on amd64 wrt bug #356941 + +*util-linux-2.19 (10 Feb 2011) + + 10 Feb 2011; Mike Frysinger +util-linux-2.19.ebuild: + Version bump. + + 22 Nov 2010; Mike Frysinger util-linux-2.18-r1.ebuild, + util-linux-9999.ebuild, metadata.xml: + Add USE=cramfs to control cramfs dep (since it implies zlib too) #343081 + #343095 by Kfir Lavi. + + 08 Oct 2010; Mike Frysinger + files/util-linux-2.18-slang.patch: + Remove unused Makefile.am hunk #340140 by Diego E. Pettenò. + + 03 Oct 2010; Mike Frysinger util-linux-2.18-r1.ebuild, + +files/util-linux-2.18-falloc.patch: + Fix building with older linux/falloc.h #339432 by Andrew Randrianasulu. + + 18 Sep 2010; Raúl Porcel util-linux-2.17.2.ebuild: + ia64/s390/sh/sparc stable wrt #326339 + + 12 Sep 2010; Tobias Klausmann + util-linux-2.17.2.ebuild: + Stable on alpha, bug #326339 + + 12 Sep 2010; Raúl Porcel util-linux-2.17.2.ebuild: + m68k stable wrt #326339 thanks to kolla for testing + + 13 Aug 2010; Joseph Jezak util-linux-2.17.2.ebuild: + Marked ppc stable for bug #326339. + + 24 Jul 2010; Markus Meier util-linux-2.17.2.ebuild: + arm stable, bug #326339 + +*util-linux-2.18-r1 (19 Jul 2010) + + 19 Jul 2010; Mike Frysinger + +util-linux-2.18-r1.ebuild, + +files/util-linux-2.18-cfdisk-string-len.patch: + Pull in updates from live git ebuild. Apply upstream fix for cfdisk input + issue #328959 by James L. Hammons. Update loop-aes patch #326363. + + 10 Jul 2010; Jeroen Roovers util-linux-2.17.2.ebuild: + Stable for HPPA (bug #326339). + + 10 Jul 2010; Christian Faulhammer + util-linux-2.17.2.ebuild: + stable x86, bug 326339 + + 09 Jul 2010; Samuli Suominen + util-linux-2.17.2.ebuild: + ppc64 stable wrt #326339 + + 06 Jul 2010; Mike Frysinger util-linux-9999.ebuild: + Search /usr/sbin for mount/fsck helpers. + + 04 Jul 2010; Markos Chandras + util-linux-2.17.2.ebuild: + Stable on amd64 wrt bug #326339 + + 01 Jul 2010; Mike Frysinger + files/util-linux-2.18-ncursesw.patch: + Tweak patch to handle non-unicode ncurses #326481 by Wilbur Pan. + + 01 Jul 2010; Mike Frysinger util-linux-2.18.ebuild, + +files/util-linux-2.18-slang.patch: + Add fix from upstream for building with slang #326373 by Mikael Magnusson. + +*util-linux-2.18 (30 Jun 2010) + + 30 Jun 2010; Mike Frysinger +util-linux-2.18.ebuild, + +files/util-linux-2.18-ncursesw.patch, util-linux-9999.ebuild: + Version bump. + +*util-linux-2.17.2 (22 Mar 2010) + + 22 Mar 2010; Mike Frysinger +util-linux-2.17.2.ebuild: + Version bump. + + 20 Mar 2010; Mike Frysinger util-linux-2.17.1.ebuild: + Work around broken glibc-2.10 on 32bit systems and fallocate #300307 by + Marco Clocchiatti. + + 09 Mar 2010; Mike Frysinger util-linux-2.17.1.ebuild: + Update loop-aes patch #307987. + +*util-linux-2.17.1 (05 Mar 2010) + + 05 Mar 2010; Mike Frysinger +util-linux-2.17.1.ebuild: + Version bump #307055 by Arseny Solokha. + + 15 Feb 2010; Joseph Jezak util-linux-2.16.2.ebuild: + Marked ppc stable for bug #301179. + + 12 Feb 2010; Raúl Porcel util-linux-2.16.2.ebuild: + sparc stable wrt #301179 + +*util-linux-2.17-r1 (09 Feb 2010) + + 09 Feb 2010; Mike Frysinger + +files/0001-libblkid-fix-segfault-in-drdb.patch, + +util-linux-2.17-r1.ebuild: + Add fix from upstream for blkid segfaults #301787 by Alec M. + + 09 Feb 2010; Mike Frysinger util-linux-2.16.2.ebuild: + Mark alpha/ia64/s390/sh stable #301179. + + 04 Feb 2010; Markus Meier util-linux-2.16.2.ebuild: + amd64/arm stable, bug #301179 + + 03 Feb 2010; Christian Faulhammer + util-linux-2.16.2.ebuild: + stable x86, bug 301179 + + 27 Jan 2010; Jeroen Roovers util-linux-2.16.2.ebuild: + Stable for HPPA (bug #301179). + + 24 Jan 2010; Tom Gall util-linux-2.16.2.ebuild: + stable on ppc64, bug #301179 + + 23 Jan 2010; Samuli Suominen + util-linux-2.17.ebuild: + Update loop-aes patch to upstream SRC_URI wrt #300869, thanks to James + Ausmus and others. + +*util-linux-2.17 (08 Jan 2010) + + 08 Jan 2010; Mike Frysinger +util-linux-2.17.ebuild: + Version bump. + + 03 Jan 2010; util-linux-2.16.2.ebuild: + - cross compile love. default libtool files try to link with the host + libc.so so we call elibtoolize to work the magic + + 07 Dec 2009; Samuli Suominen + util-linux-2.16.1.ebuild: + amd64 stable wrt #284744 + + 01 Dec 2009; Mike Frysinger util-linux-2.16.1.ebuild, + util-linux-2.16.2.ebuild, util-linux-9999.ebuild: + Disable tls if the toolchain lacks support. + +*util-linux-2.16.2 (30 Nov 2009) + + 30 Nov 2009; Mike Frysinger +util-linux-2.16.2.ebuild: + Version bump. + + 29 Nov 2009; Joseph Jezak util-linux-2.16.1.ebuild: + Marked ppc stable for bug #284744. + + 28 Nov 2009; Raúl Porcel util-linux-2.16.1.ebuild: + ia64/sparc stable wrt #284744 + + 23 Nov 2009; Markus Meier util-linux-2.16.1.ebuild: + arm stable, bug #284744 + + 09 Nov 2009; Christian Faulhammer + util-linux-2.16.1.ebuild: + fix wrong KEYWORDS assignment + + 09 Nov 2009; Christian Faulhammer + util-linux-2.16.1.ebuild: + stable x86, bug 284744 + + 31 Oct 2009; Brent Baude util-linux-2.16.1.ebuild: + Marking util-linux-2.16.1 ppc64 for bug 284744 + + 21 Oct 2009; Jeroen Roovers util-linux-2.16.1.ebuild: + Stable for HPPA (bug #284744). + + 15 Oct 2009; Joseph Jezak util-linux-2.16.1.ebuild: + Reverting ppc64 stable mark until e2fsprogs can go stable too. + + 05 Oct 2009; Samuli Suominen + util-linux-2.16.1.ebuild: + Update loop-aes patch wrt #284744 by Romain Perier. + + 03 Oct 2009; Brent Baude util-linux-2.16.1.ebuild: + Marking util-2.16.1 ppc64 for 284744 + + 03 Oct 2009; Brent Baude ChangeLog: + Marking util-linux-2.16.1 ppc64 for bug 284744 + + 03 Oct 2009; Tobias Klausmann + util-linux-2.16.1.ebuild: + Stable on alpha, bug #284744 + + 23 Sep 2009; Mike Frysinger util-linux-2.16.1.ebuild, + util-linux-9999.ebuild, metadata.xml: + Add USE=perl to control the perl chkdupexe script #284093 by Diego E. + Pettenò. + +*util-linux-2.16.1 (07 Sep 2009) + + 07 Sep 2009; Mike Frysinger +util-linux-2.16.1.ebuild: + Version bump. + +*util-linux-2.16-r1 (16 Aug 2009) + + 16 Aug 2009; Mike Frysinger + +files/0001-libblkid-fix-ext2-detection-on-systems-with-ext4-onl.patch, + +util-linux-2.16-r1.ebuild: + Add fix from upstream for detecting ext2 filesystems with ext4-only + #279054 by sl. + + 26 Jul 2009; Mike Frysinger + -util-linux-2.13.1.1.ebuild, util-linux-2.14.2.ebuild, + -util-linux-2.15.ebuild, -util-linux-2.15-r1.ebuild: + Add some workarounds for stable uClibc systems #249582 by Natanael Copa. + + 26 Jul 2009; Mike Frysinger util-linux-2.16.ebuild, + util-linux-9999.ebuild: + Add a call to autopoint #278941 by hangfire. + + 26 Jul 2009; Mike Frysinger util-linux-2.16.ebuild, + util-linux-9999.ebuild: + Update loop-aes patch #278382. + +*util-linux-2.16 (16 Jul 2009) + + 16 Jul 2009; Mike Frysinger +util-linux-2.16.ebuild, + util-linux-9999.ebuild: + Version bump #269378 by Matthias Schwarzott. + + 28 Jun 2009; Mike Frysinger util-linux-2.15.1.ebuild: + Update loop-aes patch #273883 by Fabio Coatti. + +*util-linux-2.15.1 (10 Jun 2009) + + 10 Jun 2009; Mike Frysinger +util-linux-2.15.1.ebuild: + Version bump. + + 29 May 2009; Mike Frysinger util-linux-2.15-r1.ebuild, + +files/util-linux-2.15-locale.patch: + Add fix from upstream for locale build failure on uClibc #271154 by + Gianluigi Tiesi. + + 24 May 2009; Mike Frysinger util-linux-2.15-r1.ebuild: + Re-order patches when USE=loop-aes #271041 by Lars Wendler and add + libtool-2 to DEPEND #271025 by Eike Hein. + + 23 May 2009; Mike Frysinger util-linux-2.14.2.ebuild, + files/util-linux-2.15-old-libselinux.patch: + Apply selinux fix from upstream for #270168 by Tadas. + +*util-linux-2.15-r1 (23 May 2009) + + 23 May 2009; Mike Frysinger +util-linux-2.15-r1.ebuild, + +files/util-linux-2.15-losetup-symlinks.patch, + +files/util-linux-2.15-old-libselinux.patch: + Grab fixes from upstream for #270168 by Tadas and #269264 by Mario + Bachmann. + + 18 May 2009; Raúl Porcel util-linux-2.14.2.ebuild: + ia64/sparc stable wrt #268765 + + 13 May 2009; Markus Meier util-linux-2.14.2.ebuild: + amd64/x86 stable, bug #268765 + + 11 May 2009; Mike Frysinger util-linux-2.15.ebuild: + Update loop-aes patch #268772 by Wilbur Pan. + + 10 May 2009; Mike Frysinger util-linux-2.15.ebuild, + +files/util-linux-2.15-cpuid-pic.patch: + Fix building on hardened due to PIC/cpuid #269001 by Juergen Rose. + + 09 May 2009; Tobias Klausmann + util-linux-2.14.2.ebuild: + Stable on alpha, bug #268765 + + 06 May 2009; Jeroen Roovers util-linux-2.14.2.ebuild: + Stable for HPPA (bug #268765). + + 06 May 2009; Brent Baude util-linux-2.14.2.ebuild: + Marking util-linux-2.14.2 ppc64 and ppc for bug 268765 + +*util-linux-2.15 (05 May 2009) + + 05 May 2009; Mike Frysinger +util-linux-2.15.ebuild: + Version bump. + + 15 Feb 2009; Mike Frysinger util-linux-2.14.2.ebuild: + Update loop-aes patch #258456. + + 15 Feb 2009; Mike Frysinger util-linux-2.14.1.ebuild, + util-linux-2.14.2.ebuild: + Touchup wording on USE=loop-aes info. + +*util-linux-2.14.2 (10 Feb 2009) + + 10 Feb 2009; Mike Frysinger +util-linux-2.14.2.ebuild: + Version bump. + + 30 Dec 2008; Mike Frysinger util-linux-2.14.1.ebuild, + util-linux-9999.ebuild: + Depend on sys-libs/e2fsprogs-libs rather than sys-fs/e2fsprogs #249663. + + 06 Dec 2008; Mike Frysinger + +files/util-linux-2.14-AC_BIG_ENDIAN.patch, util-linux-2.14.1.ebuild: + Add fix from upstream for missing call to AC_BIG_ENDIAN in configure. + + 02 Dec 2008; Brent Baude util-linux-2.14.1.ebuild: + stable ppc64, bug 249107 + + 02 Dec 2008; Raúl Porcel util-linux-2.14.1.ebuild: + alpha/ia64/sparc stable wrt #249107 + + 30 Nov 2008; Markus Meier util-linux-2.14.1.ebuild: + amd64/x86 stable, bug #249107 + + 29 Nov 2008; Tobias Scherbaum + util-linux-2.14.1.ebuild: + ppc stable, bug #249107 + + 29 Nov 2008; util-linux-2.14.1.ebuild: + - quick hack for dirty times + + 27 Nov 2008; Jeroen Roovers util-linux-2.14.1.ebuild: + Stable for HPPA (bug #249107). + + 17 Nov 2008; Diego E. Pettenò + files/util-linux-2.12q-debian-10cfdisk.patch: + Fix patch with absolute paths. + + 26 Oct 2008; Mike Frysinger files/crypto-loop.initd: + Apply POSIX patch #236858. + + 26 Oct 2008; Mike Frysinger util-linux-2.14.1.ebuild: + Update loop-aes support #242874 by Fabio Coatti and Lars (Polynomial-C). + +*util-linux-2.14.1 (20 Oct 2008) + + 20 Oct 2008; Mike Frysinger +util-linux-2.14.1.ebuild: + Version bump. + + 23 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + + 28 Jun 2008; Mike Frysinger util-linux-2.14.ebuild: + Update loop-aes patch from upstream #228691. + +*util-linux-2.14 (21 Jun 2008) + + 21 Jun 2008; Mike Frysinger +util-linux-2.14.ebuild: + Version bump #228061 by Conrad Kostecki. + + 07 Jun 2008; Mike Frysinger + +files/util-linux-2.13.1-no-a.out.patch, util-linux-2.13.1.1.ebuild: + Do not rely on a.out.h #221939 by Mart Raudsepp. + + 28 Apr 2008; Tobias Scherbaum + util-linux-2.13.1.1.ebuild: + ppc stable, bug #219202 + + 27 Apr 2008; Markus Meier util-linux-2.13.1.1.ebuild: + amd64 stable, security bug #219202 + + 27 Apr 2008; Markus Rothe util-linux-2.13.1.1.ebuild: + Stable on ppc64; bug #219202 + + 25 Apr 2008; Raúl Porcel util-linux-2.13.1.1.ebuild: + alpha/ia64/x86 stable wrt security #219202 + + 25 Apr 2008; Jeroen Roovers util-linux-2.13.1.1.ebuild: + Stable for HPPA (bug #219202). + + 25 Apr 2008; Ferris McCormick + util-linux-2.13.1.1.ebuild: + Sparc stable, Security Bug #219202. + +*util-linux-2.13.1.1 (21 Apr 2008) + + 21 Apr 2008; Mike Frysinger + +util-linux-2.13.1.1.ebuild: + Version bump. + + 31 Mar 2008; Jeroen Roovers util-linux-2.13.1.ebuild: + Stable for HPPA (bug #215371). + + 30 Mar 2008; Santiago M. Mola + util-linux-2.13.1.ebuild: + amd64 stable wrt bug #215371 + + 30 Mar 2008; Raúl Porcel util-linux-2.13.1.ebuild: + alpha/ia64/sparc/x86 stable wrt #215371 + + 30 Mar 2008; Brent Baude util-linux-2.13.1.ebuild: + stable ppc64, bug 215371 + + 30 Mar 2008; Brent Baude util-linux-2.13.1.ebuild: + stable ppc, bug 215371 + + 29 Mar 2008; Mike Frysinger util-linux-2.13.1.ebuild, + util-linux-9999.ebuild: + Add support for USE=unicode and USE=slang #208976. Update loop-aes cruft + #206331. + + 26 Feb 2008; Mike Frysinger util-linux-2.13.1.ebuild: + Add ioprio workaround back as it hasnt been properly fixed in this release + #211573 by Mike Hammill. + + 01 Feb 2008; Diego Pettenò + files/crypto-loop.initd: + Update init script to work with current development version of OpenRC + (checkroot -> root; checkfs -> fsck). + + 20 Jan 2008; Mike Frysinger + util-linux-2.13.0.1.ebuild, util-linux-2.13.1.ebuild: + Document USE=crypt -> USE=loop-aes transition #206747 by Jan Schubert. + +*util-linux-2.13.1 (16 Jan 2008) + + 16 Jan 2008; Mike Frysinger +util-linux-2.13.1.ebuild: + Version bump. + +*util-linux-2.13.0.1 (12 Jan 2008) + + 12 Jan 2008; Mike Frysinger + -util-linux-2.13-r3.ebuild, +util-linux-2.13.0.1.ebuild: + Bump source tarball so that loop-aes applies again #205529 by Ryan Tandy. + Otherwise, there is no functional changes from previous version. + + 12 Jan 2008; Mike Frysinger + +files/util-linux-2.13-uclibc.patch, util-linux-2.13-r2.ebuild, + util-linux-2.13-r3.ebuild: + Fixup building on uClibc #203711. + + 11 Jan 2008; Richard Freeman util-linux-2.13-r2.ebuild: + amd64 stable - #202181 + + 10 Jan 2008; Raúl Porcel util-linux-2.13-r2.ebuild: + alpha/ia64 stable wrt #205101 + + 09 Jan 2008; Brent Baude util-linux-2.13-r2.ebuild: + Marking util-linux-2.13-r2 ppc64 for bug 202181 + + 09 Jan 2008; Brent Baude util-linux-2.13-r2.ebuild: + Marking util-linux-2.13-r2 ppc for bug 202181 + + 09 Jan 2008; Markus Meier util-linux-2.13-r2.ebuild: + x86 stable, bug #202181 + + 09 Jan 2008; Ferris McCormick + util-linux-2.13-r2.ebuild: + Sparc stable --- Bug #202181 --- utilities seem fine. + + 09 Jan 2008; Jeroen Roovers util-linux-2.13-r2.ebuild: + Stable for HPPA (bug #202181). + +*util-linux-2.13-r3 (14 Dec 2007) + + 14 Dec 2007; Mike Frysinger + +files/util-linux-2.13-hwclock-rtc.patch, + +files/util-linux-2.13-losetup-P.patch, +util-linux-2.13-r3.ebuild: + Fix from upstream for rtc/hwclock handling #179780 and fix for losetup -P + with loop-aes #201981. + + 19 Nov 2007; Joshua Kinard util-linux-2.12r-r8.ebuild: + Stable on mips, per #195390. + + 12 Oct 2007; Tobias Scherbaum + util-linux-2.12r-r8.ebuild: + ppc stable, bug #195390 + + 11 Oct 2007; Raúl Porcel util-linux-2.12r-r8.ebuild: + alpha/ia64 stable wrt security #195390 + + 11 Oct 2007; Tom Gall util-linux-2.12r-r8.ebuild: + stable on ppc64, bug #195390 + + 11 Oct 2007; Jeroen Roovers util-linux-2.12r-r8.ebuild: + Stable for SPARC (bug #195390). + + 11 Oct 2007; Steve Dibb util-linux-2.12r-r8.ebuild: + amd64 stable, security bug 195390 + + 11 Oct 2007; Jeroen Roovers util-linux-2.12r-r8.ebuild: + Stable for HPPA (bug #195390). + + 10 Oct 2007; Christian Faulhammer + util-linux-2.12r-r8.ebuild: + stable x86, security bug 195390 + +*util-linux-2.13-r2 (05 Oct 2007) + + 05 Oct 2007; Mike Frysinger + +files/util-linux-2.13-script-SIGWINCH.patch, + +files/util-linux-2.13-setuid-checks.patch, files/crypto-loop.initd, + +util-linux-2.13-r2.ebuild: + Add fix from upstream for `script` breakage with SIGWINCH #191452 by + Eric Augustus. Add security fix from upstream. Fix from Petr Pisar + for swap on cryptoloop #182031. Add by in loop-aes support via USE=crypt + #193088 by Hank Leininger and Alon Bar-Lev. + +*util-linux-2.12r-r8 (05 Oct 2007) + + 05 Oct 2007; Mike Frysinger + +files/util-linux-2.13-setuid-checks.patch, +util-linux-2.12r-r8.ebuild: + Add security fix from upstream. + + 04 Sep 2007; Mike Frysinger + +files/util-linux-2.13-ioprio-syscalls.patch, util-linux-2.13-r1.ebuild: + Stub out ioprio syscalls on dated systems #190613 by Panagiotis Christopoulos. + + 03 Sep 2007; Mike Frysinger + util-linux-2.12r-r7.ebuild: + Delete default LDFLAGS setting to -s #191112 by Andrew Ross. + +*util-linux-2.13-r1 (03 Sep 2007) + + 03 Sep 2007; Mike Frysinger + +files/util-linux-2.13-locale.patch, +util-linux-2.13-r1.ebuild: + Fix up building with NLS disabled #191111 by Jason S. and fix locale dir + setting #190895 by Benno Schulenberg. + +*util-linux-2.13 (28 Aug 2007) + + 28 Aug 2007; Mike Frysinger +util-linux-2.13.ebuild: + Version bump. + +*util-linux-2.13_rc3 (10 Aug 2007) + + 10 Aug 2007; Mike Frysinger + +util-linux-2.13_rc3.ebuild: + Version bump. + + 23 Jul 2007; Mike Frysinger + util-linux-2.12r-r7.ebuild: + Punt bindnow-flags usage. + +*util-linux-2.13_rc2 (17 Jul 2007) + + 17 Jul 2007; Mike Frysinger + +util-linux-2.13_rc2.ebuild: + Version bump. + + 09 Jul 2007; Mike Frysinger + util-linux-2.12r-r7.ebuild: + Pull in setarch for amd64/mips/ppc/sparc. + +*util-linux-2.13_rc1 (07 Jul 2007) + + 07 Jul 2007; Mike Frysinger + +util-linux-2.13_rc1.ebuild: + Version bump. + + 15 Jun 2007; Joe Peterson util-linux-2.12r-r7.ebuild: + Add blocker: sys-apps/more (since both provide the "more" pager) + + 13 Jun 2007; Mike Frysinger + util-linux-2.12r-r7.ebuild, util-linux-9999.ebuild: + Add /usr/bin/arch symlink needed by autotools. + + 19 May 2007; Raúl Porcel util-linux-2.12r-r7.ebuild: + alpha stable wrt #178444 + + 19 May 2007; Markus Rothe util-linux-2.12r-r7.ebuild: + Stable on ppc64; bug #178444 + + 16 May 2007; Joseph Jezak util-linux-2.12r-r7.ebuild: + Marked ppc stable for bug #178444. + + 16 May 2007; Daniel Gryniewicz + util-linux-2.12r-r7.ebuild: + Marked stable on amd64 for bug #178444 + + 15 May 2007; Jeroen Roovers util-linux-2.12r-r7.ebuild: + Stable for HPPA (bug #178444). + +*util-linux-2.12r-r7 (13 May 2007) + + 13 May 2007; Mike Frysinger + +util-linux-2.12r-r7.ebuild: + Delete nfs(5) man page #178348 by Diego Petteno. + + 11 May 2007; Joshua Kinard util-linux-2.12r-r6.ebuild: + Stable on mips. + + 23 Apr 2007; Gustavo Zacarias + util-linux-2.12r-r6.ebuild: + Stable on sparc + + 21 Apr 2007; Raúl Porcel util-linux-2.12r-r6.ebuild: + ia64 + x86 stable + +*util-linux-9999 (13 Apr 2007) + + 13 Apr 2007; Mike Frysinger +util-linux-9999.ebuild: + Testing ebuild for current git version. + + 03 Mar 2007; Mike Frysinger + files/util-linux-2.12r-HAVE_asm_page_h.patch, + +files/util-linux-2.12r-HAVE_asm_page_h-loop-aes.patch, + util-linux-2.12r-r6.ebuild: + Split the asm/page.h patch to account for USE=-crypt #169133 by Milan Barta. + +*util-linux-2.12r-r6 (03 Mar 2007) + + 03 Mar 2007; Mike Frysinger + +util-linux-2.12r-r6.ebuild, util-linux-2.13_pre7.ebuild: + Update loop-aes version #168174 by Alon Bar-Lev. + + 03 Mar 2007; Mike Frysinger + +files/util-linux-2.12r-HAVE_asm_page_h.patch, util-linux-2.12r-r5.ebuild: + Fix building when asm/page.h is not available #168278 by Daniel Black. + + 31 Jan 2007; Markus Rothe util-linux-2.12r-r5.ebuild: + Stable on ppc64; bug #164011 + + 29 Jan 2007; Gustavo Zacarias + util-linux-2.12r-r5.ebuild: + Stable on sparc wrt #164011 + + 27 Jan 2007; Jeroen Roovers util-linux-2.12r-r5.ebuild: + Stable for HPPA (bug #164011). + + 27 Jan 2007; Joseph Jezak util-linux-2.12r-r5.ebuild: + Marked ppc stable for bug #164011. + + 27 Jan 2007; Raúl Porcel util-linux-2.12r-r5.ebuild: + x86 stable wrt bug 164011 + + 27 Jan 2007; Alexander H. Færøy + util-linux-2.12r-r5.ebuild: + Stable on Alpha; bug #164011 + + 27 Jan 2007; Alexander H. Færøy + util-linux-2.12r-r5.ebuild: + Stable on MIPS; bug #164011 + + 27 Jan 2007; Olivier Crête + util-linux-2.12r-r5.ebuild: + Stable on amd64 per bug #164011 + + 31 Oct 2006; Mike Frysinger + +files/util-linux-2.12r-no-_syscall.patch, util-linux-2.12r-r5.ebuild: + Fix building with linux-headers-2.6.18+ as _syscall#() no longer exists + #150852 by Mario Fetka. + +*util-linux-2.12r-r5 (28 Oct 2006) + + 28 Oct 2006; Mike Frysinger + +util-linux-2.12r-r5.ebuild: + Version bump loop-aes support #153140 by Alon Bar-Lev. + + 04 Sep 2006; Saleem Abdulrasool + util-linux-2.12r-r4.ebuild: + stable on x86 (bug #144712) + + 29 Aug 2006; Bryan Østergaard + util-linux-2.12r-r4.ebuild: + Stable on alpha. + + 23 Aug 2006; util-linux-2.12r-r4.ebuild: + stable on ppc (Bug #144712) + + 23 Aug 2006; util-linux-2.12r-r4.ebuild: + Stable on amd64 + + 22 Aug 2006; Markus Rothe util-linux-2.12r-r4.ebuild: + Stable on ppc64; bug #144712 + +*util-linux-2.13_pre7 (02 Jul 2006) + + 02 Jul 2006; Mike Frysinger + +util-linux-2.13_pre7.ebuild: + Version bump #138498 by David Watzke. + + 29 Jun 2006; Gustavo Zacarias + util-linux-2.12r-r4.ebuild: + Stable on sparc + + 23 May 2006; -util-linux-2.12i-r1.ebuild, + -util-linux-2.12q-r3.ebuild, -util-linux-2.12r-r2.ebuild: + - removed obsolete vuln ebuilds + + 27 Apr 2006; Alec Warner + files/digest-util-linux-2.12q-r3, files/digest-util-linux-2.12r-r3, + Manifest: + Fixing SHA256 digest, pass four + + 29 Apr 2006; Joshua Kinard util-linux-2.12r-r4.ebuild: + Marked stable on mips. + + 21 Apr 2006; Stephen P. Becker + +files/util-linux-2.12-mips-lseek.patch, util-linux-2.12r-r3.ebuild, + util-linux-2.12r-r4.ebuild: + use lseek instead of llseek for mips, and mark -r3 stable on mips + + 17 Apr 2006; Markus Rothe util-linux-2.12r-r3.ebuild: + Stable on ppc64; bug #129540 + + 12 Apr 2006; Emanuele Giaquinta + util-linux-2.12r-r3.ebuild: + Stable on ppc; bug #129540 + + 12 Apr 2006; Bryan Østergaard + util-linux-2.12r-r3.ebuild: + Stable on sparc wrt #129540 + + 11 Apr 2006; Patrick McLean + util-linux-2.12r-r3.ebuild: + Stable on amd64 (bug 129540) + + 11 Apr 2006; Joshua Jackson + util-linux-2.12r-r3.ebuild: + Stable on x86; bug #129540 + +*util-linux-2.12r-r4 (11 Apr 2006) + + 11 Apr 2006; Mike Frysinger + +files/util-linux-2.12r-umount-no-special.patch, + +util-linux-2.12r-r4.ebuild: + Update loop aes #129496 by Alon Bar-Lev and fix building on sparc/arm + systems with gcc-4.1 by ignoring the bogus code. + + 13 Mar 2006; Diego Pettenò + util-linux-2.13_pre6.ebuild: + Drop pam support for 2.13 as done for 2.12, leave all up to shadow. + + 12 Mar 2006; Diego Pettenò + util-linux-2.12r-r3.ebuild: + Drop pam useflag and dependency over pam-login, as all the stuff that might + use pam is provided by shadow on modern systems. + + 07 Mar 2006; Mike Frysinger + +files/util-linux-2.12r-umount-nosysfs.patch, util-linux-2.12r-r3.ebuild: + Grab patch from Fedora. + + 24 Feb 2006; Mike Frysinger + +files/util-linux-2.13-no-nls.patch, util-linux-2.13_pre6.ebuild: + Fix building with USE=-nls #123826 by Chris Fairles. + + 09 Feb 2006; Joshua Kinard util-linux-2.12r-r2.ebuild: + Marked stable on mips for Bug #120111. + + 29 Jan 2006; Mike Frysinger + util-linux-2.13_pre6.ebuild: + Block schedutils package since its been integrated. + +*util-linux-2.13_pre6 (25 Jan 2006) + + 25 Jan 2006; Mike Frysinger + +util-linux-2.13_pre6.ebuild: + Add a pre version for people to play with #119734 by Matthew Schick. + + 24 Jan 2006; Jose Luis Rivero + util-linux-2.12r-r2.ebuild: + Stable on alpha wrt bug #120111 + + 24 Jan 2006; Ian Leitch util-linux-2.12r-r2.ebuild: + Stable on x86 (bug #120111). + + 24 Jan 2006; Markus Rothe util-linux-2.12r-r2.ebuild: + Stable on ppc64; bug #120111 + + 24 Jan 2006; Luca Barbato util-linux-2.12r-r2.ebuild: + Marked ppc + + 24 Jan 2006; Gustavo Zacarias + util-linux-2.12r-r2.ebuild: + Stable on sparc wrt #120111 + + 23 Jan 2006; Luis Medinas + util-linux-2.12r-r2.ebuild: + Stable on amd64. See bug #120111. + +*util-linux-2.12r-r3 (23 Jan 2006) + + 23 Jan 2006; Mike Frysinger + +util-linux-2.12r-r3.ebuild: + Version bump the loop-aes support #119846 by Alon Bar-Lev. + + 27 Dec 2005; Bryan Østergaard + util-linux-2.12r-r2.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. + + 25 Dec 2005; Joshua Kinard util-linux-2.12r-r1.ebuild: + Marked stable on mips. + + 21 Dec 2005; Marcus D. Hanwell + util-linux-2.12r-r1.ebuild: + Stable on amd64. + + 18 Dec 2005; Markus Rothe util-linux-2.12r-r1.ebuild: + Stable on ppc64 + +*util-linux-2.12r-r2 (13 Dec 2005) + + 13 Dec 2005; Mike Frysinger + +files/util-linux-2.12r-cal-dumb-terminal.patch, + +util-linux-2.12r-r2.ebuild: + Fix cal display with dumb terminals #112406 by Chris Smith. + + 11 Dec 2005; Michael Hanselmann + util-linux-2.12r-r1.ebuild: + Stable on ppc. + + 09 Dec 2005; Gustavo Zacarias + util-linux-2.12r-r1.ebuild: + Stable on sparc + + 09 Dec 2005; Mark Loeser util-linux-2.12r-r1.ebuild: + Stable on x86; bug #114883 + + 04 Dec 2005; Mike Frysinger + +files/util-linux-2.12r-cracklib-words.patch, util-linux-2.12r-r1.ebuild: + Fall back to cracklib-{words,small} if the words dict doesnt exist #114416. + +*util-linux-2.12r-r1 (15 Oct 2005) + + 15 Oct 2005; + +files/util-linux-2.12r-fdisk-frame-pointers.patch, + +util-linux-2.12r-r1.ebuild: + - bug #108988 fdisk is unable to always lseek when omiting frame pointers + +*util-linux-2.12r (05 Oct 2005) + + 05 Oct 2005; Mike Frysinger + -util-linux-2.12q-r2.ebuild, +util-linux-2.12r.ebuild: + Version bump #108042 by Alon Bar-Lev. + + 20 Sep 2005; Hardave Riar util-linux-2.12q-r3.ebuild: + Stable on mips, bug #105805. + + 19 Sep 2005; Michael Hanselmann + util-linux-2.12q-r3.ebuild: + Stable on hppa and ppc. + + 19 Sep 2005; Fernando J. Pereda + util-linux-2.12q-r3.ebuild: + stable on alph, wrt bug #105805 + + 19 Sep 2005; Mark Loeser util-linux-2.12q-r3.ebuild: + Stable on x86 + + 19 Sep 2005; Jason Wever util-linux-2.12q-r3.ebuild: + Stable on SPARC wrt security bug #105805. + + 19 Sep 2005; Luis Medinas + util-linux-2.12q-r3.ebuild: + Marked Stable on amd64. Bug #105805. + + 18 Sep 2005; Markus Rothe util-linux-2.12q-r3.ebuild: + Stable on ppc64 (bug #105805) + +*util-linux-2.12q-r3 (14 Sep 2005) + + 14 Sep 2005; Martin Schlemmer + +files/util-linux-2.12q-use-update_mtab-for-fake.patch, + +util-linux-2.12q-r3.ebuild: + Fix 'mount -f' adding dups in mtab. Bump rev for security fix to umount + (bug #105805). + + 14 Sep 2005; Martin Schlemmer + files/util-linux-2.12q-update_mtab-fixes.patch: + Do not leak memory. + + 14 Sep 2005; Martin Schlemmer + files/util-linux-2.12q-update-mtab-when-moving.patch: + Use xstrdup() instead of strdup() to catch out of memory issues. + + 14 Sep 2005; Martin Schlemmer + +files/util-linux-2.12q-update_mtab-fixes.patch, + util-linux-2.12q-r2.ebuild: + Fix various issues with update_mtab(), causing 'mount -f' to not update mtab + as expected, bug #105641. + + 14 Sep 2005; Mike Frysinger + +files/util-linux-2.12q-umount-dont-write-mtab-with-remount.patch, + util-linux-2.12q-r2.ebuild: + Fix by Derick Swanepoel to have umount respect -n when using -r #98675. + + 13 Sep 2005; Mike Frysinger + +files/util-linux-2.12-only-root-can-remount.patch, + util-linux-2.12i-r1.ebuild, util-linux-2.12q-r2.ebuild: + Fix small security issue with umount and remount #105805. + +*util-linux-2.12q-r2 (13 Sep 2005) + + 13 Sep 2005; Martin Schlemmer + +files/util-linux-2.12q-more-fake-checks-v2.patch, + +util-linux-2.12q-r2.ebuild: + Fix 'mount -f' not updating /etc/mtab, bug #105641. + + 05 Sep 2005; Mike Frysinger + +files/util-linux-2.12q-update-mtab-when-moving.patch, + util-linux-2.12q-r1.ebuild: + Fix `mount --move` mtab updating #104697 by Jakub Jozwicki. + + 03 Sep 2005; Mike Frysinger + +files/util-linux-2.12q-more-fake-checks.patch, + util-linux-2.12q-r1.ebuild: + Add some fixes for -f handling. + + 18 Aug 2005; Mike Frysinger + +files/util-linux-2.12q-dont-umask.patch, util-linux-2.12q-r1.ebuild: + Dont force umask to 022 all the time #93671 by Clock / Daniel Drake. + +*util-linux-2.12q-r1 (13 Jun 2005) + + 13 Jun 2005; Mike Frysinger + +util-linux-2.12q-r1.ebuild: + Update loop-aes patch #95939 by Alon Bar-Lev. + + 30 Apr 2005; Mike Frysinger + +files/util-linux-2.12q-i18n-update.patch, util-linux-2.12q.ebuild: + Fix typo in french translation #75693 by DELACOUR Guillaume. + + 29 Apr 2005; Mike Frysinger +files/crypto-loop.confd, + +files/crypto-loop.initd, util-linux-2.12i-r1.ebuild, + util-linux-2.12p-r1.ebuild, util-linux-2.12q.ebuild: + Move the crypto-loop script from baselayout to here. + +*util-linux-2.12q (21 Feb 2005) + + 21 Feb 2005; Mike Frysinger +util-linux-2.12q.ebuild: + Version bump. + +*util-linux-2.12p-r1 (06 Feb 2005) + + 06 Feb 2005; Mike Frysinger + files/util-linux-2.12p-swapon-check-symlinks.patch: + Touchup the swapon patch to work properly. + + 14 Jan 2005; Jeremy Huddleston + util-linux-2.12i-r1.ebuild, util-linux-2.12p.ebuild: + Added virtual/os-headers to DEPEND. It was missing and as such util-linux + was trying to update before linux-headers... thus missing the fix I placed + in 2.6.8.1-r4 for 2.12p. + + 11 Jan 2005; Stephen P. Becker + util-linux-2.12i-r1.ebuild: + stable on mips + + 10 Jan 2005; Aron Griffis util-linux-2.12i-r1.ebuild: + stable on alpha (needed now that 2.12-r5 is pmasked) + +*util-linux-2.12p (09 Jan 2005) + + 09 Jan 2005; Mike Frysinger + +files/util-linux-2.12p-fat-LABEL-support.patch, + +files/util-linux-2.12p-swapon-check-symlinks.patch, + +util-linux-2.12p.ebuild: + Version bump. Change default crypto to loop-aes (since its actually + maintained upstream) #69082 by Arnvid L. Karstad. + + 09 Jan 2005; Jason Wever util-linux-2.12i-r1.ebuild: + Stable on sparc, resolves bug #77295. + + 20 Dec 2004; Dylan Carlson + util-linux-2.12i-r1.ebuild: + Stable on amd64. + + 17 Dec 2004; Markus Rothe util-linux-2.12i-r1.ebuild: + Stable on ppc64 + + 15 Nov 2004; Mike Frysinger + util-linux-2.12i-r1.ebuild: + Only include compiler.h if using 2.6 headers #71330. + +*util-linux-2.12i-r1 (14 Nov 2004) + + 14 Nov 2004; Mike Frysinger + +util-linux-2.12i-r1.ebuild, -util-linux-2.12i.ebuild: + Disable aes-loop and forward port the cryptoapi patch. Devices encrypted + with the old cryptoapi arent compatible with the aes-loop work. + +*util-linux-2.12i (11 Nov 2004) + + 11 Nov 2004; Mike Frysinger + files/util-linux-2.12b-pic.patch, + +files/util-linux-2.12i-fat-LABEL-support.patch, + +files/util-linux-2.12i-ignore-managed.patch, + +files/util-linux-2.12i-nfsv4.patch, +files/util-linux-2.12i-pic.patch, + +files/util-linux-2.12i-swapon-check-symlinks.patch, + +util-linux-2.12i.ebuild: + Version bump. Add loop-aes patch (#24458 / #25192). Punt gcloop/cryptoapi + patches. Add patch to ignore managed/kudzu options #70873. + +*util-linux-2.12b-r1 (30 Oct 2004) + + 30 Oct 2004; Mike Frysinger + +files/util-linux-swapon-check-symlinks.patch, + +util-linux-2.12b-r1.ebuild: + Add a fallback routine to swapon -a that checks symlinks #69162. + + 15 Sep 2004; Martin Schlemmer util-linux-2.12b.ebuild: + Add >=sys-fs/e2fsprogs-1.34 dependency (blkid_known_fstype in + /usr/include/blkid/blkid.h introduced in 1.34). + Pointed out by Maximilian Decker . + + 04 Sep 2004; files/util-linux-2.12b-pic.patch, + util-linux-2.12-r4.ebuild, util-linux-2.12b.ebuild: + updated util-linux-2.12b-pic.patch to fix BREG problem that just showed up the + the new partx to util-linux. use non-lazy bindings for +s apps installed by + util-linux + +*util-linux-2.12b (03 Sep 2004) + + 03 Sep 2004; Martin Schlemmer + +files/util-linux-2.12b-fat-LABEL-support.patch, + +files/util-linux-2.12b-gcloop-with-crypt.patch, + +files/util-linux-2.12b-gcloop.patch, +files/util-linux-2.12b-pic.patch, + +util-linux-2.12b.ebuild: + Update version; also build partx. SELinux users should erify support, as it + seems it was merged upstream. + + 01 Jul 2004; Jeremy Huddleston + util-linux-2.11z-r8.ebuild, util-linux-2.11z-r9.ebuild, + util-linux-2.12-r2.ebuild, util-linux-2.12-r3.ebuild, + util-linux-2.12-r4.ebuild, util-linux-2.12-r5.ebuild: + virtual/glibc -> virtual/libc + + 30 Jun 2004; Aron Griffis util-linux-2.12-r5.ebuild: + stable on alpha and ia64 + + 28 Jun 2004; Luca Barbato util-linux-2.12-r5.ebuild: + Marked ppc + + 27 Jun 2004; Aron Griffis util-linux-2.11z-r8.ebuild, + util-linux-2.11z-r9.ebuild, util-linux-2.12-r2.ebuild, + util-linux-2.12-r3.ebuild, util-linux-2.12-r4.ebuild: + QA - fix use invocation + + 16 Jun 2004; Daniel Black + util-linux-2.12-r4.ebuild, util-linux-2.12-r5.ebuild: + uclibc fixes thanks to Peter S. Mazinger + + 02 Jun 2004; Travis Tilley util-linux-2.12-r5.ebuild: + stable on amd64 + + 08 May 2004; util-linux-2.12-r4.ebuild, + util-linux-2.12-r5.ebuild, files/util-linux-2.12-swapon-unistd.patch: + access() is a macro which uses R_OK. However R_OK is not defined on sparc + during a bootstrap unless we actually include unistd.h + + 19 Apr 2004; Travis Tilley util-linux-2.11z-r9.ebuild, + util-linux-2.12-r2.ebuild, util-linux-2.12-r3.ebuild, + util-linux-2.12-r4.ebuild: + filtering -fPIC on amd64 is a dumb idea + + 07 Apr 2004; Joshua Kinard util-linux-2.12-r5.ebuild: + Marked stable on mips. + + 02 Apr 2004; util-linux-2.12-r5.ebuild: + util-linux gives additional -fPIC errors on amd64 with -pie. Bugzilla Bug 46366 + + 01 Apr 2004; Jon Portnoy util-linux-2.12-r4.ebuild : + Stable on AMD64. + + 09 Mar 2004; util-linux-2.12-r4.ebuild: + stable on alpha and ia64 + + 07 Mar 2004; Joshua Kinard util-linux-2.12-r4.ebuild: + Marked stable on mips. + + 27 Feb 2004; Seemant Kulleen + util-linux-2.11z-r8.ebuild: + move the filter-flags statement into src_compile + + 22 Feb 2004; Daniel Ahlberg util-linux-2.12-r5.ebuild: + Add installation of rdev on amd64. Closing #35902. + +*util-linux-2.12-r5 (17 Feb 2004) + + 17 Feb 2004; Luca Barbato util-linux-2.12-r5.ebuild, + files/util-linux-2.12-gcloop.patch: + Added support for gcloop in losetup + + 09 Feb 2004; util-linux-2.12-r4.ebuild: + stable on hppa and sparc + + 06 Feb 2004; Martin Schlemmer util-linux-2.12-r4.ebuild: + Bump to stable for x86. + + 03 Feb 2004; Bartosch Pixa + util-linux-2.12-r3.ebuild: + set ppc in keywords + +*util-linux-2.12-r4 (30 Dec 2003) + + 30 Dec 2003; Martin Schlemmer util-linux-2.12-r4.ebuild, + files/util-linux-2.12-fat-LABEL-support.patch: + Add support to read fat/fat32 labels, bug #36722. + + 11 Dec 2003; Mike Frysinger util-linux-2.12-r3.ebuild : + Add patch to compile against 2.6.x headers #31286. + +*util-linux-2.11z-r9 (06 Dec 2003) +*util-linux-2.11z-r8 (08 Dec 2003) +*util-linux-2.12-r2 (08 Dec 2003) +*util-linux-2.12-r3 (08 Dec 2003) + + 06 Dec 2003; Seemant Kulleen + util-linux-2.11z-r6.ebuild, util-linux-2.11z-r7.ebuild, + util-linux-2.11z-r8.ebuild, util-linux-2.11z-r9.ebuild, + util-linux-2.12-r1.ebuild, util-linux-2.12-r2.ebuild, + util-linux-2.12-r3.ebuild, util-linux-2.12.ebuild, + files/util-linux-no-kill.patch: + /bin/kill used to be part of this package. procps will now be the only one + providing that + +*util-linux-2.12-r1 (02 Dec 2003) + + 02 Dec 2003; Brad House util-linux-2.12-r1.ebuild: + Add cryptoapi support to util-linux-2.12 + Mailing list post with info: + http://www.kerneli.org/pipermail/cryptoapi-devel/2003-September/000634.html + Follow thread for usage. + + 28 Oct 2003; Chris PeBenito util-linux-2.12.ebuild, + files/util-linux-2.12-selinux.diff.bz2: + Add new API SELinux patch + + 09 Oct 2003; Alexander Gabert util-linux-2.11z-r6.ebuild: + removed hardened-gcc appendix flags again + + 03 Oct 2003; Alexander Gabert util-linux-2.11z-r6.ebuild: + added libgcc.a problem evasion and removed overwriting of LDFLAGS in ebuild + + 20 Sep 2003; Alexander Gabert util-linux-2.11z-r6.ebuild: + removed check again, only caused by problems with __libc_csu in hardened-gcc + + 20 Sep 2003; Alexander Gabert util-linux-2.11z-r6.ebuild: + added yet_exec exclusion flag for hardened-gcc + + 19 Sep 2003; Seemant Kulleen + util-linux-2.11z-r6.ebuild, util-linux-2.11z-r7.ebuild, + util-linux-2.12.ebuild: + fix for USE=static, thanks to: Sascha Silbe + in bug #29160 + + 10 Aug 2003; Martin Schlemmer + util-linux-2.11z-r6.ebuild: + Mark stable. + +*util-linux-2.12 (24 Jul 2003) + + 28 Jul 2003; util-linux-2.12.ebuild: + util-linux was overriding all LDFLAGS for when use static was enabled, please + dont export LDFLAGS=-static alone in this or any other packages + + 24 Jul 2003; Martin Schlemmer util-linux-2.12.ebuild: + New version, bug #24880. + + 21 Jul 2003; util-linux-2.11z-r7.ebuild: + verified -fPIC works with this pkg on x86, sparc64, ppc and hppa + + 20 Jul 2003; Martin Schlemmer + util-linux-2.11z-r7.ebuild, files/util-linux-2.11z-01-nfsv4-crypt.dif: + Fix NFS4 patch to work with crypt in USE. + +*util-linux-2.11z-r7 (20 Jul 2003) + + 04 Aug 2003; Joshua Kinard util-linux-2.11z-r7.ebuild: + Changed ~mips to mips in KEYWORDS + Added mips to the list of archs that can use -fPIC + + 20 Jul 2003; Martin Schlemmer + util-linux-2.11z-r7.ebuild, files/util-linux-2.11z-01-nfsv4.dif: + Add NFS4 support (kernel 2.5/2.6). Notified by Michael Locher + . + +*util-linux-2.11z-r6 (17 Jul 2003) + + 17 Jul 2003; Martin Schlemmer + util-linux-2.11z-r6.ebuild, + files/util-linux-2.11z-agetty-domainname-option.patch: + Add the O option to agetty to display DNS domainname in the issue file, thanks + to Marius Mauch , bug #22275. + + 13 Jul 2003; util-linux-2.11z-r5.ebuild: + verified -fPIC works with this pkg on sparc,ppc and hppa + +*util-linux-2.11z-r5 (12 Jul 2003) + + 12 Jul 2003; util-linux-2.11z-r5.ebuild, + files/util-linux-2.11z-pic.patch: + Added defines for fPIC code to avoid the use the of old __NR* inline assembly + construction of syscalls + + 05 Jul 2003; Luca Barbato util-linux-2.11z-r4.ebuild: + Keyworded ppc + + 29 Jun 2003; Chris PeBenito + util-linux-2.11z-r4.ebuild: + Remove selinux stuff, as its no longer needed. Using pam-login again. + + 26 Jun 2003; Joshua Brindle util-linux-2.11z-r4.ebuild: + Added -e s:SUIDMODE=.*4755:SUIDMODE=4711: for more secure suid permissions + + 24 Jun 2003; Aron Griffis util-linux-2.11z-r4.ebuild: + Mark stable on alpha + +*util-linux-2.11z-r4 (01 Jun 2003) + + 06 Jul 2003; Guy Martin util-linux-2.11z-r4.ebuild : + Marked stable on hppa. + + 22 Jun 2003; Joshua Kinard util-linux-2.11z-r4.ebuild: + Changed ~sparc & ~mips to sparc & mips + + 09 Jun 2003; Nick Hadaway util-linux-2.11z-r4.ebuild: + If pam was disabled in IUSE, src_unpack would fail. Fixed the logic. + + 01 Jun 2003; Brandon Low util-linux-2.11z-r4.ebuild: + Add enhancement to script command from bug 21147 + + 26 May 2003; Patrick Kursawe + util-linux-2.11z-r3.ebuild: + category was missing with sed dependency + + 25 May 2003; Martin Holzer util-linux-2.11o-r3.ebuild, + util-linux-2.11y.ebuild, util-linux-2.11z-r1.ebuild, + util-linux-2.11z-r2.ebuild, util-linux-2.11z-r3.ebuild: + now uses mirror://kernel + + 25 May 2003; Seemant Kulleen + util-linux-2.11z-r3.ebuild: + pam fix + +*util-linux-2.11z-r3 (24 May 2003) + + 29 May 2003; Joshua Brindle util-linux-2.11z-r3.ebuild: + fixed selinux dependancy issue + + 24 May 2003; Joshua Brindle util-linux-2.11z-r3.ebuild: + added support for pam optionally + +*util-linux-2.11z-r2 (24 Apr 2003) + + 24 Apr 2003; Brandon Low util-linux-2.11z-r2.ebuild: + Several changes, including support for USE=static the use of sed -i, proper + die messages, econf instead of ./configure. Please test this and let me know + if there are any regressions + + See bug 19597 + +*util-linux-2.11z (03 Feb 2003) + + 22 Apr 2003; Joshua Kinard util-linux-2.11z-r1.ebuild: + added patch from util-linux maintainer that makes fdisk function correctly on mips + patch only gets added on "mips" archs, but will be standard in util-linux 2.12 + + 23 Mar 2003; Joshua Brindle util-linux-2.11z-r1.ebuild: + added selinux support, thanks sindian + + 27 Feb 2003; Jan Seidel util-linux-2.11z-r1.ebuild : + Mark as unstable for mips + + 24 Feb 2003; Nicholas Wourms util-linux-2.11z-r1.ebuild : + Mark as stable for mips. + + 21 Feb 2003; Zach Welch : + Added arm to keywords. + + 09 Feb 2003; Guy Martin : + Added hppa to keywords. + + 07 Feb 2003; Jon Portnoy + util-linux-2.11z-r1.ebuild files/no-symlink-resolve.patch : + + Added a patch to keep mount from resolving symlinks, which + makes the output of programs like `df` unreadable with devfs. + + 03 Feb 2003; Seemant Kulleen + util-linux-2.11z.ebuild files/util-linux-2.11z-parallel-make.patch + files/digest-util-linux-2.11z : + + Version bump. Closes bug #14955 by lone_iguana@hotmail.com + +*util-linux-2.11y (27 Oct 2002) + + 11 Jan 2003; Seemant Kulleen util-linux-2.11y.ebuild : + + filtered out -fPIC from user's CFLAGS + + 16 Dec 2002; Martin Schlemmer util-linux-2.11y.ebuild : + Fix rare failures with parallel makes. Update to use epatch. + + 10 Dec 2002; Martin Schlemmer util-linux-2.11y.ebuild : + Mark stable. + + 06 Dec 2002; Rodney Rees : + Changed sparc ~sparc keywords + + 13 Dec 2002; Martin Holzer util-linux-2.11y.ebuild files/digest-util-linux-2.11y Changelog : + Changed from tar.gz to tar.bz2 + + 29 Nov 2002; Nicholas Jones : + Latest release. Patched 2.11r crypto patch for this version. + On mirrors as util-linux-2.11y-crypt-gentoo.patch.gz + Updates are mostly cleanups. + +*util-linux-2.11w (27 Oct 2002) + + 27 Oct 2002; Donny Davies : + Chase latest release. Fixes potential root exploit. + +*util-linux-2.11u (14 Aug 2002) + + 14 Aug 2002; Daniel Ahlberg util-linux-2.11u.ebuild: + Version bump. Added patch for chfn. + +*util-linux-2.11t (05 Aug 2002) + + 05 Aug 2002; Daniel Ahlberg util-linux-2.11t.ebuild: + Version bump. + +*util-linux-2.11r-r1 (9 Jul 2002) + + 24 Jul 2002; Mark Guertin : + Added ppc to keywords + + 14 Jul 2002; Daniel Ahlberg util-linux-2.11r-r1.ebuild : + Added LICENSE, KEYWORDS. + + 14 Jul 2002; Daniel Ahlberg util-linux-2.11r.ebuild : + Added LICENSE, KEYWORDS. + + 9 Jul 2002; Daniel Ahlberg util-linux-2.11r-r1.ebuild files/digest-util-linux-2.11r-r1 : + + Crypto patch only applied if USE setting "crypt" is enabled. + +*util-linux-2.11r (7 Jul 2002) + + 7 Jul 2002; Martin Schlemmer : + + Version update. + +*util-linux-2.11o-r3 (28 Apr 2002) + + 18 Jan 2003; Jan Seidel : + Added mips to keywords + + 14 Jul 2002; Daniel Ahlberg util-linux-2.11o-r3.ebuild : + Added LICENSE, KEYWORDS. + + 28 Apr 2002; Martin Schlemmer : + + Removed /bin/login in favour of pam-login. + +*util-linux-2.11o-r2 (25 Apr 2002) + + 25 Apr 2002; Ryan Phillips util-linux-2.11o-r2.ebuild + files/digest-util-linux-2.11o-r2 + + patch util-linux with the international crypto patch. This patch + does not contain any cryptographic components. (#1607) + +*util-linux-2.11o-r1 (11 Apr 2002) + + 11 Apr 2002; Seemant Kulleen util-linux-2.11o-r1.ebuild + files/digest-util-linux-2.11o-r1 + + USE dependent nls compilation. + +*util-linux-2.11o (8 Apr 2002) + + 8 Apr 2002; M.Schlemmer util-linux-2.11o : + + /bin/login that comes with sys-apps/shadow has a bug that gives a normal + user root priviliges in certain (usually if pam_limits is used). + +*util-linux-2.11l-r1 (1 Apr 2002) + + 1 Apr 2002; Seemant Kulleen util-linux-2.11l-r1.ebuild : + + USE dependent nls compilation. + +*util-linux-2.11l (1 Feb 2002) + + 1 Feb 2002; G.Bevin 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. diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/Manifest new file mode 100644 index 0000000000..9f0073eeda --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/Manifest @@ -0,0 +1,46 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX crypto-loop.confd 412 SHA256 188c945e5e6c54cb14874057c625ff30b72fb33d3d5648e53de2f231a3375600 SHA512 fdcb4e3a267afd1bbc836e368918da7edc709fc8a61e45b53ec3694a79722ebfda0f3bcbeb053c665a6552241c5a915b76f142bff07757a7c018446000dd7bd0 WHIRLPOOL 7e0c95f46bc7c5474f950a0da93d9eefda7962385e1f425f2ae3dd931f7119fb5efa5ca0a470706bdbde661a001bb3797cf6e5f2735f346efb69aed5d66146e7 +AUX crypto-loop.initd 1729 SHA256 b8329250c865e79a1e761d713c2270c99d5fe96e0d5a7ca646946fab65c4b810 SHA512 89983743c2277c2c88e7f77cd38ce0e2cc56255f7f314dcce74c5cbffe607323f888d00ef115a660ec6c52802b347d8e0d8cc0a411644f20118d776c88f9725b WHIRLPOOL 3f3256788ba61e2ce147b38144b739c4f7d0ed7bc1b8936b1bf4f33d4a0bce4cd17a49d81a573009601a597fff081170845b5cdf400dc8b7160022943538c7d9 +AUX util-linux-2.24-fix-fdisk-on-alpha.patch 416 SHA256 9979cc2136d5d321c4dec08b8c42c419bc8e8a63299fa83a1174e9aaac5a3fb7 SHA512 69f77774dfe58ae56d21c20cb45ae494a8948426d33275cd790de1e290a3592f5bf0645c3ceaf64f344422de7259e6edf6ca5ff744ce9a9030b59c30d9637126 WHIRLPOOL f1b02433071c32aa815c9e6daa19c25d543126fe8a794024efbdf6732ec7b1963310d792174a630f7acd0583ca9e18df8ef86a40d495104023aca2fe14e9e41e +AUX util-linux-2.24-last-tests.patch 4513 SHA256 61be31970f0aced6a8423e1f0ab35751f0dcd9e24265eb3221a8e0e14cae731f SHA512 f9be688b0a074ca3e93139fcd78c4a28b892b9cafedc70d92b08f695131631349044d1eb42b4534db9c09f656e503d400dc59b220234668cba206888ad43cd1a WHIRLPOOL fa1057d0b9d99a92f53975c468e7488d47b2a801d42141233c88b01a9bde66ae489cf862505f3eadfb6c7e99172d202e37ec4bc5cd7d97e2fdc6e043df3335f9 +AUX util-linux-2.24-skip-last-tests.patch 1003 SHA256 5ccbab17e26cc9b592b534b9b3e72b6a23dbdd04718f6360cb7d8886221ffa4d SHA512 9d89530f203c8a50e1def8164669b93ce1c1509d4da112c9db56cea9e29288c32964978e06ababa8e6c00222813d7a99bc35e0a7cfc17d8cd63804b629c9165c WHIRLPOOL 0e7c1cd6a4bdc94fdad3582f1855992d375238438d165627d60cddda8d1314c759b6e34171c5d00890956acdf9641ad5bf955f980fd142545b1ef468caa90be6 +AUX util-linux-2.25.1-blkid-probe-fix.patch 1277 SHA256 8f93b1309244b1793ad72c3942e71b09c7df711476144356bcc6fa03cbce5ad8 SHA512 73c1ce24a45a11962c847bf8e7448e57752ac078a6e898fd7458b1a7c55f13aabb7510a633b0d2a78916419bdbaa97c0b0bb771f3a2c92ee197868e9a8925c14 WHIRLPOOL f5f6b23311a4574899e586f2d67bb2b315d40dd7d04933d4b5e3e2d7ac87545c89dd36446b41aa7d8617ffbaa915db65eaafcc891d32ec3aef26ab436368da5a +AUX util-linux-2.25.2-runuser-bash-completion.patch 1372 SHA256 a3eebac8c53b3bf6e29e15e161ba460fdafed840647f49de93cf8e20856f10ed SHA512 d7a90f709480065eceddc9c0ca2186a12b941c08130d3bee69286e1cd13ef228bff6991373ce30eacbb29f4ddad8a1afdf6551652d5ca21063e0ab7211aa44da WHIRLPOOL ef5446ecee7ae1d932fe62a0a321cab55df0ed24d7ab98abf2d8cba9fbd47bd2524fac22c0a0d4ebdcacb642ece273ce97e76f763ed816eaa3df95a76579caba +DIST util-linux-2.24.1.tar.xz 3543692 SHA256 835eb6232cfab0118ef2e4fd649de0ba9f5bd1b8cbf9a7d4d84594541dec8410 SHA512 5636e1c57bd57954518e90ff0f079810cc2927f52bb925dde556ce2744a088577f8adbc19c19b2bd079efd253406767faa44d1de5f557e024762522e647f044b WHIRLPOOL 25862a85788eb1c275c7e06f3d2be8e6a9605811665e06a4b21d1e274fc4a5e19dd03e5c52061ee5d98ce8c86ba757a7f8076683edb603ad0c43c05ab5e52a51 +DIST util-linux-2.24.2.tar.xz 3586580 SHA256 1243d6c07f1c5b38aa4c3814c81a71c24cba7dafe08942916bf216a90a460ff0 SHA512 a0c03876ef19fa09e434e3e5362fb3f3e0a254b3b39a623ac7a9a207d06afce00366792244ed0fac86931f8340c046620660f33c3444a07a12037182fc191240 WHIRLPOOL 4b8185e1832145c050a8aa0761ae017d846ed58cd7e07710e4c32bf92a8f6e530bddb56dab70c8025eddb4cafafed79e658b0aced3a190b61b508078a438a9ed +DIST util-linux-2.25.1.tar.xz 3695172 SHA256 4701305ae22790c3a92ce48e50794fa05b7ee01f4227f419a171c100d08986e8 SHA512 a670cb4318beed0a455efb339ebea6ec7c5d672e15877e7e25cae2ec9c0795fbe4275b6c85a590467c3de92ab2f64cdcd0427c9a2a6e4c6b76f563592fb7be8d WHIRLPOOL 44c17bd3ad0b05c47bb955b934011b460c3992ea5d5b43977d2001b245820b775e16bedbaa10ff9c223d59b0809674884c76f0dc34d707864d17b49b4deaab9d +DIST util-linux-2.25.2.tar.xz 3703644 SHA256 e0457f715b73f4a349e1acb08cb410bf0edc9a74a3f75c357070f31f70e33cd6 SHA512 cf8c5bde78f844425150c2a81bdecb87aa57bcd5cebd177a78160835627f58037fa2cfe4db26fd8f35eedb3beb499a91492a297a27d065465e2ea0c6218dc387 WHIRLPOOL dd1685f2e694bf3de95acc3ba3170d231426c18c3395a867c815bbd3ab5ee0f07567b49d0ae083ce669c89db711e39fd2b990bc7321985ec2279d78816ec5258 +DIST util-linux-2.26.1.tar.xz 3859740 SHA256 22dc1c957262e2cbdfb4d524a63d5cd4f219d3ac9b5eab570fc771076799bb6e SHA512 9321793b3fa219ffc46e10639b9e45094c3cae6c48be4b80e652d9768f40dcedbd49342e17345b61c85f46540a7bd93d118a8e226c315e112bb2e959e2855ad9 WHIRLPOOL 1bcd5c3c14c278ec3b10535546706b6830a283fd72e7d1933101bf1ab6ec5b03d9ff7a53745d34a97cbb4d7d1b0e35852bb841be4b53a55c2aca07624bf06fbd +DIST util-linux-2.26.tar.xz 3847960 SHA256 a23c6f39dea0ed215ccd589509ffc7bb6f706f6e1a04760f493fb0fd7e93c489 SHA512 af07d49a433fce683da7bdf9aea5693ad108aa16166e0147716175bd779fe5090029617dd7db153bc0f5efcf7bdd377761a616efd4cca90a87bf317132ede88c WHIRLPOOL 4f7c9463bfe1523819671824de26e051c496c86884ca34b25208762179345c799fe61e566228ebfcbca2f2b63163539e37b06e438a58f562cf7b53f954564150 +EBUILD util-linux-2.24.1-r2.ebuild 4130 SHA256 a2bc50f994ff17185a3680841110ab1a320f51b3ff96291ac28b4d0440761895 SHA512 1253cb5bb86ad131ae32817bc45924804a8e48819a45314f75117fb1035f24100edd2b61a9241cb9bea0855c2877fd6fa51d56ae8dd8014ccac711efe9d04172 WHIRLPOOL 7b98c36037379421ed154c0e86f5fe308c0dc8458df01b9d87dc0110f4053292b16ce6d96949e2f5f3f315dea1a5d538b8e713ac52e2eca40cffabe75f3b7976 +EBUILD util-linux-2.24.1-r3.ebuild 5146 SHA256 b267e31c6af27737f9296dba6891324dc615d1865f6793f9b993bcb6bd5cb0a7 SHA512 14c1e66758666a3b9080f750267d23fd27d2fd7b8975af2dd1c94231d908f62c7de4466a222e496b95c2cee3a53617b84fd77f1b363e205d7515719438a17d1d WHIRLPOOL 43c7b5baecd9f7fba2821de43aeeadefec6a5c11084a8acb6d13c37c21d683d148801a39c36af597809791f4be696130ad51c512ad6ad6efd7230b817bcf1fc1 +EBUILD util-linux-2.24.2.ebuild 5375 SHA256 5af9c1b4a3640be7b95a2f1887ba1a91adedca40640fb48d59e6811f5175675d SHA512 da6bc520af433922219a1c3f99a0b7cff7c41bbee9f798ecbeec687440605115fc52bc2a2ae95a718bd6cc300c6ece6b9ba37b011beda86c8dd6279ff308a27e WHIRLPOOL c167ea926c6f1abba491dafd5a5e1445b5f90a312bc24c5a4bc34ac872924bba23d71269e79927347c005deb9edd9b4ff8599d82d63d42a80fa48cd772d03fe7 +EBUILD util-linux-2.25.1-r1.ebuild 5180 SHA256 069440697216f05545dc8ee0d368a1c2902a32a9d0c32fe68b699dcc4cb822ef SHA512 874e950ee71142d56e09dfbc773982626d04902fb99f7273118784c63ab9d71c20a6cbc51efe8fc45ef434ba461ee38bd4a3359413f5a5cce88baaef915d261c WHIRLPOOL 0e682cc5e2d54c2d83c11e2bb253cb0830d31b5480d12cb583c37906c1129fefc48eb84ce3ce180896a756a40a056bc80aa45e8fbd03e7d2f3c756e203b324f8 +EBUILD util-linux-2.25.1.ebuild 5134 SHA256 93cfb99c65d2b23dfd6fb62a3c85436b5a619d66785772c4fccc0e55e00c701c SHA512 31c3ba27d508c6af1e98707d7d947b061e284f2bde6e66100eed7f784550b63f0a7382fa1cc3c5e8d8588f1d1520c2f207c003eb4ce1d10ec422b86b8fdab5ef WHIRLPOOL f9f31106611ae0d6150a215e169619d0f066551802a4a78a0a9e283acc7ab6b770e4bd932089277b91d795d196e3efa8d1b292f4ba48a914fc5ed3a3248182e8 +EBUILD util-linux-2.25.2-r1.ebuild 5376 SHA256 cc51d80f0466920bed9ceb4b981c3e1b49833f9dca54b81fdaf137c5b3cdc0a8 SHA512 2131c24958e3b7a7333f28d477d6292cb952c056427807d5c90d62dea1cb867b4e8dabcb39fe232352946c21e8d0adbf56440450a90daaf1dcb32cb456136a97 WHIRLPOOL a329d5d343e1ba85dd7bc336df445cd93fe2bc02351196c17db720657b1aa6fb85dbfb92e9e158781747750195f70b3d44f07adad669c5263e59e56f169cbd76 +EBUILD util-linux-2.25.2-r2.ebuild 5419 SHA256 a17aea8e33f217eb053eb4a9e8d31f201edcdf701117206170ca34c86a6251a2 SHA512 8ac0ac6d88ae0d8988b6f8e9b8869940b2c1b42f27dc0d77a34fece0f2f9c23807328a9f2b8c39ae5d647cc5e8f34b6a1d4623f93fc9d44ce8f71439888a5086 WHIRLPOOL b8848a181633dc3fc2bcfd6634e1c2190b964f48de83b7fbd363f32dd6a5590e83deaa79b6d8a3df801fe73793d1146b2aca2a206611063a7b8999e5cad74c57 +EBUILD util-linux-2.25.2.ebuild 5193 SHA256 006f4fc3622bee17f83295935f70cdfe83188f26d7d7f03df25cd8a74aa60960 SHA512 fd3696513b1ed63aad0bd9f17c58be9e43f2a60d841224fade979d6a42a28778d8073466b25efdea720255e0ecd7aa0cd0fca2ad1e9ec00eb364e724db0c3158 WHIRLPOOL c462238d7554fe1f48796b51c40042a337e6ec8955e7babfb8eb326cb74e2711b8a1e86cee0bc86968cff8502f918cfa918e4a31a85c25a700a001720bec441b +EBUILD util-linux-2.26.1.ebuild 5383 SHA256 f0907bf47e19909078dee426424b94bd9dd35601dccf20e1621858b7a0c6d030 SHA512 2ec9630718013c7d0345678bf4eb64a890092885cc7d07406bf386ac16e7f0610de9b9735e60f4dd325dd5f833b6806c9ca1b444d70de10910e9b2ac7209a5ad WHIRLPOOL e01833c583a52fb0a1a797a3e15969d36f0f52f43bf8bcf1438f9da4e0aa8e00ce2fa6c1103f032b31ef67e10bb406ddd95a71590c7d78f0f341a393163d38ea +EBUILD util-linux-2.26.ebuild 5381 SHA256 3e88d5379f9d0bb0304fa7786e30f1f275d1920481be814c87b651f7cd3cc725 SHA512 1291b3bc7c8f0c99b844929562ea6515076ff7cc18c838c688bf696e74cb323fc2bcaf6bef558217473e2fbdabe5cb28d827d71e3f13e0c281ef50bd47d4af35 WHIRLPOOL db97d85983a26156378e7b57c714c1f7027853af33f4fc234755f0bba462717b91cb92b52e4f405eb902ab746e30e079b5082cbc6f342dfc9fd7330999f7b4da +EBUILD util-linux-9999.ebuild 5382 SHA256 c9ebd41fd29d3b095de51eb2e7342f54636b3f701ad023712e747134c68cfa56 SHA512 73b3f0a959541c453e599e94563e9f5ef319ab150e2b16df6813676e615721c85f294e0431bc5b843161074e0c8495aac33f6a74aed01d086a6d45920ad79db3 WHIRLPOOL 6c8e5b050ddf6200057cab374406ba593f57a315b282b3c3b27078599d2654356613e112f429c1a5147ff9763d1a318564b259baf2f32aa491945796ab480708 +MISC ChangeLog 76788 SHA256 af6711cf93596440e0d756255c496b4ddc25fcfb55c1c4f282853c3e1602e1de SHA512 5d91d9a738c98615e7de4d49c931951e64fe93ca580353446d439b5005688525a292f9a4e1f227c4d732baef93737e50733e2f1db182ce3e2f69a97938c7ff40 WHIRLPOOL 797a2d601019b1817557aa73990216a41f75ae8ddc80c97e3c56dc6480bdc83704954316a587d48eaa3eb10e1fb0ad520f7922132bc9271bb5b5f1568803d7de +MISC metadata.xml 892 SHA256 c7f34ab09b97ea7896c5923c219b1431f9488cf15b27c245d4be880ccce87d65 SHA512 33ad8d44583605e115fd9866ff71324c70b71f1937273cc64c89221d8499b9ad620e272dbe37cd28098ffe2d19c9b414448d8979fd7b216ac5c9bba7a1a4d5f6 WHIRLPOOL cb6496cf00c218a0581a8114d82df6e5fdf90293d634d6c1eb12513d25cb9652d1c55bb035d5c48d58901fdcd67b3e23ece8681cefbe5a8015ab4c91bf299b4b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJVAxJoAAoJEPGu1DbS6WIA7qEQAJwqDwTL/1kBdGh6O0x3iJLS +3cFQrcj3Jp5gPSz1S8TE40P6xBiPYvlkWJ+mWo3XgnaDE1w71fbiTpV3ZrsKAIWH +bqey2yHLLpHXcR8QbOEfdFDQT4OoXB6AF7EoIKRjEjn18sNraZYjBxYZyQCENo6b +5t5pQcmbemWrmehUMp2uAycnMiP+/q8v7yqAIfFrNYpgmcGPtEJq+Vgu0m5hII8y +h6ATT7nmSTLWVw+vgLW71Y2uSZqUfvdrrD+Wthex1nSnNVxQfDZujNwfkl6xCmey +qBWMOU9dxHGLS+N4NTspaTM56k21bj0+6aRINp2005Cy5jhn2S+p+mkSUq47GlST +BhC0b2vZOmPpgijD672xVF8wAj5gKWzJti/clO0qNfKnCdL+zQpNYyPUEffY1q+t +pQi9nEVTdnX9ufkDNzfrq6eWUFEElednsrr1V1LFeMyt2fxDqEO1YpvDYKT5rw7r +2jxt+42RomeQUZzqtePmhFpfzmoirAUALrMspnxMJhLZ952eIBO18bX5D9aD0eNG +imsbCfwbZ4hgAqrzilgxpPn92LoGQHgKTogPum3BxMGojJ6mjP4ZHTkUBPszEujy +IOut40diTZUjnTPn7uvAjy6Lr/jnBV5dr4Qn6SaxLgq43gvH8P9GT3fLp8soTfpp +RD1NkdLPN0NDwkoVnpqE +=dsZ4 +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.confd b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.confd new file mode 100644 index 0000000000..6a88434620 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.confd @@ -0,0 +1,9 @@ +# /etc/conf.d/crypto-loop: Configuration file for /etc/init.d/crypto-loop + +# More info can be found in the init.d script + +# Specify loopback configurations here. The format of this file is +# shown in the following commented-out example. One line per loopback +# configuration. For possible hash values, see `man hashalot`. + +# loop=/dev/loop0 hash='' cipher=serpent keysize=256 device=/dev/system/test other='' diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.initd b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.initd new file mode 100755 index 0000000000..853bae2756 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/crypto-loop.initd @@ -0,0 +1,70 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/files/crypto-loop.initd,v 1.4 2008/10/26 03:16:48 vapier Exp $ + +depend() { + if [ -x /etc/init.d/root ]; then + need root + else + need checkroot + fi + need modules + before localmount +} + +start() { + local status="0" + + ebegin "Starting crypto loop devices" + + if [ -e /etc/conf.d/crypto-loop ] ; then + egrep "^loop" /etc/conf.d/crypto-loop | \ + while read loopline ; do + eval ${loopline} + + local configured=$(awk -v MOUNT="${device}" \ + '($2 == MOUNT) { print "yes" }' /proc/mounts) + + if [ "${configured}" != "yes" ] ; then + einfo " Loop ${loop} on device ${device} (cipher ${cipher}, key size ${keysize}): " + + if [ -n "${hash}" ] ; then + /usr/sbin/hashalot -n ${keysize} ${hash} /dev/null) ; do + losetup ${loop} > /dev/null 2>&1 + if [ $? -eq 0 ] ; then + ( umount ${loop} || swapoff "${loop}" ) >/dev/null 2>&1 + if ! /sbin/losetup -d ${loop} > /dev/null 2>&1; then + ewarn "Failure deconfiguring ${loop}." + status=1 + fi + fi + done + ewend ${status} +} + + +# vim:ts=4 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch new file mode 100644 index 0000000000..f01a55d6e6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch @@ -0,0 +1,13 @@ +--- libfdisk/src/bsd.c.orig 2014-06-11 10:15:47.000000000 +0200 ++++ libfdisk/src/bsd.c 2014-06-11 10:16:18.000000000 +0200 +@@ -787,8 +787,10 @@ + case 0x06: /* DOS 16-bit >=32M */ + case 0xe1: /* DOS access */ + case 0xe3: /* DOS R/O */ ++#if !defined (__alpha__) + case 0xf2: /* DOS secondary */ + return BSD_FS_MSDOS; ++#endif + case 0x07: /* OS/2 HPFS */ + return BSD_FS_HPFS; + default: diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-last-tests.patch b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-last-tests.patch new file mode 100644 index 0000000000..77cf478e39 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-last-tests.patch @@ -0,0 +1,86 @@ +https://bugs.gentoo.org/501408 + +From 3c76515abd2e80dc1da03041eb868b8c1e596fb1 Mon Sep 17 00:00:00 2001 +From: Sami Kerola +Date: Sun, 16 Feb 2014 23:54:18 +0000 +Subject: [PATCH] tests: align last.1 with recent phantom detection + +None existing account is not still-logged-in but gone mysteriously, +assuming wtmp logout markup is missing. + +Signed-off-by: Sami Kerola +--- + tests/expected/last/last | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +diff --git a/tests/expected/last/last b/tests/expected/last/last +index 2ff5cc1..dfb140b 100644 +--- a/tests/expected/last/last ++++ b/tests/expected/last/last +@@ -1,6 +1,6 @@ + ~~~ basic output ~~~ + rick long never-gonna-logo Thu Jan 1 00:00 - 03:14 (24855+03:14) +-torvalds linux hobby Mon Aug 26 00:57 still logged in ++torvalds linux hobby Mon Aug 26 00:57 gone - no logout + reboot system boot system-name Wed Aug 28 18:00 still running + reboot system boot system-name Wed Aug 28 16:00 - 17:00 (01:00) + IPv4 root dns-server Wed Aug 28 13:00 - 14:00 (01:00) +@@ -17,7 +17,7 @@ accounti foo nine Wed Aug 28 03:00 - 04:00 (01:00) + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ include system ~~~ + rick long never-gonna-logo Thu Jan 1 00:00 - 03:14 (24855+03:14) +-torvalds linux hobby Mon Aug 26 00:57 still logged in ++torvalds linux hobby Mon Aug 26 00:57 gone - no logout + reboot system boot system-name Wed Aug 28 18:00 still running + shutdown system down system-name Wed Aug 28 17:00 - 18:00 (01:00) + reboot system boot system-name Wed Aug 28 16:00 - 17:00 (01:00) +@@ -47,16 +47,16 @@ IPv4 root Wed Aug 28 13:00 - 14:00 (01:00) a.root-servers.net + + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ show ip ~~~ +-torvalds linux 128.214.205.14 Mon Aug 26 00:57 still logged in ++torvalds linux 128.214.205.14 Mon Aug 26 00:57 gone - no logout + + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ no host ~~~ +-torvalds linux Mon Aug 26 00:57 still logged in ++torvalds linux Mon Aug 26 00:57 gone - no logout + + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ full times ~~~ + rick long never-gonna-logo Thu Jan 1 00:00:00 1970 - Tue Jan 19 03:14:07 2038 (24855+03:14) +-torvalds linux hobby Mon Aug 26 00:57:08 1991 still logged in ++torvalds linux hobby Mon Aug 26 00:57:08 1991 gone - no logout + reboot system boot system-name Wed Aug 28 18:00:00 2013 still running + reboot system boot system-name Wed Aug 28 16:00:00 2013 - Wed Aug 28 17:00:00 2013 (01:00) + IPv4 root dns-server Wed Aug 28 13:00:00 2013 - Wed Aug 28 14:00:00 2013 (01:00) +@@ -73,7 +73,7 @@ accounti foo nine Wed Aug 28 03:00:00 2013 - Wed Aug 28 04: + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ no time ~~~ + rick long never-gonna-logo (24855+03:14) +-torvalds linux hobby logged in ++torvalds linux hobby - no logout + reboot system boot system-name running + reboot system boot system-name (01:00) + IPv4 root dns-server (01:00) +@@ -90,7 +90,7 @@ accounti foo nine (01:00) + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ iso-8601 time ~~~ + rick long never-gonna-logout 1970-01-01T00:00:00+0000 - 2038-01-19T03:14:07+0000 (24855+03:14) +-torvalds linux hobby 1991-08-26T00:57:08+0000 still logged in ++torvalds linux hobby 1991-08-26T00:57:08+0000 gone - no logout + reboot system boot system-name 2013-08-28T18:00:00+0000 still running + reboot system boot system-name 2013-08-28T16:00:00+0000 - 2013-08-28T17:00:00+0000 (01:00) + IPv4 root dns-server 2013-08-28T13:00:00+0000 - 2013-08-28T14:00:00+0000 (01:00) +@@ -115,7 +115,7 @@ accounti foo nine Wed Aug 28 03:00 - 04:00 (01:00) + wtmp begins Wed Aug 28 03:00:00 2013 + ~~~ present ~~~ + rick long never-gonna-logo Thu Jan 1 00:00 - 03:14 (24855+03:14) +-torvalds linux hobby Mon Aug 26 00:57 still logged in ++torvalds linux hobby Mon Aug 26 00:57 gone - no logout + runlevel foo one Wed Aug 28 11:00 - 12:00 (01:00) + + wtmp begins Wed Aug 28 03:00:00 2013 +-- +1.8.5.5 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch new file mode 100644 index 0000000000..5148053d27 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch @@ -0,0 +1,41 @@ +From 6b55612b9ad1193a042f3c3a1d9216e63b0d2907 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 22 Dec 2013 18:17:15 -0500 +Subject: [PATCH] tests: last: skip when last is not enabled + +References: https://bugs.gentoo.org/489794 +Signed-off-by: Mike Frysinger +--- + tests/ts/last/ipv6 | 2 ++ + tests/ts/last/last | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/tests/ts/last/ipv6 b/tests/ts/last/ipv6 +index 8e2b01e..60b72bd 100755 +--- a/tests/ts/last/ipv6 ++++ b/tests/ts/last/ipv6 +@@ -18,6 +18,8 @@ TS_DESC="last ipv6" + . $TS_TOPDIR/functions.sh + ts_init "$*" + ++[ -x $TS_CMD_LAST ] || ts_skip "last not enabled" ++ + export LANG=C + export TZ=GMT + +diff --git a/tests/ts/last/last b/tests/ts/last/last +index 4ad38cb..83b7f8d 100755 +--- a/tests/ts/last/last ++++ b/tests/ts/last/last +@@ -18,6 +18,8 @@ TS_DESC="last" + . $TS_TOPDIR/functions.sh + ts_init "$*" + ++[ -x $TS_CMD_LAST ] || ts_skip "last not enabled" ++ + export LANG=C + export TZ=GMT + +-- +1.8.4.3 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.1-blkid-probe-fix.patch b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.1-blkid-probe-fix.patch new file mode 100644 index 0000000000..f994a74a66 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.1-blkid-probe-fix.patch @@ -0,0 +1,43 @@ +From 00749bc366fe6106df918660a92a388cfff4f35f Mon Sep 17 00:00:00 2001 +From: Karel Zak +Date: Tue, 7 Oct 2014 12:44:34 +0200 +Subject: [PATCH] libblkid: zeroize errno on blkid_probe_get_buffer() success + +Since 37f4060225df0591ab8e1dd676dbc8115d900d4f prober functions are +sensitive to errno, it seems more robust to set errno=0 with in +blkid_probe_get_buffer() on success than set the zero on all places +where we call blkid_probe_get_buffer(). + +Addresses: https://github.com/karelzak/util-linux/issues/119 +Signed-off-by: Karel Zak +--- + libblkid/src/probe.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c +index 4fea3cc..3f7e43b 100644 +--- a/libblkid/src/probe.c ++++ b/libblkid/src/probe.c +@@ -539,8 +539,10 @@ unsigned char *blkid_probe_get_buffer(blkid_probe pr, + struct list_head *p; + struct blkid_bufinfo *bf = NULL; + +- if (pr->size <= 0) ++ if (pr->size <= 0) { ++ errno = EINVAL; + return NULL; ++ } + + if (pr->parent && + pr->parent->devno == pr->devno && +@@ -602,6 +604,7 @@ unsigned char *blkid_probe_get_buffer(blkid_probe pr, + list_add_tail(&bf->bufs, &pr->buffers); + } + ++ errno = 0; + return off ? bf->data + (off - bf->off) : bf->data; + } + +-- +2.1.2 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch new file mode 100644 index 0000000000..85c48114db --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch @@ -0,0 +1,33 @@ +https://bugs.gentoo.org/522288 + +From a95987423c4d7781a14ffda34f082086cd51f4f7 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Fri, 24 Oct 2014 12:08:22 -0400 +Subject: [PATCH] bash-completion: fix runuser install + +The runuser symlink used to depend on su being enabled, but a refactoring +broke that. So if you build with runuser enabled but not su, you end up +with a broken symlink. Rework the logic so it works in both cases. + +Signed-off-by: Mike Frysinger +--- + bash-completion/Makemodule.am | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am +index 271a6db..045c2d5 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -11071,7 +10823,8 @@ + @BUILD_MOUNT_TRUE@@MAKEINSTALL_DO_SETUID_TRUE@ chmod 4755 $(DESTDIR)$(bindir)/umount + + @BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@install-data-hook-bashcomp-runuser:: +-@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@ ln -sf su $(DESTDIR)$(bashcompletiondir)/runuser ++@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@@BUILD_SU_TRUE@ ln -sf su $(DESTDIR)$(bashcompletiondir)/runuser ++@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@@BUILD_SU_FALSE@ cp $(top_srcdir)/bash-completion/su $(DESTDIR)$(bashcompletiondir)/runuser + + clean-local-tests: + rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff +-- +2.1.2 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/metadata.xml new file mode 100644 index 0000000000..8caf3fdd5a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/metadata.xml @@ -0,0 +1,20 @@ + + + + base-system + + build setpriv helper (run programs with diff capabilities) + build mkfs/fsck helpers for cramfs filesystems + build cytune for Cyclades-Z multiport serial cards + build fdformat (floppy disk format) + build runuser helper + + install mount/umount as setuid so non-root users may mount/umount devices, + and wall/write as setgid so non-root users can notify other users + + install the mesg/wall/write tools for talking to local users + + + cpe:/a:andries_brouwer:util-linux + + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild new file mode 100644 index 0000000000..191cf1aaeb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild @@ -0,0 +1,147 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v 1.10 2014/06/11 15:26:03 polynomial-c Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 python-single-r1 + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( sys-libs/libselinux ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742 + epatch "${FILESDIR}"/${PN}-2.24-last-tests.patch #501408 + # http://marc.info/?l=util-linux-ng&m=140223032032288&w=2 + epatch "${FILESDIR}"/${PN}-2.24-fix-fdisk-on-alpha.patch + find tests/ -name bigyear -delete #489794 + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.c +} + +src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(usex pam) #485486 + econf \ + --docdir="/usr/share/doc/${PF}" \ + --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \ + $(use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + $(use_enable bash-completion) \ + $(use_enable caps setpriv) \ + $(use_enable cramfs) \ + $(use_enable cytune) \ + $(use_enable fdformat) \ + --with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(use_enable tty-helpers wall) \ + $(use_enable tty-helpers write) \ + $(use_enable suid makeinstall-chown) \ + $(use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(use_with slang) \ + $(use_enable static-libs static) \ + $(use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +src_test() { + emake check +} + +src_install() { + default + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + use python && python_optimize + + # need the libs in / + gen_usr_ldscript -a blkid mount uuid + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild new file mode 100644 index 0000000000..9f209df760 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild @@ -0,0 +1,174 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v 1.12 2014/08/01 10:22:46 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742 + epatch "${FILESDIR}"/${PN}-2.24-last-tests.patch #501408 + # http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/9237 + epatch "${FILESDIR}"/${PN}-2.24-fix-fdisk-on-alpha.patch + find tests/ -name bigyear -delete #489794 + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + ECONF_SOURCE=${S} \ + econf \ + --docdir="/usr/share/doc/${PF}" \ + --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + $(multilib_native_use_enable bash-completion) \ + $(multilib_native_use_enable caps setpriv) \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable cytune) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.2.ebuild new file mode 100644 index 0000000000..cb55fa1d15 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.24.2.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.7 2014/08/26 19:59:37 mgorny Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + epatch "${FILESDIR}"/${PN}-2.24-last-tests.patch #501408 + # http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/9237 + epatch "${FILESDIR}"/${PN}-2.24-fix-fdisk-on-alpha.patch + find tests/ -name bigyear -delete #489794 + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable cytune) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1-r1.ebuild new file mode 100644 index 0000000000..368c30a98a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1-r1.ebuild @@ -0,0 +1,174 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.1-r1.ebuild,v 1.1 2014/10/16 17:47:37 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-blkid-probe-fix.patch + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1.ebuild new file mode 100644 index 0000000000..9cfc226283 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.1.ebuild @@ -0,0 +1,173 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.1.ebuild,v 1.1 2014/09/05 13:20:22 polynomial-c Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r1.ebuild new file mode 100644 index 0000000000..1773511382 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r1.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r1.ebuild,v 1.1 2015/01/02 12:21:08 pacho Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal systemd + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-runuser-bash-completion.patch #522288 + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with systemd) \ + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild new file mode 100644 index 0000000000..5050ca2e05 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild @@ -0,0 +1,178 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild,v 1.3 2015/03/12 21:53:20 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal systemd + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/libudev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-runuser-bash-completion.patch #522288 + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + --docdir='${datarootdir}'/doc/${PF} \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with systemd) \ + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2.ebuild new file mode 100644 index 0000000000..c6bb4a4717 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.25.2.ebuild @@ -0,0 +1,174 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2.ebuild,v 1.1 2014/10/24 16:27:07 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-runuser-bash-completion.patch #522288 + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.1.ebuild new file mode 100644 index 0000000000..759b2dbbc7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.1.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.1.ebuild,v 1.1 2015/03/13 16:37:58 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal systemd + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/libudev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + --docdir='${datarootdir}'/doc/${PF} \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with systemd) \ + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS install-nodist_fdiskincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.ebuild new file mode 100644 index 0000000000..0832108009 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-2.26.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.ebuild,v 1.3 2015/03/12 21:53:20 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal systemd + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/libudev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + --docdir='${datarootdir}'/doc/${PF} \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with systemd) \ + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS install-nodist_fdiskincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-9999.ebuild new file mode 100644 index 0000000000..1cc6a6ac8c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/util-linux/util-linux-9999.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.61 2015/03/12 21:53:20 vapier Exp $ + +EAPI="4" + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ + python-single-r1 multilib-minimal systemd + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid systemd test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) + slang? ( sys-libs/slang ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/libudev ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.${ABI}.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.${ABI}.c +} + +multilib_src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 + ECONF_SOURCE=${S} \ + econf \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ + --docdir='${datarootdir}'/doc/${PF} \ + $(multilib_native_use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + --enable-bash-completion \ + $(multilib_native_use_enable caps setpriv) \ + --disable-chfn-chsh \ + $(multilib_native_use_enable cramfs) \ + $(multilib_native_use_enable fdformat) \ + --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-login \ + $(multilib_native_use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(multilib_native_use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(multilib_native_use_enable tty-helpers wall) \ + $(multilib_native_use_enable tty-helpers write) \ + $(multilib_native_use_enable suid makeinstall-chown) \ + $(multilib_native_use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(multilib_native_use_with slang) \ + $(use_enable static-libs static) \ + $(multilib_native_use_with systemd) \ + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ + $(multilib_native_use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + # build libraries only + emake -f Makefile -f - mylibs \ + <<< 'mylibs: $(usrlib_exec_LTLIBRARIES) $(pkgconfig_DATA)' + fi +} + +multilib_src_test() { + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi; then + default + else + emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \ + install-pkgconfigDATA install-uuidincHEADERS \ + install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \ + install-nodist_smartcolsincHEADERS install-nodist_fdiskincHEADERS + fi + + if multilib_is_native_abi; then + # need the libs in / + gen_usr_ldscript -a blkid mount smartcols uuid + + use python && python_optimize + fi +} + +multilib_src_install_all() { + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +}