mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
bump(sys-block/parted): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
fd2c9283d9
commit
417591bbf4
@ -1,14 +1,14 @@
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig
|
||||
DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.gnu.org/software/parted
|
||||
HOMEPAGE=https://www.gnu.org/software/parted
|
||||
IUSE=+debug device-mapper nls readline selinux static-libs
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux )
|
||||
RDEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/parted/parted-2.4.tar.xz
|
||||
_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
|
||||
_md5_=06ec296c5e95b8a5c119042fddf0ea81
|
||||
_md5_=5045005fdd64642b22d3eb7546afe736
|
||||
|
@ -2,7 +2,7 @@ DEFINED_PHASES=configure install prepare test
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig test? ( >=dev-libs/check-0.9.3 dev-perl/Digest-CRC ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
|
||||
EAPI=4
|
||||
HOMEPAGE=http://www.gnu.org/software/parted
|
||||
HOMEPAGE=https://www.gnu.org/software/parted
|
||||
IUSE=+debug device-mapper nls readline selinux static-libs test
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86
|
||||
LICENSE=GPL-3
|
||||
@ -10,4 +10,4 @@ RDEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7 device-mapper? ( >=sys
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/parted/parted-3.1.tar.xz
|
||||
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
|
||||
_md5_=e99d43e94b85d1d89a7b628752e26db7
|
||||
_md5_=47a4665ce81231600dea4fa190e23a3e
|
||||
|
@ -1,14 +1,14 @@
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.gnu.org/software/parted
|
||||
HOMEPAGE=https://www.gnu.org/software/parted
|
||||
IUSE=+debug device-mapper nls readline selinux static-libs
|
||||
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux )
|
||||
RDEPEND=>=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.7-r7:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/parted/parted-3.2.tar.xz
|
||||
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
|
||||
_md5_=e40d425de8cd98607d83c6808ae72206
|
||||
_md5_=ef5852048803990d82ab7e09a4fc2627
|
||||
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-block/parted-3.2-r1
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-block/parted-3.2-r1
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=>=sys-fs/e2fsprogs-1.27 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= ) selinux? ( sys-libs/libselinux ) elibc_uclibc? ( dev-libs/libiconv ) nls? ( >=sys-devel/gettext-0.12.1-r2 ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
|
||||
EAPI=5
|
||||
HOMEPAGE=https://www.gnu.org/software/parted
|
||||
IUSE=+debug device-mapper nls readline selinux static-libs
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=>=sys-fs/e2fsprogs-1.27 device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= ) selinux? ( sys-libs/libselinux ) elibc_uclibc? ( dev-libs/libiconv )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/parted/parted-3.2.tar.xz
|
||||
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
|
||||
_md5_=58056a18e50d5c256ce599a6a541121d
|
@ -1,837 +1,114 @@
|
||||
# ChangeLog for sys-block/parted
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.60 2015/03/03 09:57:56 dlan Exp $
|
||||
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
||||
# (auto-generated from git log)
|
||||
|
||||
03 Mar 2015; Yixun Lan <dlan@gentoo.org> parted-3.2.ebuild:
|
||||
add arm64 support, tested on A53 board
|
||||
*parted-3.2 (09 Aug 2015)
|
||||
*parted-3.1-r1 (09 Aug 2015)
|
||||
*parted-2.4 (09 Aug 2015)
|
||||
|
||||
03 Jan 2015; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild,
|
||||
+files/parted-3.2-po4a-mandir.patch:
|
||||
Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug
|
||||
#534116).
|
||||
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+files/parted-2.4-no-gets.patch, +files/parted-2.4-readline.patch,
|
||||
+files/parted-3.1-readline.patch, +files/parted-3.1-zfs.patch,
|
||||
+files/parted-3.2-devmapper.patch, +files/parted-3.2-po4a-mandir.patch,
|
||||
+metadata.xml, +parted-2.4.ebuild, +parted-3.1-r1.ebuild,
|
||||
+parted-3.2.ebuild:
|
||||
proj/gentoo: Initial commit
|
||||
|
||||
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ppc64, wrt bug #527846
|
||||
This commit represents a new era for Gentoo:
|
||||
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
||||
|
||||
02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for alpha, wrt bug #527846
|
||||
This commit is the start of the NEW history.
|
||||
Any historical data is intended to be grafted onto this point.
|
||||
|
||||
23 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> parted-3.2.ebuild:
|
||||
x86 stable wrt bug #527846
|
||||
Creation process:
|
||||
1. Take final CVS checkout snapshot
|
||||
2. Remove ALL ChangeLog* files
|
||||
3. Transform all Manifests to thin
|
||||
4. Remove empty Manifests
|
||||
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
||||
5.1. Do not touch files with -kb/-ko keyword flags.
|
||||
|
||||
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ia64, wrt bug #527846
|
||||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
||||
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
||||
tests
|
||||
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
||||
project
|
||||
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
||||
developer, wrote Git features for the migration
|
||||
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
||||
cvs2svn
|
||||
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
||||
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
||||
work in migration
|
||||
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
||||
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
||||
the bikeshed
|
||||
|
||||
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ppc, wrt bug #527846
|
||||
21 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
|
||||
parted-2.4.ebuild, parted-3.2.ebuild:
|
||||
Set correct subslot dependency for ncurses
|
||||
|
||||
08 Nov 2014; Markus Meier <maekke@gentoo.org> parted-3.2.ebuild:
|
||||
arm stable, bug #527846
|
||||
Package-Manager: portage-2.2.20.1
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
06 Nov 2014; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for HPPA (bug #527846).
|
||||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Use https by default
|
||||
|
||||
04 Nov 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
Convert all URLs for sites supporting encrypted connections from http to
|
||||
https
|
||||
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild, parted-3.2.ebuild:
|
||||
Use https for most gnu.org URLs
|
||||
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
||||
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
||||
|
||||
repoman does not yet accept the https version.
|
||||
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
||||
|
||||
Bug: https://bugs.gentoo.org/552720
|
||||
|
||||
26 Aug 2015; Mike Frysinger <vapier@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.2.ebuild:
|
||||
Set RESTRICT=test (bug #276687).
|
||||
sys-libs/ncurses: move to SLOT=0 #557472
|
||||
|
||||
04 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for sparc, wrt bug #527846
|
||||
Use SLOT=0 for installing of main development files like other packages
|
||||
so we can use other SLOTs for installing SONAME libs for binary packages.
|
||||
|
||||
03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for amd64, wrt bug #527846
|
||||
*parted-3.2-r1 (10 Oct 2015)
|
||||
|
||||
29 Jul 2014; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild:
|
||||
Clean up ebuild.
|
||||
10 Oct 2015; Jeroen Roovers <jer@gentoo.org>
|
||||
+files/parted-3.2-fix-resizing-FAT16.patch, +parted-3.2-r1.ebuild:
|
||||
Fix crash on resizing FAT16 (bug #562136 by Nico R.).
|
||||
|
||||
*parted-3.2 (29 Jul 2014)
|
||||
Package-Manager: portage-2.2.22
|
||||
|
||||
29 Jul 2014; Jeroen Roovers <jer@gentoo.org> +parted-3.2.ebuild,
|
||||
+files/parted-3.2-devmapper.patch:
|
||||
Version bump.
|
||||
02 Jan 2016; Joshua Kinard <kumba@gentoo.org> parted-3.2-r1.ebuild:
|
||||
For uClibc userlands, add dep to dev-libs/libiconv and append -liconv to
|
||||
LIBS. Fixes/recloses #542296.
|
||||
|
||||
04 Mar 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild, +files/parted-2.4-readline.patch,
|
||||
+files/parted-3.1-readline.patch:
|
||||
Fix building against sys-libs/readline-6.3 (bug #503314 by eroen).
|
||||
Package-Manager: portage-2.2.26
|
||||
|
||||
30 Jan 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Move sys-devel/gettext dependency to DEPEND by Nikoli (bug #499764).
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Replace all herds with appropriate projects (GLEP 67)
|
||||
|
||||
29 Sep 2013; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/parted-2.3-git-version-gen.patch, -parted-2.3-r1.ebuild,
|
||||
-parted-2.3-r2.ebuild, -parted-2.3.ebuild, -parted-3.1.ebuild:
|
||||
Old.
|
||||
Replace all uses of herd with appropriate project maintainers, or no
|
||||
maintainers in case of herds requested to be disbanded.
|
||||
|
||||
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for s390, wrt bug #476898
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
||||
|
||||
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ia64, wrt bug #476898
|
||||
17 Jun 2016; Alexis Ballier <aballier@gentoo.org> parted-3.2-r1.ebuild:
|
||||
ncurses is needed only for USE=readline
|
||||
|
||||
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for sparc, wrt bug #476898
|
||||
Package-Manager: portage-2.3.0_rc1
|
||||
|
||||
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for alpha, wrt bug #476898
|
||||
21 Jun 2016; Mike Frysinger <vapier@gentoo.org>
|
||||
+files/parted-3.2-sysmacros.patch, parted-3.2-r1.ebuild:
|
||||
fix building w/newer glibc #580022
|
||||
|
||||
23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for arm, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ppc64, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ppc, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Stable for ppc, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild:
|
||||
Stable for amd64, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for x86, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Stable for amd64, wrt bug #476898
|
||||
|
||||
16 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for HPPA (bug #476898).
|
||||
|
||||
15 Jul 2013; Jeroen Roovers <jer@gentoo.org> +files/parted-2.4-no-gets.patch,
|
||||
parted-2.4.ebuild:
|
||||
Fix building against >=sys-libs/glibc-2.16.
|
||||
|
||||
15 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild:
|
||||
Set --disable-silent-rules.
|
||||
|
||||
14 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
-parted-3.0.ebuild, parted-3.1.ebuild, parted-3.1-r1.ebuild:
|
||||
Do not require a specific automake version (bug #476786 by Matt Turner).
|
||||
Disable silent rules in 3.1-r1.
|
||||
|
||||
09 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
parted-3.0.ebuild, parted-3.1.ebuild, parted-3.1-r1.ebuild,
|
||||
metadata.xml:
|
||||
Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt
|
||||
#461382
|
||||
|
||||
16 Dec 2012; Raúl Porcel <armin76@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Re-add ~alpha/~ia64/~s390/~sh/~sparc wrt #443048
|
||||
|
||||
23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> parted-3.1-r1.ebuild:
|
||||
keyword ~arm ~ppc ~pp64, bug #443048
|
||||
|
||||
14 Nov 2012; Jeroen Roovers <jer@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Marked ~hppa (bug #443048).
|
||||
|
||||
*parted-3.1-r1 (14 Nov 2012)
|
||||
|
||||
14 Nov 2012; Jeroen Roovers <jer@gentoo.org> +parted-3.1-r1.ebuild,
|
||||
+files/parted-3.1-zfs.patch:
|
||||
Add ZFS detection by Richard Yao (bug #419157).
|
||||
|
||||
17 Jun 2012; Raúl Porcel <armin76@gentoo.org> parted-3.1.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #414431
|
||||
|
||||
21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> parted-3.1.ebuild:
|
||||
x86 stable wrt bug #414431
|
||||
|
||||
20 May 2012; Samuli Suominen <ssuominen@gentoo.org> parted-3.1.ebuild:
|
||||
ppc/ppc64 stable wrt #414431
|
||||
|
||||
16 May 2012; Jeroen Roovers <jer@gentoo.org> parted-3.1.ebuild:
|
||||
Stable for HPPA (bug #414431).
|
||||
|
||||
12 May 2012; Markus Meier <maekke@gentoo.org> parted-3.1.ebuild:
|
||||
arm stable, bug #414431
|
||||
|
||||
05 May 2012; Markos Chandras <hwoarang@gentoo.org> parted-3.1.ebuild:
|
||||
Stable on amd64 wrt bug #414431
|
||||
|
||||
03 May 2012; Jeff Horelick <jdhore@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
parted-3.0.ebuild, parted-3.1.ebuild:
|
||||
dev-util/pkgconfig -> virtual/pkgconfig
|
||||
|
||||
*parted-3.1 (04 Mar 2012)
|
||||
|
||||
04 Mar 2012; Jeroen Roovers <jer@gentoo.org> +parted-3.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> parted-3.0.ebuild:
|
||||
ppc/ppc64 stable wrt #385221
|
||||
|
||||
10 Jan 2012; Mike Frysinger <vapier@gentoo.org> parted-3.0.ebuild:
|
||||
Handle implicit dev-libs/check dep via USE=test.
|
||||
|
||||
26 Nov 2011; Raúl Porcel <armin76@gentoo.org> parted-3.0.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #385221
|
||||
|
||||
15 Oct 2011; Markus Meier <maekke@gentoo.org> parted-3.0.ebuild:
|
||||
x86 stable, bug #385221
|
||||
|
||||
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> parted-3.0.ebuild:
|
||||
Stable for HPPA (bug #385221).
|
||||
|
||||
10 Oct 2011; Markus Meier <maekke@gentoo.org> parted-3.0.ebuild:
|
||||
arm stable, bug #385221
|
||||
|
||||
04 Oct 2011; Tony Vroon <chainsaw@gentoo.org> parted-3.0.ebuild:
|
||||
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo,
|
||||
Elijah "Armageddon" El Lazkani & Tomáš "Mepho" Pružina in bug #385221.
|
||||
|
||||
*parted-3.0 (31 May 2011)
|
||||
|
||||
31 May 2011; Jeroen Roovers <jer@gentoo.org> +parted-3.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
*parted-2.4 (19 May 2011)
|
||||
|
||||
19 May 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.4.ebuild:
|
||||
Version bump.
|
||||
|
||||
*parted-2.3-r2 (07 Apr 2011)
|
||||
|
||||
07 Apr 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.3-r2.ebuild:
|
||||
Add USE=static-libs thanks to Mr. Bones (bug #362227).
|
||||
|
||||
21 Feb 2011; Mike Frysinger <vapier@gentoo.org> parted-2.3-r1.ebuild,
|
||||
+files/parted-2.3-git-version-gen.patch:
|
||||
Fix from upstream gnulib for sandbox violations with git repos in higher
|
||||
dirs.
|
||||
|
||||
*parted-2.3-r1 (29 Jan 2011)
|
||||
|
||||
29 Jan 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.3-r1.ebuild:
|
||||
Move to xz.
|
||||
|
||||
29 Oct 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Add dev-util/pkgconfig to DEPEND by Mike Hiretsky (bug #343239). Set
|
||||
explicit RDEPEND too.
|
||||
|
||||
11 Aug 2010; Joseph Jezak <josejx@gentoo.org> parted-2.3.ebuild:
|
||||
Marked ppc/ppc64 stable for bug #316453.
|
||||
|
||||
01 Aug 2010; Raúl Porcel <armin76@gentoo.org> parted-2.3.ebuild:
|
||||
ia64/s390/sh/sparc stable wrt #316453
|
||||
|
||||
21 Jul 2010; Markus Meier <maekke@gentoo.org> parted-2.3.ebuild:
|
||||
arm stable, bug #316453
|
||||
|
||||
12 Jul 2010; Tobias Klausmann <klausman@gentoo.org> parted-2.3.ebuild:
|
||||
Stable on alpha, bug #316453
|
||||
|
||||
09 Jul 2010; Christian Faulhammer <fauli@gentoo.org> parted-2.3.ebuild:
|
||||
stable x86, bug 316453
|
||||
|
||||
06 Jul 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Stable for HPPA (bug #316453).
|
||||
|
||||
04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> parted-2.3.ebuild:
|
||||
Stable on amd64 wrt bug #316453
|
||||
|
||||
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Remove more tests that do FAIL instead of SKIP. Do not die when emake
|
||||
check fails (bug #316453 comment #15).
|
||||
|
||||
31 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Does not work with automake-1.10.3 (bug #322019).
|
||||
|
||||
*parted-2.3 (29 May 2010)
|
||||
|
||||
29 May 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.3.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.2.ebuild:
|
||||
Reverting x86 stabilisation (bug #316453).
|
||||
|
||||
18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> parted-2.2.ebuild:
|
||||
x86 stable wrt bug #316453
|
||||
|
||||
17 May 2010; Jeroen Roovers <jer@gentoo.org> -parted-2.1.ebuild,
|
||||
+parted-2.2.ebuild:
|
||||
Reinstate 2.2.
|
||||
|
||||
17 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.2.ebuild:
|
||||
Run test suite only if debugging is enabled.
|
||||
|
||||
11 May 2010; Jeroen Roovers <jer@gentoo.org> metadata.xml:
|
||||
Explain USE=+debug very specifically (bug #304231).
|
||||
|
||||
*parted-2.2 (26 Feb 2010)
|
||||
|
||||
26 Feb 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
09 Feb 2010; Jeroen Roovers <jer@gentoo.org> -parted-1.8.8.ebuild,
|
||||
-files/parted-1.8.8-t3100-test-success.patch:
|
||||
Remove old.
|
||||
|
||||
09 Feb 2010; Pacho Ramos <pacho@gentoo.org> parted-1.9.0.ebuild:
|
||||
amd64 stable, bug 300058
|
||||
|
||||
18 Jan 2010; Raúl Porcel <armin76@gentoo.org> parted-1.9.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #300058
|
||||
|
||||
10 Jan 2010; Brent Baude <ranger@gentoo.org> parted-1.9.0.ebuild:
|
||||
stable ppc64, bug 300058
|
||||
|
||||
10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> parted-1.9.0.ebuild:
|
||||
stable x86, bug 300058
|
||||
|
||||
10 Jan 2010; Jeroen Roovers <jer@gentoo.org> parted-1.9.0.ebuild:
|
||||
Stable for HPPA PPC (bug #300058).
|
||||
|
||||
*parted-2.1 (07 Jan 2010)
|
||||
|
||||
07 Jan 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.1.ebuild:
|
||||
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #288582).
|
||||
|
||||
27 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> parted-1.9.0.ebuild:
|
||||
Move econf to src_configure() where it belongs w/ EAPI=2 to prevent it
|
||||
from
|
||||
being run twice. Fixes bug #279240. Use emake instead of make.
|
||||
|
||||
26 Jul 2009; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/005_all_parted-1.6.3-pyparted.patch:
|
||||
Remove unused patch.
|
||||
|
||||
*parted-1.9.0 (26 Jul 2009)
|
||||
|
||||
26 Jul 2009; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/parted-1.7.0-pyparted.patch, -parted-1.7.1-r1.ebuild,
|
||||
-files/parted-1.7.1-fix-seg.patch, -parted-1.8.6.ebuild,
|
||||
-parted-1.8.7.ebuild, +parted-1.9.0.ebuild:
|
||||
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #279079).
|
||||
Remove old.
|
||||
|
||||
10 Apr 2009; Caleb Tennis <caleb@gentoo.org> parted-1.8.6.ebuild,
|
||||
parted-1.8.7.ebuild, parted-1.8.8.ebuild:
|
||||
change device-mapper dep to split since it's now integrated in latest
|
||||
lvm2. Bug #265599
|
||||
|
||||
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
|
||||
add GLEP 56 USE flag desc from use.local.desc
|
||||
|
||||
05 Nov 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.8.ebuild:
|
||||
sparc stable wrt #171787
|
||||
|
||||
14 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.8.8.ebuild:
|
||||
Change readline dependency to be version 5.2 or better. Thanks to Jacob
|
||||
Welsh <welshjf@gmail.com> for pointing it out. Closing bug #195791.
|
||||
|
||||
06 Oct 2007; Tom Gall <tgall@gentoo.org> parted-1.8.8.ebuild:
|
||||
stable on ppc64 bug #171787
|
||||
|
||||
26 Sep 2007; Christoph Mende <angelos@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable on amd64 wrt bug #171787
|
||||
|
||||
25 Sep 2007; Jeroen Roovers <jer@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable for HPPA (bug #171787).
|
||||
|
||||
24 Sep 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.8.ebuild:
|
||||
alpha/ia64 stable wrt #171787
|
||||
|
||||
22 Sep 2007; Jurek Bartuszek <jurek@gentoo.org> parted-1.8.8.ebuild:
|
||||
x86 stable (bug #171787)
|
||||
|
||||
20 Sep 2007; Lars Weiler <pylon@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable on ppc; bug #171787.
|
||||
|
||||
08 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> parted-1.8.8.ebuild:
|
||||
inherit eutils for epatch
|
||||
|
||||
04 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
+files/parted-1.8.8-t3100-test-success.patch, parted-1.8.8.ebuild:
|
||||
Added a patch from Ryan Hill <dirtyepic@gentoo.org> to fix the tests
|
||||
failing. Closing bug #191116.
|
||||
|
||||
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.8.8.ebuild:
|
||||
Changing LICENSE.
|
||||
|
||||
*parted-1.8.8 (21 Aug 2007)
|
||||
|
||||
21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.8.ebuild:
|
||||
Version bump. Closing bug #189095.
|
||||
|
||||
20 Aug 2007; Markus Ullmann <jokey@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on x86 wrt bug #182358
|
||||
|
||||
*parted-1.8.7 (31 Jul 2007)
|
||||
|
||||
31 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.8.2.ebuild,
|
||||
+parted-1.8.7.ebuild:
|
||||
Version bump and cleaning up older versions. Closing bug #184233.
|
||||
|
||||
26 Jun 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.6.ebuild:
|
||||
alpha/ia64 stable wrt #182358
|
||||
|
||||
26 Jun 2007; Lars Weiler <pylon@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on ppc; bug #182358.
|
||||
|
||||
21 Jun 2007; Jeroen Roovers <jer@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable for HPPA (bug #182358).
|
||||
|
||||
20 Jun 2007; Markus Rothe <corsair@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on ppc64; bug #182358
|
||||
|
||||
19 Jun 2007; Christoph Mende <angelos@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on amd64 wrt bug 182358
|
||||
|
||||
*parted-1.8.6 (13 Apr 2007)
|
||||
|
||||
13 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.6.ebuild:
|
||||
Version bump and closing bug #171972.
|
||||
|
||||
28 Mar 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.2.ebuild:
|
||||
Move 1.8.2 back to ~x86, since it fails with uclibc, bug 171787
|
||||
|
||||
22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.8.2.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
17 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> metadata.xml:
|
||||
Removed allanonjl from metadata.xml
|
||||
|
||||
*parted-1.8.2 (31 Jan 2007)
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.2.ebuild:
|
||||
Version bump. Ebuild by Daniel Black <dragonheart@gentoo.org>. Closing bug
|
||||
#156561.
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Removed USE=static, since it was no longer used. Closing bug #146222.
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.23.ebuild,
|
||||
-parted-1.6.25.ebuild:
|
||||
Cleaning up older ebuilds that are no longer necessary.
|
||||
|
||||
14 Oct 2006; Tim Yamin <plasmaroo@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on IA64; bug #145892.
|
||||
|
||||
01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
hppa stable, bug #145892
|
||||
|
||||
05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Stable on sparc wrt #145892
|
||||
|
||||
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Added ~mips to KEYWORDS.
|
||||
|
||||
02 Sep 2006; <nixnut@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on ppc wrt bug #145892
|
||||
|
||||
01 Sep 2006; Markus Rothe <corsair@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on ppc64; bug #145892
|
||||
|
||||
01 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Stable on alpha/amd64/x86 wrt bug #145892.
|
||||
|
||||
30 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on hppa
|
||||
|
||||
*parted-1.7.1-r1 (09 Jun 2006)
|
||||
|
||||
09 Jun 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/parted-1.7.1-fix-seg.patch, -parted-1.7.1.ebuild,
|
||||
+parted-1.7.1-r1.ebuild:
|
||||
add patch to fix segfault
|
||||
|
||||
*parted-1.7.1 (30 May 2006)
|
||||
|
||||
30 May 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
-parted-1.7.0.ebuild, +parted-1.7.1.ebuild:
|
||||
new version, has fix for as-needed included, fixes #131841
|
||||
|
||||
24 May 2006; Michael Hanselmann <hansmi@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
24 May 2006; Paul Varner <fuzzyray@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on x86; bug #124650
|
||||
|
||||
*parted-1.7.0 (20 May 2006)
|
||||
|
||||
20 May 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/parted-1.7.0-pyparted.patch, +parted-1.7.0.ebuild:
|
||||
new version
|
||||
|
||||
20 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.20.ebuild,
|
||||
-parted-1.6.22.ebuild, parted-1.6.23.ebuild, parted-1.6.25.ebuild:
|
||||
Keep from installing the INSTALL file and cleaning up older versions.
|
||||
|
||||
05 Mar 2006; Markus Ullmann <jokey@gentoo.org> parted-1.6.25.ebuild:
|
||||
Adding ~arm keyword wrt bug #125106
|
||||
|
||||
02 Mar 2006; Simon Stelling <blubb@gentoo.org> parted-1.6.25.ebuild:
|
||||
stable on amd64
|
||||
|
||||
20 Feb 2006; Markus Rothe <corsair@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
15 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
13 Feb 2006; Aron Griffis <agriffis@gentoo.org> parted-1.6.25.ebuild:
|
||||
Mark 1.6.25 stable on ia64
|
||||
|
||||
22 Nov 2005; Luis Medinas <metalgod@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on amd64.
|
||||
|
||||
21 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on hppa.
|
||||
|
||||
*parted-1.6.25 (06 Nov 2005)
|
||||
|
||||
06 Nov 2005; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+parted-1.6.25.ebuild:
|
||||
version bump, fixes #111465
|
||||
|
||||
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.23.ebuild:
|
||||
Mark 1.6.23 stable on alpha
|
||||
|
||||
12 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.6.ebuild,
|
||||
-parted-1.6.10-r2.ebuild, -parted-1.6.15.ebuild, -parted-1.6.18.ebuild,
|
||||
parted-1.6.23.ebuild:
|
||||
Marking 1.6.23 stable on x86 and cleaning up older ebuilds.
|
||||
|
||||
08 Sep 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.23.ebuild:
|
||||
Mark 1.6.23 stable on ia64
|
||||
|
||||
05 Sep 2005; Markus Rothe <corsair@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
*parted-1.6.23 (12 Jul 2005)
|
||||
|
||||
12 Jul 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.22.ebuild,
|
||||
+parted-1.6.23.ebuild:
|
||||
1.6.22 stable on alpha; bump to 1.6.23
|
||||
|
||||
14 May 2005; Guy Martin <gmsoft@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on hppa.
|
||||
|
||||
13 May 2005; Joseph Jezak <josejx@gentoo.org> parted-1.6.20.ebuild:
|
||||
Marked ppc stable.
|
||||
|
||||
09 May 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.22.ebuild:
|
||||
stable on ia64
|
||||
|
||||
25 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on alpha.
|
||||
|
||||
09 Apr 2005; Markus Rothe <corsair@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
05 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.22.ebuild:
|
||||
Stable on sparc - this one seems to be good
|
||||
|
||||
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.20.ebuild:
|
||||
stable on ia64
|
||||
|
||||
20 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> parted-1.6.20.ebuild,
|
||||
parted-1.6.22.ebuild:
|
||||
changed gettext to >=0.12.1-r2 in 1.6.20 and 1.6.22. Fixes bug 85999
|
||||
|
||||
*parted-1.6.22 (19 Mar 2005)
|
||||
|
||||
19 Mar 2005; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/005_all_parted-1.6.3-pyparted.patch, +parted-1.6.22.ebuild:
|
||||
Updated ebuild from <agaffney@gentoo.org>. removed HFS patch ( in upstream ),
|
||||
removed aclocal/libtoolize/automake/autoconf ( no longer needed ), removed
|
||||
myconf from econf line
|
||||
|
||||
21 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.6.20.ebuild:
|
||||
Marking stable on x86 and amd64.
|
||||
|
||||
12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.20.ebuild:
|
||||
Keyworded ~sparc, please test extensively before going stable
|
||||
|
||||
*parted-1.6.20 (24 Dec 2004)
|
||||
|
||||
24 Dec 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.20.ebuild:
|
||||
New version, patchset updates by Andrew Gaffney <agaffney@gentoo.org>
|
||||
|
||||
22 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.15.ebuild,
|
||||
parted-1.6.18.ebuild:
|
||||
Keyworded ~sparc - this does NOT mean it can do proper sun disklabels.
|
||||
Feedback is welcome.
|
||||
|
||||
16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
|
||||
Changing ownership to livecd herd.
|
||||
|
||||
*parted-1.6.18 (21 Dec 2004)
|
||||
|
||||
21 Dec 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.18.ebuild:
|
||||
New version, amiga partitions supported by upstream
|
||||
|
||||
13 Dec 2004; Mike Frysinger <vapier@gentoo.org> parted-1.6.15.ebuild:
|
||||
Clean up and push into stable.
|
||||
|
||||
30 Nov 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.15.ebuild:
|
||||
Fix libtool, research and fix from Joe Jezak <josejx@gentoo.org>, solves bug
|
||||
#67310
|
||||
|
||||
11 Oct 2004; Tom Gall <tgall@gentoo.org> parted-1.6.15.ebuild:
|
||||
stable on ppc64
|
||||
|
||||
06 Oct 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.15.ebuild:
|
||||
Set a different fallback SRC_URI
|
||||
|
||||
*parted-1.6.15 (25 Sep 2004)
|
||||
|
||||
25 Sep 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.15.ebuild:
|
||||
New version, updated patchset.
|
||||
|
||||
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
|
||||
parted-1.6.6.ebuild:
|
||||
Masked parted-1.6.6.ebuild stable for ppc
|
||||
|
||||
18 Aug 2004; <agriffis@gentoo.org> -parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10-r2.ebuild, -parted-1.6.10.ebuild, -parted-1.6.5-r1.ebuild,
|
||||
-parted-1.6.6-r1.ebuild, -parted-1.6.8-r1.ebuild, -parted-1.6.8.ebuild,
|
||||
-parted-1.6.9.ebuild:
|
||||
Add missing keywords ~x86 ~amd64 ~ia64 ~alpha to parted-1.6.10-r2.ebuild. Trim
|
||||
old versions.
|
||||
|
||||
26 Jun 2004; Tom Gall <tgall@gentoo.org> parted-1.6.10-r2.ebuild:
|
||||
stable on ppc64
|
||||
|
||||
15 Jun 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.6.ebuild, parted-1.6.9.ebuild:
|
||||
it seems that >=sys-apps/parted-1.6.9 are masked in package.mask, so i'm
|
||||
marking 1.6.10-r1 ~amd64 and 1.6.6 stable on amd64
|
||||
|
||||
10 Jun 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
stable on amd64 for gcc 3.4 fixes
|
||||
|
||||
10 Jun 2004; <dostrow@gentoo.org> parted-1.6.10-r2.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
05 Jun 2004; Mike Frysinger <vapier@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10-r2.ebuild, parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild, parted-1.6.8-r1.ebuild,
|
||||
parted-1.6.8.ebuild, parted-1.6.9.ebuild:
|
||||
Remove dependency on progsreiserfs since it is so broken #51773.
|
||||
|
||||
*parted-1.6.10-r2 (02 Jun 2004)
|
||||
|
||||
02 Jun 2004; David Holm <dholm@gentoo.org> +parted-1.6.10-r2.ebuild:
|
||||
Added the missing Amiga partition support, and keyworded ~ppc.
|
||||
|
||||
01 Jun 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
Missing amiga partition support, marking again -ppc
|
||||
|
||||
01 Jun 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
Marked ~ppc
|
||||
|
||||
29 May 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10.ebuild, parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild,
|
||||
parted-1.6.8-r1.ebuild, parted-1.6.8.ebuild, parted-1.6.9.ebuild:
|
||||
added --disable-Werror so that silly little warnings dont make parted fail to
|
||||
compile using gcc 3.4 and added ~amd64 keyword to parted 1.6.10-r1
|
||||
|
||||
03 May 2004; Tom Gall <tgall@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
stable on ppc64, slight change to get rid of -Werror on ppc64 (useless *&*(T^)
|
||||
|
||||
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild, parted-1.6.6-r1.ebuild,
|
||||
parted-1.6.6.ebuild, parted-1.6.8-r1.ebuild, parted-1.6.8.ebuild,
|
||||
parted-1.6.9.ebuild:
|
||||
Add inherit eutils
|
||||
|
||||
*parted-1.6.10-r1 (25 Apr 2004)
|
||||
|
||||
25 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.10-r1.ebuild:
|
||||
there is a new hfs patch out (revision 10)
|
||||
|
||||
*parted-1.6.10 (23 Apr 2004)
|
||||
|
||||
23 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.10.ebuild:
|
||||
added parted-1.6.10
|
||||
fixed hfs patch so it will apply to parted-1.6.10
|
||||
|
||||
*parted-1.6.9 (23 Apr 2004)
|
||||
|
||||
23 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.9.ebuild:
|
||||
Added parted-1.6.9 (which now has the pyparted patch!)
|
||||
|
||||
12 Apr 2004; David Holm <dholm@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
Bumped to stable on ppc.
|
||||
|
||||
*parted-1.6.8-r1 (09 Apr 2004)
|
||||
|
||||
09 Apr 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
Added Amiga support
|
||||
|
||||
06 Apr 2004; Seemant Kulleen <seemant@gentoo.org> parted-1.6.8.ebuild:
|
||||
added ~x86 to KEYWORDS
|
||||
|
||||
*parted-1.6.8 (05 Apr 2004)
|
||||
|
||||
05 Apr 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.8.ebuild:
|
||||
New version
|
||||
|
||||
19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> parted-1.6.5-r1.ebuild:
|
||||
fix depend (bug # 45110)
|
||||
|
||||
14 Mar 2004; Tom Gall <tgall@gentoo.org> parted-1.6.6.ebuild:
|
||||
stable on ppc64 + fix for gnuconfig_update
|
||||
|
||||
11 Mar 2004; Lars Weiler <pylon@gentoo.org> parted-1.6.6-r1.ebuild:
|
||||
stable on ppc. Removed mips from keywords due to a missing dependency on
|
||||
sys-fs/progsreiserfs-0.3.0*
|
||||
|
||||
07 Mar 2004; Seemant Kulleen <seemant@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild,
|
||||
files/parted-1.6.5-gcc-3.3.patch, files/parted-1.6.5-hfs-8.patch,
|
||||
files/parted-1.6.6-2-6headers.patch, files/parted-1.6.6-assert.patch,
|
||||
files/parted-1.6.6-gcc-3.3.patch, files/parted-1.6.6-hfs-8.patch,
|
||||
files/parted-1.6.6-hfs-9.patch:
|
||||
move patches to tarballs on gentoo mirrors. Also switch to the use_enable and
|
||||
use_with syntax in econf
|
||||
|
||||
06 Mar 2004; Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
|
||||
parted-1.6.6-r1.ebuild:
|
||||
mark as ~mips
|
||||
|
||||
*parted-1.6.6-r1 (20 Feb 2004)
|
||||
|
||||
20 Feb 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.6-r1.ebuild,
|
||||
files/parted-1.6.6-assert.patch, files/parted-1.6.6-hfs-9.patch:
|
||||
hfsplus patch updated
|
||||
|
||||
02 Feb 2004; <plasmaroo@gentoo.org> parted-1.6.6.ebuild,
|
||||
files/parted-1.6.6-2-6headers.patch:
|
||||
Added a patch to solve compilation issues on 2.6 headers, closes bug
|
||||
#39276.
|
||||
|
||||
30 Jan 2004; <gustavoz@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on sparc.
|
||||
|
||||
09 Jan 2004; Aron Griffis <agriffis@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on alpha.
|
||||
|
||||
19 Dec 2003; Guy Martin <gmsoft@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on hppa.
|
||||
|
||||
18 Nov 2003; Caleb Tennis <caleb@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marking x86 stable.
|
||||
|
||||
02 Sep 2003; Martin Holzer <mholzer@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6.ebuild:
|
||||
Now uses mirror://gnu.
|
||||
|
||||
11 Aug 2003; Will Woods <wwoods@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6.ebuild:
|
||||
Marked 1.6.5 stable for alpha (Mandrake uses it and it works fine) and marked
|
||||
1.6.6 ~alpha. Also fixed a mistake in the ebuild:
|
||||
"use debug && myconf="${myconf} --disable-debug"
|
||||
should have been "use debug || ...". This fix doesn't really change the
|
||||
functionality of the program so I am not bumping the rev number.
|
||||
|
||||
07 Aug 2003; Aron Griffis <agriffis@gentoo.org> parted-1.6.5-r1.ebuild:
|
||||
Add ~alpha to KEYWORDS
|
||||
|
||||
*parted-1.6.6 (27 Jul 2003)
|
||||
|
||||
27 Jul 2003; Brandon Low <lostlogic@gentoo.org> parted-1.6.6.ebuild,
|
||||
files/parted-1.6.6-gcc-3.3.patch, files/parted-1.6.6-hfs-8.patch:
|
||||
Bump, fixed patches
|
||||
|
||||
27 Jun 2003; lu_zero <lu_zero@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
files/parted-1.6.5-gcc-3.3.patch:
|
||||
GCC-3.3 related fixes
|
||||
|
||||
*parted-1.6.5-r1 (29 May 2003)
|
||||
|
||||
29 May 2003; root <root@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
files/parted-1.6.5-hfs-8.patch:
|
||||
HFS resizing support. Emerged fine on my box.
|
||||
|
||||
*parted-1.6.3 (25 Mar 2003)
|
||||
|
||||
25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> parted-1.6.3.ebuild,
|
||||
parted-1.6.3.ebuild, parted-1.6.5.ebuild:
|
||||
Moved to stable.
|
||||
|
||||
*parted-1.6.5 (24 Feb 2003)
|
||||
|
||||
25 Mar 2003; Guy Martin <gmsoft@gentoo.org> parted-1.6.5.ebuild :
|
||||
Added ~hppa to KEYWORDS.
|
||||
|
||||
24 Feb 2003; Brandon Low <lostlogic@gentoo.org> parted-1.6.5.ebuild files/digest-parted-1.6.5 :
|
||||
Bump, ebuild fixage, keywords to ~
|
||||
|
||||
*parted-1.6.4 (08 Dec 2002)
|
||||
|
||||
08 Dec 2002; Brandon Low <lostlogic@gentoo.org> parted-1.6.4.ebuild :
|
||||
Bump... Unstable for the time being.
|
||||
|
||||
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
||||
|
||||
*parted-1.6.1 (8 Jun 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.6.1.ebuild :
|
||||
Added KEYWORDS.
|
||||
|
||||
8 Jun 2002; Donny Davies <woodchip@gentoo.org> :
|
||||
New 1.6 release + small install patch. This one can use dev-libs/progsreiserfs
|
||||
optionally at runtime; not installed per default at the moment. Testing/feedback
|
||||
on this welcome.
|
||||
|
||||
*parted-1.4.24-r3 (16 Apr 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r3.ebuild :
|
||||
Added LICENSE, KEYWORDS, SLOT.
|
||||
|
||||
16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r3.ebuild :
|
||||
Closes bug #1690 and related bugs. Thanks to everyone for the patches and
|
||||
fixes.
|
||||
|
||||
*parted-1.4.24-r2 (29 Mar 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r2.ebuild :
|
||||
Added LICENSE, KEYWORDS, SLOT.
|
||||
|
||||
29 Mar 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r2.ebuild :
|
||||
Matthew Kennedy submitted some fixes for USE flag based compilation -- to
|
||||
explicitly enable if in USE and explicitly disable if not.
|
||||
|
||||
*parted-1.4.24-r1 (27 Mar 2002)
|
||||
|
||||
27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r1.ebuild :
|
||||
man page/LFH fixes submitted by Matthew Kennedy.
|
||||
|
||||
*parted-1.4.24 (1 Feb 2002)
|
||||
|
||||
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
|
||||
Added initial ChangeLog which should be updated whenever the package is
|
||||
updated in any way. This changelog is targetted to users. This means that the
|
||||
comments should well explained and written in clean English. The details about
|
||||
writing correct changelogs are explained in the skel.ChangeLog file which you
|
||||
can find in the root directory of the portage repository.
|
||||
|
837
sdk_container/src/third_party/portage-stable/sys-block/parted/ChangeLog-2015
vendored
Normal file
837
sdk_container/src/third_party/portage-stable/sys-block/parted/ChangeLog-2015
vendored
Normal file
@ -0,0 +1,837 @@
|
||||
# ChangeLog for sys-block/parted
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.60 2015/03/03 09:57:56 dlan Exp $
|
||||
|
||||
03 Mar 2015; Yixun Lan <dlan@gentoo.org> parted-3.2.ebuild:
|
||||
add arm64 support, tested on A53 board
|
||||
|
||||
03 Jan 2015; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild,
|
||||
+files/parted-3.2-po4a-mandir.patch:
|
||||
Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug
|
||||
#534116).
|
||||
|
||||
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ppc64, wrt bug #527846
|
||||
|
||||
02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for alpha, wrt bug #527846
|
||||
|
||||
23 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> parted-3.2.ebuild:
|
||||
x86 stable wrt bug #527846
|
||||
|
||||
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ia64, wrt bug #527846
|
||||
|
||||
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for ppc, wrt bug #527846
|
||||
|
||||
08 Nov 2014; Markus Meier <maekke@gentoo.org> parted-3.2.ebuild:
|
||||
arm stable, bug #527846
|
||||
|
||||
06 Nov 2014; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for HPPA (bug #527846).
|
||||
|
||||
04 Nov 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.2.ebuild:
|
||||
Set RESTRICT=test (bug #276687).
|
||||
|
||||
04 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for sparc, wrt bug #527846
|
||||
|
||||
03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild:
|
||||
Stable for amd64, wrt bug #527846
|
||||
|
||||
29 Jul 2014; Jeroen Roovers <jer@gentoo.org> parted-3.2.ebuild:
|
||||
Clean up ebuild.
|
||||
|
||||
*parted-3.2 (29 Jul 2014)
|
||||
|
||||
29 Jul 2014; Jeroen Roovers <jer@gentoo.org> +parted-3.2.ebuild,
|
||||
+files/parted-3.2-devmapper.patch:
|
||||
Version bump.
|
||||
|
||||
04 Mar 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild, +files/parted-2.4-readline.patch,
|
||||
+files/parted-3.1-readline.patch:
|
||||
Fix building against sys-libs/readline-6.3 (bug #503314 by eroen).
|
||||
|
||||
30 Jan 2014; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Move sys-devel/gettext dependency to DEPEND by Nikoli (bug #499764).
|
||||
|
||||
29 Sep 2013; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/parted-2.3-git-version-gen.patch, -parted-2.3-r1.ebuild,
|
||||
-parted-2.3-r2.ebuild, -parted-2.3.ebuild, -parted-3.1.ebuild:
|
||||
Old.
|
||||
|
||||
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for s390, wrt bug #476898
|
||||
|
||||
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ia64, wrt bug #476898
|
||||
|
||||
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for sparc, wrt bug #476898
|
||||
|
||||
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for alpha, wrt bug #476898
|
||||
|
||||
23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for arm, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ppc64, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for ppc, wrt bug #476898
|
||||
|
||||
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Stable for ppc, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild:
|
||||
Stable for amd64, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for x86, wrt bug #476898
|
||||
|
||||
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Stable for amd64, wrt bug #476898
|
||||
|
||||
16 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild,
|
||||
parted-3.1-r1.ebuild:
|
||||
Stable for HPPA (bug #476898).
|
||||
|
||||
15 Jul 2013; Jeroen Roovers <jer@gentoo.org> +files/parted-2.4-no-gets.patch,
|
||||
parted-2.4.ebuild:
|
||||
Fix building against >=sys-libs/glibc-2.16.
|
||||
|
||||
15 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild:
|
||||
Set --disable-silent-rules.
|
||||
|
||||
14 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
-parted-3.0.ebuild, parted-3.1.ebuild, parted-3.1-r1.ebuild:
|
||||
Do not require a specific automake version (bug #476786 by Matt Turner).
|
||||
Disable silent rules in 3.1-r1.
|
||||
|
||||
09 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
parted-3.0.ebuild, parted-3.1.ebuild, parted-3.1-r1.ebuild,
|
||||
metadata.xml:
|
||||
Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt
|
||||
#461382
|
||||
|
||||
16 Dec 2012; Raúl Porcel <armin76@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Re-add ~alpha/~ia64/~s390/~sh/~sparc wrt #443048
|
||||
|
||||
23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> parted-3.1-r1.ebuild:
|
||||
keyword ~arm ~ppc ~pp64, bug #443048
|
||||
|
||||
14 Nov 2012; Jeroen Roovers <jer@gentoo.org> parted-3.1-r1.ebuild:
|
||||
Marked ~hppa (bug #443048).
|
||||
|
||||
*parted-3.1-r1 (14 Nov 2012)
|
||||
|
||||
14 Nov 2012; Jeroen Roovers <jer@gentoo.org> +parted-3.1-r1.ebuild,
|
||||
+files/parted-3.1-zfs.patch:
|
||||
Add ZFS detection by Richard Yao (bug #419157).
|
||||
|
||||
17 Jun 2012; Raúl Porcel <armin76@gentoo.org> parted-3.1.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #414431
|
||||
|
||||
21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> parted-3.1.ebuild:
|
||||
x86 stable wrt bug #414431
|
||||
|
||||
20 May 2012; Samuli Suominen <ssuominen@gentoo.org> parted-3.1.ebuild:
|
||||
ppc/ppc64 stable wrt #414431
|
||||
|
||||
16 May 2012; Jeroen Roovers <jer@gentoo.org> parted-3.1.ebuild:
|
||||
Stable for HPPA (bug #414431).
|
||||
|
||||
12 May 2012; Markus Meier <maekke@gentoo.org> parted-3.1.ebuild:
|
||||
arm stable, bug #414431
|
||||
|
||||
05 May 2012; Markos Chandras <hwoarang@gentoo.org> parted-3.1.ebuild:
|
||||
Stable on amd64 wrt bug #414431
|
||||
|
||||
03 May 2012; Jeff Horelick <jdhore@gentoo.org> parted-2.3.ebuild,
|
||||
parted-2.3-r1.ebuild, parted-2.3-r2.ebuild, parted-2.4.ebuild,
|
||||
parted-3.0.ebuild, parted-3.1.ebuild:
|
||||
dev-util/pkgconfig -> virtual/pkgconfig
|
||||
|
||||
*parted-3.1 (04 Mar 2012)
|
||||
|
||||
04 Mar 2012; Jeroen Roovers <jer@gentoo.org> +parted-3.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> parted-3.0.ebuild:
|
||||
ppc/ppc64 stable wrt #385221
|
||||
|
||||
10 Jan 2012; Mike Frysinger <vapier@gentoo.org> parted-3.0.ebuild:
|
||||
Handle implicit dev-libs/check dep via USE=test.
|
||||
|
||||
26 Nov 2011; Raúl Porcel <armin76@gentoo.org> parted-3.0.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #385221
|
||||
|
||||
15 Oct 2011; Markus Meier <maekke@gentoo.org> parted-3.0.ebuild:
|
||||
x86 stable, bug #385221
|
||||
|
||||
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> parted-3.0.ebuild:
|
||||
Stable for HPPA (bug #385221).
|
||||
|
||||
10 Oct 2011; Markus Meier <maekke@gentoo.org> parted-3.0.ebuild:
|
||||
arm stable, bug #385221
|
||||
|
||||
04 Oct 2011; Tony Vroon <chainsaw@gentoo.org> parted-3.0.ebuild:
|
||||
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo,
|
||||
Elijah "Armageddon" El Lazkani & Tomáš "Mepho" Pružina in bug #385221.
|
||||
|
||||
*parted-3.0 (31 May 2011)
|
||||
|
||||
31 May 2011; Jeroen Roovers <jer@gentoo.org> +parted-3.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
*parted-2.4 (19 May 2011)
|
||||
|
||||
19 May 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.4.ebuild:
|
||||
Version bump.
|
||||
|
||||
*parted-2.3-r2 (07 Apr 2011)
|
||||
|
||||
07 Apr 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.3-r2.ebuild:
|
||||
Add USE=static-libs thanks to Mr. Bones (bug #362227).
|
||||
|
||||
21 Feb 2011; Mike Frysinger <vapier@gentoo.org> parted-2.3-r1.ebuild,
|
||||
+files/parted-2.3-git-version-gen.patch:
|
||||
Fix from upstream gnulib for sandbox violations with git repos in higher
|
||||
dirs.
|
||||
|
||||
*parted-2.3-r1 (29 Jan 2011)
|
||||
|
||||
29 Jan 2011; Jeroen Roovers <jer@gentoo.org> +parted-2.3-r1.ebuild:
|
||||
Move to xz.
|
||||
|
||||
29 Oct 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Add dev-util/pkgconfig to DEPEND by Mike Hiretsky (bug #343239). Set
|
||||
explicit RDEPEND too.
|
||||
|
||||
11 Aug 2010; Joseph Jezak <josejx@gentoo.org> parted-2.3.ebuild:
|
||||
Marked ppc/ppc64 stable for bug #316453.
|
||||
|
||||
01 Aug 2010; Raúl Porcel <armin76@gentoo.org> parted-2.3.ebuild:
|
||||
ia64/s390/sh/sparc stable wrt #316453
|
||||
|
||||
21 Jul 2010; Markus Meier <maekke@gentoo.org> parted-2.3.ebuild:
|
||||
arm stable, bug #316453
|
||||
|
||||
12 Jul 2010; Tobias Klausmann <klausman@gentoo.org> parted-2.3.ebuild:
|
||||
Stable on alpha, bug #316453
|
||||
|
||||
09 Jul 2010; Christian Faulhammer <fauli@gentoo.org> parted-2.3.ebuild:
|
||||
stable x86, bug 316453
|
||||
|
||||
06 Jul 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Stable for HPPA (bug #316453).
|
||||
|
||||
04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> parted-2.3.ebuild:
|
||||
Stable on amd64 wrt bug #316453
|
||||
|
||||
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Remove more tests that do FAIL instead of SKIP. Do not die when emake
|
||||
check fails (bug #316453 comment #15).
|
||||
|
||||
31 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.3.ebuild:
|
||||
Does not work with automake-1.10.3 (bug #322019).
|
||||
|
||||
*parted-2.3 (29 May 2010)
|
||||
|
||||
29 May 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.3.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.2.ebuild:
|
||||
Reverting x86 stabilisation (bug #316453).
|
||||
|
||||
18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> parted-2.2.ebuild:
|
||||
x86 stable wrt bug #316453
|
||||
|
||||
17 May 2010; Jeroen Roovers <jer@gentoo.org> -parted-2.1.ebuild,
|
||||
+parted-2.2.ebuild:
|
||||
Reinstate 2.2.
|
||||
|
||||
17 May 2010; Jeroen Roovers <jer@gentoo.org> parted-2.2.ebuild:
|
||||
Run test suite only if debugging is enabled.
|
||||
|
||||
11 May 2010; Jeroen Roovers <jer@gentoo.org> metadata.xml:
|
||||
Explain USE=+debug very specifically (bug #304231).
|
||||
|
||||
*parted-2.2 (26 Feb 2010)
|
||||
|
||||
26 Feb 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
09 Feb 2010; Jeroen Roovers <jer@gentoo.org> -parted-1.8.8.ebuild,
|
||||
-files/parted-1.8.8-t3100-test-success.patch:
|
||||
Remove old.
|
||||
|
||||
09 Feb 2010; Pacho Ramos <pacho@gentoo.org> parted-1.9.0.ebuild:
|
||||
amd64 stable, bug 300058
|
||||
|
||||
18 Jan 2010; Raúl Porcel <armin76@gentoo.org> parted-1.9.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #300058
|
||||
|
||||
10 Jan 2010; Brent Baude <ranger@gentoo.org> parted-1.9.0.ebuild:
|
||||
stable ppc64, bug 300058
|
||||
|
||||
10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> parted-1.9.0.ebuild:
|
||||
stable x86, bug 300058
|
||||
|
||||
10 Jan 2010; Jeroen Roovers <jer@gentoo.org> parted-1.9.0.ebuild:
|
||||
Stable for HPPA PPC (bug #300058).
|
||||
|
||||
*parted-2.1 (07 Jan 2010)
|
||||
|
||||
07 Jan 2010; Jeroen Roovers <jer@gentoo.org> +parted-2.1.ebuild:
|
||||
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #288582).
|
||||
|
||||
27 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> parted-1.9.0.ebuild:
|
||||
Move econf to src_configure() where it belongs w/ EAPI=2 to prevent it
|
||||
from
|
||||
being run twice. Fixes bug #279240. Use emake instead of make.
|
||||
|
||||
26 Jul 2009; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/005_all_parted-1.6.3-pyparted.patch:
|
||||
Remove unused patch.
|
||||
|
||||
*parted-1.9.0 (26 Jul 2009)
|
||||
|
||||
26 Jul 2009; Jeroen Roovers <jer@gentoo.org>
|
||||
-files/parted-1.7.0-pyparted.patch, -parted-1.7.1-r1.ebuild,
|
||||
-files/parted-1.7.1-fix-seg.patch, -parted-1.8.6.ebuild,
|
||||
-parted-1.8.7.ebuild, +parted-1.9.0.ebuild:
|
||||
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #279079).
|
||||
Remove old.
|
||||
|
||||
10 Apr 2009; Caleb Tennis <caleb@gentoo.org> parted-1.8.6.ebuild,
|
||||
parted-1.8.7.ebuild, parted-1.8.8.ebuild:
|
||||
change device-mapper dep to split since it's now integrated in latest
|
||||
lvm2. Bug #265599
|
||||
|
||||
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
|
||||
add GLEP 56 USE flag desc from use.local.desc
|
||||
|
||||
05 Nov 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.8.ebuild:
|
||||
sparc stable wrt #171787
|
||||
|
||||
14 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.8.8.ebuild:
|
||||
Change readline dependency to be version 5.2 or better. Thanks to Jacob
|
||||
Welsh <welshjf@gmail.com> for pointing it out. Closing bug #195791.
|
||||
|
||||
06 Oct 2007; Tom Gall <tgall@gentoo.org> parted-1.8.8.ebuild:
|
||||
stable on ppc64 bug #171787
|
||||
|
||||
26 Sep 2007; Christoph Mende <angelos@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable on amd64 wrt bug #171787
|
||||
|
||||
25 Sep 2007; Jeroen Roovers <jer@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable for HPPA (bug #171787).
|
||||
|
||||
24 Sep 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.8.ebuild:
|
||||
alpha/ia64 stable wrt #171787
|
||||
|
||||
22 Sep 2007; Jurek Bartuszek <jurek@gentoo.org> parted-1.8.8.ebuild:
|
||||
x86 stable (bug #171787)
|
||||
|
||||
20 Sep 2007; Lars Weiler <pylon@gentoo.org> parted-1.8.8.ebuild:
|
||||
Stable on ppc; bug #171787.
|
||||
|
||||
08 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> parted-1.8.8.ebuild:
|
||||
inherit eutils for epatch
|
||||
|
||||
04 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
+files/parted-1.8.8-t3100-test-success.patch, parted-1.8.8.ebuild:
|
||||
Added a patch from Ryan Hill <dirtyepic@gentoo.org> to fix the tests
|
||||
failing. Closing bug #191116.
|
||||
|
||||
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.8.8.ebuild:
|
||||
Changing LICENSE.
|
||||
|
||||
*parted-1.8.8 (21 Aug 2007)
|
||||
|
||||
21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.8.ebuild:
|
||||
Version bump. Closing bug #189095.
|
||||
|
||||
20 Aug 2007; Markus Ullmann <jokey@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on x86 wrt bug #182358
|
||||
|
||||
*parted-1.8.7 (31 Jul 2007)
|
||||
|
||||
31 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.8.2.ebuild,
|
||||
+parted-1.8.7.ebuild:
|
||||
Version bump and cleaning up older versions. Closing bug #184233.
|
||||
|
||||
26 Jun 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.6.ebuild:
|
||||
alpha/ia64 stable wrt #182358
|
||||
|
||||
26 Jun 2007; Lars Weiler <pylon@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on ppc; bug #182358.
|
||||
|
||||
21 Jun 2007; Jeroen Roovers <jer@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable for HPPA (bug #182358).
|
||||
|
||||
20 Jun 2007; Markus Rothe <corsair@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on ppc64; bug #182358
|
||||
|
||||
19 Jun 2007; Christoph Mende <angelos@gentoo.org> parted-1.8.6.ebuild:
|
||||
Stable on amd64 wrt bug 182358
|
||||
|
||||
*parted-1.8.6 (13 Apr 2007)
|
||||
|
||||
13 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.6.ebuild:
|
||||
Version bump and closing bug #171972.
|
||||
|
||||
28 Mar 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.2.ebuild:
|
||||
Move 1.8.2 back to ~x86, since it fails with uclibc, bug 171787
|
||||
|
||||
22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.8.2.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
17 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> metadata.xml:
|
||||
Removed allanonjl from metadata.xml
|
||||
|
||||
*parted-1.8.2 (31 Jan 2007)
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> +parted-1.8.2.ebuild:
|
||||
Version bump. Ebuild by Daniel Black <dragonheart@gentoo.org>. Closing bug
|
||||
#156561.
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Removed USE=static, since it was no longer used. Closing bug #146222.
|
||||
|
||||
31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.23.ebuild,
|
||||
-parted-1.6.25.ebuild:
|
||||
Cleaning up older ebuilds that are no longer necessary.
|
||||
|
||||
14 Oct 2006; Tim Yamin <plasmaroo@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on IA64; bug #145892.
|
||||
|
||||
01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
hppa stable, bug #145892
|
||||
|
||||
05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Stable on sparc wrt #145892
|
||||
|
||||
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Added ~mips to KEYWORDS.
|
||||
|
||||
02 Sep 2006; <nixnut@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on ppc wrt bug #145892
|
||||
|
||||
01 Sep 2006; Markus Rothe <corsair@gentoo.org> parted-1.7.1-r1.ebuild:
|
||||
Stable on ppc64; bug #145892
|
||||
|
||||
01 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||
parted-1.7.1-r1.ebuild:
|
||||
Stable on alpha/amd64/x86 wrt bug #145892.
|
||||
|
||||
30 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on hppa
|
||||
|
||||
*parted-1.7.1-r1 (09 Jun 2006)
|
||||
|
||||
09 Jun 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/parted-1.7.1-fix-seg.patch, -parted-1.7.1.ebuild,
|
||||
+parted-1.7.1-r1.ebuild:
|
||||
add patch to fix segfault
|
||||
|
||||
*parted-1.7.1 (30 May 2006)
|
||||
|
||||
30 May 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
-parted-1.7.0.ebuild, +parted-1.7.1.ebuild:
|
||||
new version, has fix for as-needed included, fixes #131841
|
||||
|
||||
24 May 2006; Michael Hanselmann <hansmi@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
24 May 2006; Paul Varner <fuzzyray@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on x86; bug #124650
|
||||
|
||||
*parted-1.7.0 (20 May 2006)
|
||||
|
||||
20 May 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/parted-1.7.0-pyparted.patch, +parted-1.7.0.ebuild:
|
||||
new version
|
||||
|
||||
20 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.20.ebuild,
|
||||
-parted-1.6.22.ebuild, parted-1.6.23.ebuild, parted-1.6.25.ebuild:
|
||||
Keep from installing the INSTALL file and cleaning up older versions.
|
||||
|
||||
05 Mar 2006; Markus Ullmann <jokey@gentoo.org> parted-1.6.25.ebuild:
|
||||
Adding ~arm keyword wrt bug #125106
|
||||
|
||||
02 Mar 2006; Simon Stelling <blubb@gentoo.org> parted-1.6.25.ebuild:
|
||||
stable on amd64
|
||||
|
||||
20 Feb 2006; Markus Rothe <corsair@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
15 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.25.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
13 Feb 2006; Aron Griffis <agriffis@gentoo.org> parted-1.6.25.ebuild:
|
||||
Mark 1.6.25 stable on ia64
|
||||
|
||||
22 Nov 2005; Luis Medinas <metalgod@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on amd64.
|
||||
|
||||
21 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on hppa.
|
||||
|
||||
*parted-1.6.25 (06 Nov 2005)
|
||||
|
||||
06 Nov 2005; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+parted-1.6.25.ebuild:
|
||||
version bump, fixes #111465
|
||||
|
||||
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.23.ebuild:
|
||||
Mark 1.6.23 stable on alpha
|
||||
|
||||
12 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.6.ebuild,
|
||||
-parted-1.6.10-r2.ebuild, -parted-1.6.15.ebuild, -parted-1.6.18.ebuild,
|
||||
parted-1.6.23.ebuild:
|
||||
Marking 1.6.23 stable on x86 and cleaning up older ebuilds.
|
||||
|
||||
08 Sep 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.23.ebuild:
|
||||
Mark 1.6.23 stable on ia64
|
||||
|
||||
05 Sep 2005; Markus Rothe <corsair@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.23.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
*parted-1.6.23 (12 Jul 2005)
|
||||
|
||||
12 Jul 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.22.ebuild,
|
||||
+parted-1.6.23.ebuild:
|
||||
1.6.22 stable on alpha; bump to 1.6.23
|
||||
|
||||
14 May 2005; Guy Martin <gmsoft@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on hppa.
|
||||
|
||||
13 May 2005; Joseph Jezak <josejx@gentoo.org> parted-1.6.20.ebuild:
|
||||
Marked ppc stable.
|
||||
|
||||
09 May 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.22.ebuild:
|
||||
stable on ia64
|
||||
|
||||
25 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on alpha.
|
||||
|
||||
09 Apr 2005; Markus Rothe <corsair@gentoo.org> parted-1.6.20.ebuild:
|
||||
Stable on ppc64
|
||||
|
||||
05 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.22.ebuild:
|
||||
Stable on sparc - this one seems to be good
|
||||
|
||||
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.20.ebuild:
|
||||
stable on ia64
|
||||
|
||||
20 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> parted-1.6.20.ebuild,
|
||||
parted-1.6.22.ebuild:
|
||||
changed gettext to >=0.12.1-r2 in 1.6.20 and 1.6.22. Fixes bug 85999
|
||||
|
||||
*parted-1.6.22 (19 Mar 2005)
|
||||
|
||||
19 Mar 2005; John N. Laliberte <allanonjl@gentoo.org>
|
||||
+files/005_all_parted-1.6.3-pyparted.patch, +parted-1.6.22.ebuild:
|
||||
Updated ebuild from <agaffney@gentoo.org>. removed HFS patch ( in upstream ),
|
||||
removed aclocal/libtoolize/automake/autoconf ( no longer needed ), removed
|
||||
myconf from econf line
|
||||
|
||||
21 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.6.20.ebuild:
|
||||
Marking stable on x86 and amd64.
|
||||
|
||||
12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.20.ebuild:
|
||||
Keyworded ~sparc, please test extensively before going stable
|
||||
|
||||
*parted-1.6.20 (24 Dec 2004)
|
||||
|
||||
24 Dec 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.20.ebuild:
|
||||
New version, patchset updates by Andrew Gaffney <agaffney@gentoo.org>
|
||||
|
||||
22 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.15.ebuild,
|
||||
parted-1.6.18.ebuild:
|
||||
Keyworded ~sparc - this does NOT mean it can do proper sun disklabels.
|
||||
Feedback is welcome.
|
||||
|
||||
16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
|
||||
Changing ownership to livecd herd.
|
||||
|
||||
*parted-1.6.18 (21 Dec 2004)
|
||||
|
||||
21 Dec 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.18.ebuild:
|
||||
New version, amiga partitions supported by upstream
|
||||
|
||||
13 Dec 2004; Mike Frysinger <vapier@gentoo.org> parted-1.6.15.ebuild:
|
||||
Clean up and push into stable.
|
||||
|
||||
30 Nov 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.15.ebuild:
|
||||
Fix libtool, research and fix from Joe Jezak <josejx@gentoo.org>, solves bug
|
||||
#67310
|
||||
|
||||
11 Oct 2004; Tom Gall <tgall@gentoo.org> parted-1.6.15.ebuild:
|
||||
stable on ppc64
|
||||
|
||||
06 Oct 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.15.ebuild:
|
||||
Set a different fallback SRC_URI
|
||||
|
||||
*parted-1.6.15 (25 Sep 2004)
|
||||
|
||||
25 Sep 2004; Luca Barbato <lu_zero@gentoo.org> +parted-1.6.15.ebuild:
|
||||
New version, updated patchset.
|
||||
|
||||
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
|
||||
parted-1.6.6.ebuild:
|
||||
Masked parted-1.6.6.ebuild stable for ppc
|
||||
|
||||
18 Aug 2004; <agriffis@gentoo.org> -parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10-r2.ebuild, -parted-1.6.10.ebuild, -parted-1.6.5-r1.ebuild,
|
||||
-parted-1.6.6-r1.ebuild, -parted-1.6.8-r1.ebuild, -parted-1.6.8.ebuild,
|
||||
-parted-1.6.9.ebuild:
|
||||
Add missing keywords ~x86 ~amd64 ~ia64 ~alpha to parted-1.6.10-r2.ebuild. Trim
|
||||
old versions.
|
||||
|
||||
26 Jun 2004; Tom Gall <tgall@gentoo.org> parted-1.6.10-r2.ebuild:
|
||||
stable on ppc64
|
||||
|
||||
15 Jun 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.6.ebuild, parted-1.6.9.ebuild:
|
||||
it seems that >=sys-apps/parted-1.6.9 are masked in package.mask, so i'm
|
||||
marking 1.6.10-r1 ~amd64 and 1.6.6 stable on amd64
|
||||
|
||||
10 Jun 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
stable on amd64 for gcc 3.4 fixes
|
||||
|
||||
10 Jun 2004; <dostrow@gentoo.org> parted-1.6.10-r2.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
05 Jun 2004; Mike Frysinger <vapier@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10-r2.ebuild, parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild, parted-1.6.8-r1.ebuild,
|
||||
parted-1.6.8.ebuild, parted-1.6.9.ebuild:
|
||||
Remove dependency on progsreiserfs since it is so broken #51773.
|
||||
|
||||
*parted-1.6.10-r2 (02 Jun 2004)
|
||||
|
||||
02 Jun 2004; David Holm <dholm@gentoo.org> +parted-1.6.10-r2.ebuild:
|
||||
Added the missing Amiga partition support, and keyworded ~ppc.
|
||||
|
||||
01 Jun 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
Missing amiga partition support, marking again -ppc
|
||||
|
||||
01 Jun 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.10-r1.ebuild:
|
||||
Marked ~ppc
|
||||
|
||||
29 May 2004; Travis Tilley <lv@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10.ebuild, parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild,
|
||||
parted-1.6.8-r1.ebuild, parted-1.6.8.ebuild, parted-1.6.9.ebuild:
|
||||
added --disable-Werror so that silly little warnings dont make parted fail to
|
||||
compile using gcc 3.4 and added ~amd64 keyword to parted 1.6.10-r1
|
||||
|
||||
03 May 2004; Tom Gall <tgall@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
stable on ppc64, slight change to get rid of -Werror on ppc64 (useless *&*(T^)
|
||||
|
||||
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> parted-1.6.10-r1.ebuild,
|
||||
parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild, parted-1.6.6-r1.ebuild,
|
||||
parted-1.6.6.ebuild, parted-1.6.8-r1.ebuild, parted-1.6.8.ebuild,
|
||||
parted-1.6.9.ebuild:
|
||||
Add inherit eutils
|
||||
|
||||
*parted-1.6.10-r1 (25 Apr 2004)
|
||||
|
||||
25 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.10-r1.ebuild:
|
||||
there is a new hfs patch out (revision 10)
|
||||
|
||||
*parted-1.6.10 (23 Apr 2004)
|
||||
|
||||
23 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.10.ebuild:
|
||||
added parted-1.6.10
|
||||
fixed hfs patch so it will apply to parted-1.6.10
|
||||
|
||||
*parted-1.6.9 (23 Apr 2004)
|
||||
|
||||
23 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
||||
+parted-1.6.9.ebuild:
|
||||
Added parted-1.6.9 (which now has the pyparted patch!)
|
||||
|
||||
12 Apr 2004; David Holm <dholm@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
Bumped to stable on ppc.
|
||||
|
||||
*parted-1.6.8-r1 (09 Apr 2004)
|
||||
|
||||
09 Apr 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.8-r1.ebuild:
|
||||
Added Amiga support
|
||||
|
||||
06 Apr 2004; Seemant Kulleen <seemant@gentoo.org> parted-1.6.8.ebuild:
|
||||
added ~x86 to KEYWORDS
|
||||
|
||||
*parted-1.6.8 (05 Apr 2004)
|
||||
|
||||
05 Apr 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.8.ebuild:
|
||||
New version
|
||||
|
||||
19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> parted-1.6.5-r1.ebuild:
|
||||
fix depend (bug # 45110)
|
||||
|
||||
14 Mar 2004; Tom Gall <tgall@gentoo.org> parted-1.6.6.ebuild:
|
||||
stable on ppc64 + fix for gnuconfig_update
|
||||
|
||||
11 Mar 2004; Lars Weiler <pylon@gentoo.org> parted-1.6.6-r1.ebuild:
|
||||
stable on ppc. Removed mips from keywords due to a missing dependency on
|
||||
sys-fs/progsreiserfs-0.3.0*
|
||||
|
||||
07 Mar 2004; Seemant Kulleen <seemant@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild,
|
||||
files/parted-1.6.5-gcc-3.3.patch, files/parted-1.6.5-hfs-8.patch,
|
||||
files/parted-1.6.6-2-6headers.patch, files/parted-1.6.6-assert.patch,
|
||||
files/parted-1.6.6-gcc-3.3.patch, files/parted-1.6.6-hfs-8.patch,
|
||||
files/parted-1.6.6-hfs-9.patch:
|
||||
move patches to tarballs on gentoo mirrors. Also switch to the use_enable and
|
||||
use_with syntax in econf
|
||||
|
||||
06 Mar 2004; Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
|
||||
parted-1.6.6-r1.ebuild:
|
||||
mark as ~mips
|
||||
|
||||
*parted-1.6.6-r1 (20 Feb 2004)
|
||||
|
||||
20 Feb 2004; Luca Barbato <lu_zero@gentoo.org> parted-1.6.6-r1.ebuild,
|
||||
files/parted-1.6.6-assert.patch, files/parted-1.6.6-hfs-9.patch:
|
||||
hfsplus patch updated
|
||||
|
||||
02 Feb 2004; <plasmaroo@gentoo.org> parted-1.6.6.ebuild,
|
||||
files/parted-1.6.6-2-6headers.patch:
|
||||
Added a patch to solve compilation issues on 2.6 headers, closes bug
|
||||
#39276.
|
||||
|
||||
30 Jan 2004; <gustavoz@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on sparc.
|
||||
|
||||
09 Jan 2004; Aron Griffis <agriffis@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on alpha.
|
||||
|
||||
19 Dec 2003; Guy Martin <gmsoft@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marked stable on hppa.
|
||||
|
||||
18 Nov 2003; Caleb Tennis <caleb@gentoo.org> parted-1.6.6.ebuild:
|
||||
Marking x86 stable.
|
||||
|
||||
02 Sep 2003; Martin Holzer <mholzer@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6.ebuild:
|
||||
Now uses mirror://gnu.
|
||||
|
||||
11 Aug 2003; Will Woods <wwoods@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
parted-1.6.5.ebuild, parted-1.6.6.ebuild:
|
||||
Marked 1.6.5 stable for alpha (Mandrake uses it and it works fine) and marked
|
||||
1.6.6 ~alpha. Also fixed a mistake in the ebuild:
|
||||
"use debug && myconf="${myconf} --disable-debug"
|
||||
should have been "use debug || ...". This fix doesn't really change the
|
||||
functionality of the program so I am not bumping the rev number.
|
||||
|
||||
07 Aug 2003; Aron Griffis <agriffis@gentoo.org> parted-1.6.5-r1.ebuild:
|
||||
Add ~alpha to KEYWORDS
|
||||
|
||||
*parted-1.6.6 (27 Jul 2003)
|
||||
|
||||
27 Jul 2003; Brandon Low <lostlogic@gentoo.org> parted-1.6.6.ebuild,
|
||||
files/parted-1.6.6-gcc-3.3.patch, files/parted-1.6.6-hfs-8.patch:
|
||||
Bump, fixed patches
|
||||
|
||||
27 Jun 2003; lu_zero <lu_zero@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
files/parted-1.6.5-gcc-3.3.patch:
|
||||
GCC-3.3 related fixes
|
||||
|
||||
*parted-1.6.5-r1 (29 May 2003)
|
||||
|
||||
29 May 2003; root <root@gentoo.org> parted-1.6.5-r1.ebuild,
|
||||
files/parted-1.6.5-hfs-8.patch:
|
||||
HFS resizing support. Emerged fine on my box.
|
||||
|
||||
*parted-1.6.3 (25 Mar 2003)
|
||||
|
||||
25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> parted-1.6.3.ebuild,
|
||||
parted-1.6.3.ebuild, parted-1.6.5.ebuild:
|
||||
Moved to stable.
|
||||
|
||||
*parted-1.6.5 (24 Feb 2003)
|
||||
|
||||
25 Mar 2003; Guy Martin <gmsoft@gentoo.org> parted-1.6.5.ebuild :
|
||||
Added ~hppa to KEYWORDS.
|
||||
|
||||
24 Feb 2003; Brandon Low <lostlogic@gentoo.org> parted-1.6.5.ebuild files/digest-parted-1.6.5 :
|
||||
Bump, ebuild fixage, keywords to ~
|
||||
|
||||
*parted-1.6.4 (08 Dec 2002)
|
||||
|
||||
08 Dec 2002; Brandon Low <lostlogic@gentoo.org> parted-1.6.4.ebuild :
|
||||
Bump... Unstable for the time being.
|
||||
|
||||
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
||||
|
||||
*parted-1.6.1 (8 Jun 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.6.1.ebuild :
|
||||
Added KEYWORDS.
|
||||
|
||||
8 Jun 2002; Donny Davies <woodchip@gentoo.org> :
|
||||
New 1.6 release + small install patch. This one can use dev-libs/progsreiserfs
|
||||
optionally at runtime; not installed per default at the moment. Testing/feedback
|
||||
on this welcome.
|
||||
|
||||
*parted-1.4.24-r3 (16 Apr 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r3.ebuild :
|
||||
Added LICENSE, KEYWORDS, SLOT.
|
||||
|
||||
16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r3.ebuild :
|
||||
Closes bug #1690 and related bugs. Thanks to everyone for the patches and
|
||||
fixes.
|
||||
|
||||
*parted-1.4.24-r2 (29 Mar 2002)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r2.ebuild :
|
||||
Added LICENSE, KEYWORDS, SLOT.
|
||||
|
||||
29 Mar 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r2.ebuild :
|
||||
Matthew Kennedy submitted some fixes for USE flag based compilation -- to
|
||||
explicitly enable if in USE and explicitly disable if not.
|
||||
|
||||
*parted-1.4.24-r1 (27 Mar 2002)
|
||||
|
||||
27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r1.ebuild :
|
||||
man page/LFH fixes submitted by Matthew Kennedy.
|
||||
|
||||
*parted-1.4.24 (1 Feb 2002)
|
||||
|
||||
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
|
||||
Added initial ChangeLog which should be updated whenever the package is
|
||||
updated in any way. This changelog is targetted to users. This means that the
|
||||
comments should well explained and written in clean English. The details about
|
||||
writing correct changelogs are explained in the skel.ChangeLog file which you
|
||||
can find in the root directory of the portage repository.
|
@ -1,34 +1,18 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX parted-2.4-no-gets.patch 343 SHA256 d9d984baa7b742e2201c34b36233dceeca5f97ce245fcfca50881a42f6479366 SHA512 9538ad4c6fcc26662395f1cc768c297db0e864b5912346819d71aa85affdede68e96e43d3d5c1249971d921c33595e8980b8298430510924b7bf6f6982dabf5c WHIRLPOOL b6f4b9e7b6a68a7a662345e56bcef560272db1e91eb328ac2f73fcadfeba084ffeab0c1576c59aa942461ee14ed17649ed708e68d9262888732afb7ebdb10e00
|
||||
AUX parted-2.4-readline.patch 340 SHA256 22ed598c1e56b0b11a8d238ca304e05d480a5eb25833098f617484909a4416bd SHA512 965a24fd7a9c21b65ce3b55618c127b102a6e0b3783b6ed020d032d3aa572d0323ff845b390e1cb6460ac089f308b7e18b875ada2aebb5e5e8726c4beb7a8da5 WHIRLPOOL 5077c7b9ef49661a4533845c66ad17295a1832cb3e7791cba8e762d592656a2614d3d794e4c89eda69e1f78810671e8c919b8af8bd85f00b3801a36608ec584c
|
||||
AUX parted-3.1-readline.patch 340 SHA256 a6ee5fd919a2a035309b70decce60514587a27d1603f361a48dbaf2757b8a8cc SHA512 a32774fb51fee399a2d2248415efc3a9ebe948c342f42704b38b23abfa1067845e8dffd606cb24ed5f971ce7ec3e18b707f72c0d00cb20a4d0dc6350dbb12c29 WHIRLPOOL bd494816afd1c0310848538233509212397d0add3b60579264a4ca2b00babcd2144b708318c26b5e2791787e439df18921e6fc521f931298ec96476f0179260c
|
||||
AUX parted-3.1-zfs.patch 4767 SHA256 86dda57387dda83ca0380264cd8536c21cb59f91e83def29194b67e3ab07770c SHA512 2970595d4d507b5fddc3506430c5fa5f4778c493733879289e1ae6314442a29930b97acf3cdf1b1b0ff26c3c5d3b5bf4b1300a3a4ba35daf2d654a8c0d75863d WHIRLPOOL 74585b9a4f5553a7c8b3b2b6eb3871f8353ec1566dafbaea2010c995a6895f89330ff9593b58ee4bc119b7bcc4ed4f155bb279a426767031cfef70e66cd723d6
|
||||
AUX parted-3.2-devmapper.patch 1972 SHA256 a72db7a487b891b19e6b859a6deaa4defe0c603842f1a91962de553e68acc96f SHA512 3baf2090ba86242df1633bb4b50deeb6e0226b0a56ad82466ddd76f028a859e29bd021f1f251047cd2a2a5ea1c77ed0129eca8be2e97ee48c21c1d186c07b8da WHIRLPOOL c0a16dce6f967b6d4d343bec9fe34c0803fdb231aa51abede4b94080db90af8be36d232f9d24246808a59be13be7635b520b0ec6c2cd82a99515c2ad0866f876
|
||||
AUX parted-3.2-fix-resizing-FAT16.patch 2383 SHA256 9c65dd09b11a6a64a642d3c71196636342beff2fad8935a6b21fd2af8115f9d9 SHA512 31a79f24de58fdbc77b50790372019083375acace66f9a9d3fc93c6ec22988b7198fda13c3790e00518f7a2878de1efb914658f517d275c6ecfd3e507bc4cd15 WHIRLPOOL 5fc70247606531a1dc09a82800d8d58ffe3860c68ddd0c47e7c22c1824f55b6e89f04834421732655c90d420155aac8939aa067644660e4e35cffedd7a08e3b1
|
||||
AUX parted-3.2-po4a-mandir.patch 275 SHA256 327ffc2ea942a58a63cf6dc21d041965ee76b3b7d4d01b36a0654dcb6b0a92ae SHA512 5ef686f56d8c3939da3f24fdb6196d8858c2f980805f1cb06020d6f6996158f62b8372a233ec3ec98aae30b41034046d615e415b3abf2648db7be88e3b45a872 WHIRLPOOL 643013b78ebd6dbd93a60e7fc46215851bcd9d3166f0df308fa9d1a3927772cf1d63d2ba0da737983b3fbb0ff125f946d27662808e6233f6c60bdf4f7425898d
|
||||
AUX parted-3.2-sysmacros.patch 804 SHA256 bb3d1d964ee7a7bc61dfd5e62f31f0cbcf585fa5a61df1e3372f86b6b1dfb9dc SHA512 97c141d623bc52387b3726a164c5191c094cef1b2aa000dbd8e505aab418210d27ad07a59e0433faf001bf12ee1e3729838186fc2bae69ed7a66941364e3b468 WHIRLPOOL 36368508d17cbc853de467377cd187143775979d25f1c4a83bcf17af2ce283472685eed9eb2d75a9ad24f80184e66e8987a6924297e17cd441497f6c7d26bad1
|
||||
DIST parted-2.4.tar.xz 1516412 SHA256 508ff75591b9c8cc9d06f1e0b1db1a082a4b0c1b9d4efaac48b4ca46370d9073 SHA512 1f7ac11079981b176c1157bd6d858e67394bb4be9b622f91d4e78412a41c696809ed60912b8b94f3a2a924b2f43638dd5d6cb6f4c28e8dc63a2d421380cb5477 WHIRLPOOL 688a44c88ffd99523f17eb5c8722cf4ee09bd0af105ab45a7bd08050682345288182f90bbebf6fed8bdbb1a4deac965084a0f430ef6490d154671de58de50574
|
||||
DIST parted-3.1.tar.xz 1524344 SHA256 5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 SHA512 f29a67a16cf79f08abbfc5eeb6ad0480d834aa50e715378626dc89e3b12ce71f19202e9f38429e5521ebe877c4e74ff1e08f0b0ecbdbe79ba1c51fdcbef6e852 WHIRLPOOL 8e4c0b3f045405acbf5eab8d72d46450cb5c6adc50b9eba4ad4a9600da9ea203b412cf151d03782b045dc7f6232bd79ace85d01ce9d2faba458ee48b9df00de9
|
||||
DIST parted-3.2.tar.xz 1655244 SHA256 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4 SHA512 4e37dbdd6f5032c9ebfec43704f6882379597d038167b9c4d04053efa083c68a705196713864451fa9e11d32777e16c68982877945c5efd9ea5f8252cb20e1c4 WHIRLPOOL af928177b893150ac6d5e0efcef542b6fa0df6b135f975078f7d8d5f7a4b109ef4c1f8eeaf6afc5c34448ff662ce4cbe5289e084f4ec05257666503a0cd3c93f
|
||||
EBUILD parted-2.4.ebuild 1387 SHA256 59ae342e7bf71a6c4f7a7def76dd52c31091c0cf2d88689a04c2bdadcfe60345 SHA512 c77e75b495461654140ca4f140111f50c2850d903955d46cd646cafefae893c2f2fab36884b60d377f45fa843269d8ea2a53616f2574412616680ceca5c6fe07 WHIRLPOOL 98d0c4085923c1c20081220c83500428cf1ebebcc7168d584f3c93cd51f02a584efeeed36b2bb4fa79cfab538cce29a9ec29b97376033f59cbbad5c24daaae15
|
||||
EBUILD parted-3.1-r1.ebuild 2207 SHA256 71d5c032cca8c270164b18e1b75e0503b253b7b0972844d28fcd4c4f2abc18b6 SHA512 93c42236684890341326850966031a59b15e305f99cd4852a238ca669c6800d5efee9be60ab5ce72d509ee305a6d4f75505749e38f1b8cd5c8938a661141431f WHIRLPOOL f018161c2b9a9a1cb2123f87f1997c5f8801861b79af206a37eaf198fbc091a8c88dbcd6a799929e4372a49b5cc100a79e102afb002d413b09e0297ef2b5ebc8
|
||||
EBUILD parted-3.2.ebuild 1417 SHA256 fa01ffa59dde136a2559257413973e488659f3c588d7483e384bb18bddf7db25 SHA512 a27b8c49c7203788b3c9ecc382661139e6124ee7f4e9dbc5de55773e163e654c1907e91addd2a38b5a0d8a8ef2ed47dc605f24ffad218c635b137378438b0343 WHIRLPOOL 1d92df7142c582046a5a93b8a1d58c032ecb740c8907ed7737c3671d0aa8fe6ce7128f2d332b46bc204066c02a01904a94faf7072d2c581302d1d19d5cd2c9a4
|
||||
MISC ChangeLog 29566 SHA256 cefa05c5b9ec8320edd52f3a11bd69598f9cf6d115438987ebb7d8bb7c42d50a SHA512 2e9119b325726109f92efbba6c369da28270e597e20140de169f289e810e227eb67c74820f2f67a7b3ab47f8470822b32e8486f3caa82962e524bdc82d12cfaf WHIRLPOOL e0bd0963d7a1473ab424a5bb0f9d4406173858799d241ccc3099b94062b581124f3ebce9394280a91b7920f43165853842e870c8c91f6cccfee389e7747f0f59
|
||||
MISC metadata.xml 654 SHA256 6e27cdd8e0c516256079e3ad9606e7b660a3fe223e3d769c3a5fc265f5d13bd2 SHA512 4e99dbb6bacc84d5dfccf4f56cd474aa5cd9368f23989b71d38101913702f5670af44f41947158b07662fcbee3ddfc36eb8cdf8c3899387a8cf4efd4c24c6ccf WHIRLPOOL 49366ca8e059614582ec750bd215ef79b2090cb615e85d1d5e5d4093c135ff9a4513862ecf9827318163a622df035855b0795ab6405427c4d48712fe2080e0fa
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQIcBAEBCAAGBQJU9RTIAAoJEJIMDbyqvv1V9rwP/jJ6Z2/alljjmoV6PSGnK1kU
|
||||
MbguUjn5f5vnPT+ePELgpLlPlmYZ6hd/CUzECZYQOyY1XEQ5iawIVPv0oDnWTCo/
|
||||
O6r51HVcDQwpayjl47usMElKco6p1Df4WCg4mNbw4p30cYRaH1x2vBm/PsNkigyQ
|
||||
92rx25WAjApQqD/KsVRcI218lhRUVBLy/6CsQuppTqAwJAdWr3LYaW+Q99zQCZHu
|
||||
KIOyZ7A9BHpR/VRT/jISx0suyAyBQRdKQkqdvKjOtzMj7tsyOrel6tjTtsSuevfZ
|
||||
hHcSsrhI0M3E9acuXjcQjVkKOyQVDAFhnbbw4jB1G4GHQzknQbn+9clkjblPRKJw
|
||||
7pmTy6/NETmNomd3tymSKkWJ9u4hCI68cW+4AHENpak9JDfthYVSinOp0ueiYU2l
|
||||
l9pdPA8EbNcASwiFoLhPaqmlVULYM3FeblGE2MVJukcDGhCukIjINvEj7yuGRI+G
|
||||
G2i3geuJiuoE8g/L910/AtbE2Ws4lLqpGii8SAlCwyRCpGK5UoQxIn4ZVUl+npQd
|
||||
kChavwWQqoPP0vxRQe6l/VZD4i7JdrsFqQNaxuU8hl+yc8mRyl8dOQX31fPzkP+D
|
||||
rYypDQyEDqJKvQC5+age7zOVKA6k89EjoZC50EEzlgrVv0srGZZJStNOC9YH2/eX
|
||||
FF0pZ+9L9xYW1EDmDQ2V
|
||||
=FEvD
|
||||
-----END PGP SIGNATURE-----
|
||||
EBUILD parted-2.4.ebuild 1294 SHA256 e2a774052067733b3a5c09ebff0f3d66686ef9ee48cccb934412a955ae8d72c1 SHA512 62fd83e44a5e20cda00a02f9181f3e1163b12551bb7a509edd9acfe061696ca8351daf39d31a8eb7259f926c8278ae9ff96e3ebc4835f5ed684ea376878fa1a7 WHIRLPOOL f799ebe29f5280abe4c6fe51c278b87f38d0c56d92c548407f90376cadf042a62c7d58b901818b2db86e823d54d2082c7fca4205b88107afd547f19bce7ad452
|
||||
EBUILD parted-3.1-r1.ebuild 2105 SHA256 0bbdd126e52bf3707f76a623c9003c86f666d69a5840f42eff704b9b8623588f SHA512 83f89d4c1c84c93296b71b39cd48e6a5508726041496ed6f3b22f5ae748367f289edc60b9c37cf510c4760a0ae6d4d2a6ad896353866c1c28894bcc3d45e9093 WHIRLPOOL 525e04e8e7185c2ad0c7f324b4692e752d364902bdc08566954ce98eaca3eeae4e1c28594ba0c0cc8e42c0443dd66a436a7ec6bf3055d419093e7b23c0d3b2fd
|
||||
EBUILD parted-3.2-r1.ebuild 1519 SHA256 f16debe2561fc432b4916d9af08db7fa8e6ca2e7049ea7b056e9312e2d033540 SHA512 51950013115bb93d8b79d67f2b9b3974bce34c5c274bc6de017af571ae6e7662661dd76348d81ce9576f1fa2ce0fb35aae76c76f131522de365babfd9d0a1f11 WHIRLPOOL 0857f0846fbf884b0c762fd7830b5d7040efb19b11a8d3f364bb3c9e80f61ad237c05a9813fee5f517953a2476c3155dba676314758761aad0bffe15ccd49c63
|
||||
EBUILD parted-3.2.ebuild 1323 SHA256 25af8e4a8810cb816ddec42e949ee5325809d81eee182193f5826d144e34960a SHA512 eeffbaeb02ae80941425ffd17d55885d91a96fd2f2994ba154aa1ff8479aaea10835400638fc6fef8820b08cb63a3be645dc34fcff60962b1751c93149b2996e WHIRLPOOL 2213b9892729aa5c47a4f6bc91f72b128afc582ecf830582e4cf74cbc05d087a4a51e83c17a8e6d2e6f3b8c22a0187cd0693c36203650714b5285da7d0277c50
|
||||
MISC ChangeLog 4195 SHA256 5661e3c0fb43e3a8a1d45803abbd4fa3a6a8872bd78c327bf404d8bc421bcd3c SHA512 a65226cd56e622fc08889a08a5f7c22c8eca43d4e613673d9cea176defca51f36fc60425d6f7ad3083c9728bb69318c2e955c7ae50dee879a4580fc5af07a2cb WHIRLPOOL 1ba41c868f2cdee53a38b7c5f6711b568174d016fc706ef898374a8a792e3b24bd69000a39f2ed5144ca731b6834790754a029ceadb0fdf3345ab901e8191852
|
||||
MISC ChangeLog-2015 29566 SHA256 cefa05c5b9ec8320edd52f3a11bd69598f9cf6d115438987ebb7d8bb7c42d50a SHA512 2e9119b325726109f92efbba6c369da28270e597e20140de169f289e810e227eb67c74820f2f67a7b3ab47f8470822b32e8486f3caa82962e524bdc82d12cfaf WHIRLPOOL e0bd0963d7a1473ab424a5bb0f9d4406173858799d241ccc3099b94062b581124f3ebce9394280a91b7920f43165853842e870c8c91f6cccfee389e7747f0f59
|
||||
MISC metadata.xml 754 SHA256 2d42fbc8cd3794d340cfe11cacec0dc085d47263a3e35f754481dac0838a52d9 SHA512 b5ced0310e8a606de46a5a2a690d7a549c5528eb843616621486db93a9fc45266eafbcbacc90d38d8005cd0366fee671705fc98c54c79bf0b3519d182d15c184 WHIRLPOOL ca7ca6b6e54835e668d6db0a043e3e8e10d61da933a7ba7bafd799b5f6c995c846bb0fc587a46eb32024876f2642a913e6f1f88164e1dec876702895ed22561c
|
||||
|
@ -0,0 +1,64 @@
|
||||
From 1e9e770f4bc7f3d80e09ecd1df58575fad064163 Mon Sep 17 00:00:00 2001
|
||||
From: Mike Fleetwood <mike.fleetwood@googlemail.com>
|
||||
Date: Sun, 28 Sep 2014 15:15:48 +0000
|
||||
Subject: lib-fs-resize: Prevent crash resizing FAT16 file systems
|
||||
|
||||
Resizing FAT16 file system crashes in libparted/fs/r/fat/resize.c
|
||||
create_resize_context() because it was dereferencing NULL pointer
|
||||
fs_info->info_sector to copy the info_sector.
|
||||
|
||||
Only FAT32 file systems have info_sector populated by fat_open() ->
|
||||
fat_info_sector_read(). FAT12 and FAT16 file systems don't have an
|
||||
info_sector so pointer fs_info->info_sector remains assigned NULL from
|
||||
fat_alloc(). When resizing a FAT file system create_resize_context()
|
||||
was always dereferencing fs_info->info_sector to memory copy the
|
||||
info_sector, hence it crashed for FAT12 and FAT16.
|
||||
|
||||
Make create_resize_context() only copy the info_sector for FAT32 file
|
||||
systems.
|
||||
|
||||
Reported by Christian Hesse in
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=735669
|
||||
---
|
||||
diff --git a/NEWS b/NEWS
|
||||
index 297b0a5..da7db50 100644
|
||||
--- a/NEWS
|
||||
+++ b/NEWS
|
||||
@@ -2,6 +2,10 @@ GNU parted NEWS -*- outline -*-
|
||||
|
||||
* Noteworthy changes in release ?.? (????-??-??) [?]
|
||||
|
||||
+** Bug Fixes
|
||||
+
|
||||
+ libparted-fs-resize: Prevent crash resizing FAT16 file systems.
|
||||
+
|
||||
|
||||
* Noteworthy changes in release 3.2 (2014-07-28) [stable]
|
||||
|
||||
diff --git a/libparted/fs/r/fat/resize.c b/libparted/fs/r/fat/resize.c
|
||||
index 919acf0..bfe60a0 100644
|
||||
--- a/libparted/fs/r/fat/resize.c
|
||||
+++ b/libparted/fs/r/fat/resize.c
|
||||
@@ -668,11 +668,17 @@ create_resize_context (PedFileSystem* fs, const PedGeometry* new_geom)
|
||||
|
||||
/* preserve boot code, etc. */
|
||||
new_fs_info->boot_sector = ped_malloc (new_geom->dev->sector_size);
|
||||
- new_fs_info->info_sector = ped_malloc (new_geom->dev->sector_size);
|
||||
memcpy (new_fs_info->boot_sector, fs_info->boot_sector,
|
||||
new_geom->dev->sector_size);
|
||||
- memcpy (new_fs_info->info_sector, fs_info->info_sector,
|
||||
- new_geom->dev->sector_size);
|
||||
+ new_fs_info->info_sector = NULL;
|
||||
+ if (fs_info->fat_type == FAT_TYPE_FAT32)
|
||||
+ {
|
||||
+ PED_ASSERT (fs_info->info_sector != NULL);
|
||||
+ new_fs_info->info_sector =
|
||||
+ ped_malloc (new_geom->dev->sector_size);
|
||||
+ memcpy (new_fs_info->info_sector, fs_info->info_sector,
|
||||
+ new_geom->dev->sector_size);
|
||||
+ }
|
||||
|
||||
new_fs_info->logical_sector_size = fs_info->logical_sector_size;
|
||||
new_fs_info->sector_count = new_geom->length;
|
||||
--
|
||||
cgit v0.9.0.2
|
28
sdk_container/src/third_party/portage-stable/sys-block/parted/files/parted-3.2-sysmacros.patch
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/sys-block/parted/files/parted-3.2-sysmacros.patch
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
https://bugs.gentoo.org/580022
|
||||
|
||||
From dec8995fe80508374beba6356f6ecbba8ef6b18b Mon Sep 17 00:00:00 2001
|
||||
From: Mike Frysinger <vapier@gentoo.org>
|
||||
Date: Tue, 21 Jun 2016 15:01:08 -0400
|
||||
Subject: [PATCH] include sysmacros.h for major/minor/makedev
|
||||
|
||||
Linux C libs are moving away from including this header implicitly via
|
||||
sys/types.h, so include it explicitly.
|
||||
---
|
||||
libparted/arch/linux.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
|
||||
index 326b95619d31..e5c168be3c68 100644
|
||||
--- a/libparted/arch/linux.c
|
||||
+++ b/libparted/arch/linux.c
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <dirent.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/utsname.h> /* for uname() */
|
||||
#include <scsi/scsi.h>
|
||||
--
|
||||
2.8.2
|
||||
|
@ -1,17 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>livecd</herd>
|
||||
<use>
|
||||
<flag name='device-mapper'>
|
||||
<maintainer type="project">
|
||||
<email>livecd@gentoo.org</email>
|
||||
<name>Gentoo LiveCD Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="device-mapper">
|
||||
Enable device-mapper support from <pkg>sys-fs/lvm2</pkg> in parted
|
||||
</flag>
|
||||
<flag name="debug">
|
||||
<flag name="debug">
|
||||
Enable debugging as encouraged by upstream: [The default configuration]
|
||||
includes --enable-debug (by default), which contains many assertions.
|
||||
Obviously, these "waste" space, but in the past, they have caught
|
||||
potentially dangerous bugs before they would have done damage, so we think
|
||||
it's worth it. Also, it means we get more bug reports ;)
|
||||
</flag>
|
||||
</use>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-2.4.ebuild,v 1.19 2014/11/04 09:41:40 jer Exp $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
|
||||
HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
HOMEPAGE="https://www.gnu.org/software/parted"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
@ -19,9 +19,9 @@ RESTRICT="test"
|
||||
# to fix bug 85999
|
||||
RDEPEND="
|
||||
>=sys-fs/e2fsprogs-1.27
|
||||
>=sys-libs/ncurses-5.2
|
||||
>=sys-libs/ncurses-5.2:0=
|
||||
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
|
||||
readline? ( >=sys-libs/readline-5.2 )
|
||||
readline? ( >=sys-libs/readline-5.2:0= )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
"
|
||||
DEPEND="
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v 1.18 2014/03/04 00:25:41 jer Exp $
|
||||
# $Id$
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
|
||||
HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
HOMEPAGE="https://www.gnu.org/software/parted"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
61
sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.2-r1.ebuild
vendored
Normal file
61
sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.2-r1.ebuild
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit autotools eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
|
||||
HOMEPAGE="https://www.gnu.org/software/parted"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
||||
IUSE="+debug device-mapper nls readline selinux static-libs"
|
||||
RESTRICT="test"
|
||||
|
||||
# specific version for gettext needed
|
||||
# to fix bug 85999
|
||||
RDEPEND="
|
||||
>=sys-fs/e2fsprogs-1.27
|
||||
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
|
||||
readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
elibc_uclibc? ( dev-libs/libiconv )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
nls? ( >=sys-devel/gettext-0.12.1-r2 )
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${PN}-3.2-devmapper.patch \
|
||||
"${FILESDIR}"/${PN}-3.2-po4a-mandir.patch \
|
||||
"${FILESDIR}"/${PN}-3.2-fix-resizing-FAT16.patch \
|
||||
"${FILESDIR}"/${PN}-3.2-sysmacros.patch
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use elibc_uclibc && append-libs -liconv
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
$(use_enable device-mapper) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable selinux) \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with readline) \
|
||||
--disable-rpath \
|
||||
--disable-silent-rules
|
||||
}
|
||||
|
||||
DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} )
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files
|
||||
}
|
@ -1,12 +1,13 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.14 2015/03/03 09:57:56 dlan Exp $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
|
||||
HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
HOMEPAGE="https://www.gnu.org/software/parted"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
@ -19,9 +20,9 @@ RESTRICT="test"
|
||||
# to fix bug 85999
|
||||
RDEPEND="
|
||||
>=sys-fs/e2fsprogs-1.27
|
||||
>=sys-libs/ncurses-5.7-r7
|
||||
>=sys-libs/ncurses-5.7-r7:0=
|
||||
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
|
||||
readline? ( >=sys-libs/readline-5.2 )
|
||||
readline? ( >=sys-libs/readline-5.2:0= )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
"
|
||||
DEPEND="
|
||||
@ -31,9 +32,9 @@ DEPEND="
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch
|
||||
|
||||
epatch "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
|
||||
epatch \
|
||||
"${FILESDIR}"/${PN}-3.2-devmapper.patch \
|
||||
"${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user