summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-arch/engrampa: swap out itstool for proper dep yelp-toolsNP-Hardass2016-09-102-2/+2
| | | | Package-Manager: portage-2.3.0
* app-arch/engrampa: Update p7zip supportNP-Hardass2016-09-104-0/+148
| | | | Package-Manager: portage-2.3.0
* app-arch/zstd: Initial import, ebuild by mePatrick Lauer2016-09-053-0/+26
| | | | Package-Manager: portage-2.3.0
* app-arch/gcab: keyword for ~arm64.Roy Bamford2016-09-021-1/+1
| | | | | | | | | Tested on a cortex-a53. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2184 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-arch/gzip: x86 stable wrt bug #587592Agostino Sarubbo2016-09-011-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-arch/gzip: amd64 stable wrt bug #587592Agostino Sarubbo2016-09-011-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-arch/file-roller: version bump to 3.20.3Gilles Dartiguelongue2016-09-012-0/+90
| | | | Package-Manager: portage-2.3.0
* app-arch/unshield: new version 1.3.Michael Orlitzky2016-08-252-0/+32
| | | | | | Gentoo-Bug: 530664 Package-Manager: portage-2.2.28
* app-arch/zopfli: remove oldTim Harder2016-08-195-159/+0
|
* app-arch/zopfli: link binaries against installed librariesTim Harder2016-08-192-11/+64
| | | | | Also install headers so the installed libraries are actually useful to third party builds.
* app-arch/zopfli: respect CC, CXX, CFLAGS, CXXFLAGS, and LDFLAGSTim Harder2016-08-192-0/+95
|
* app-arch/unmakeself: Cleanup due to bug #143241Pacho Ramos2016-08-191-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/atool: Cleanup due to bug #143241Pacho Ramos2016-08-191-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/unrar: Removed old.Lars Wendler2016-08-172-64/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-arch/unrar: Bump to version 5.4.5Lars Wendler2016-08-172-0/+64
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-arch/engrampa: 1.12.x vbump, add gtk3 support, import from project repoNP-Hardass2016-08-123-0/+76
| | | | Package-Manager: portage-2.3.0
* app-arch/lzop: add patch from OE for building on x32 #575450Mike Frysinger2016-08-102-0/+42
|
* app-arch/lzop: upgrade to EAPI=6Mike Frysinger2016-08-101-5/+3
|
* app-arch/pixz: version bump to 1.0.6 (bug #572728)Tim Harder2016-08-083-3/+55
|
* app-arch/lzop: Add myself as maintainerMichał Górny2016-08-071-1/+4
|
* app-arch/rar: Cleanup per bug #390203Pacho Ramos2016-08-071-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/lzop: Cleanup per bug #355897Pacho Ramos2016-08-071-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/lcab: Cleanup per bug #355897Pacho Ramos2016-08-071-5/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/rpm: Cleanup per bug #282559Pacho Ramos2016-08-071-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/bsdsfv: Cleanup per bug #177996Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/unshield: Cleanup per bug #131259Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/pet2tgz: Cleanup per bug #131259Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/libarchive: Cleanup per bug #131259Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/engrampa: Drop 1.8.xNP-Hardass2016-08-053-172/+0
| | | | Package-Manager: portage-2.2.26
* app-arch/libarchive: Remove bsdcat symlink due to compat issues #589876NP-Hardass2016-08-051-1/+2
| | | | Package-Manager: portage-2.2.28
* app-arch/dpkg: Old.Jeroen Roovers2016-08-023-198/+0
| | | | Package-Manager: portage-2.3.0
* app-arch/dpkg: Version bump.Jeroen Roovers2016-08-022-0/+103
| | | | Package-Manager: portage-2.3.0
* app-arch/arj: new revision with Debian patchlevel 15.Michael Orlitzky2016-07-312-22/+20
| | | | | | | | | | | | | | | | | | | | | This new revision updates the Debian patchlevel from 14 to 15. Some other minor cleanups were made: * No longer append -Wall to CFLAGS (why?). * Clear the gnu/stripgcc.lnk in src_prepare() instead of using sed to disable it in src_compile(). Doing so in src_prepare() is more semantically correct, and should work the same. * Don't pass ARJLIBDIR, CC, libdir, ADD_LDFLAGS, or pkglibdir to emake. I think these are obsolete; the build system correctly identifies my libdir, compiler, CFLAGS, LDFLAGS, etc. * Add a few more docs, and switch to using the DOCS variable. * Use the default src_compile() and src_install(). Package-Manager: portage-2.2.28
* app-arch/gcab: Stable for PPC64 (bug #584468).Jeroen Roovers2016-07-301-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* app-arch/gcab: Stable for HPPA (bug #584468).Jeroen Roovers2016-07-301-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* app-arch/lz4: Copy the libdir/prefix fix to -9999Michał Górny2016-07-291-2/+4
|
* app-arch/unrar: Removed old.Lars Wendler2016-07-292-64/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-arch/unrar: Bump to version 5.4.4Lars Wendler2016-07-292-0/+64
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-arch/lz4: fix paths in .pc and install_name (for Darwin)Alexander Tsoy2016-07-281-0/+60
| | | | | Bug: https://bugs.gentoo.org/587892 Closes: https://github.com/gentoo/gentoo/pull/1967
* app-arch/lz4: Add myself as co-maintainerMichał Górny2016-07-281-0/+4
|
* app-arch/libarchive: arm stable, bug #586182Markus Meier2016-07-271-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* app-arch/lz4: arm stable, bug #586182Markus Meier2016-07-271-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* sourceforge: switch to https:// URIsMike Frysinger2016-07-277-7/+7
|
* app-arch/libarchive: Drop oldNP-Hardass2016-07-261-121/+0
| | | | Package-Manager: portage-2.2.28
* app-arch/libarchive: Add explicit dep on xz threads=, backport detecctionNP-Hardass2016-07-262-0/+153
| | | | Package-Manager: portage-2.2.28
* app-arch/p7zip: Drop kdelibs (R)DEPEND, sort DEPEND/IUSE, EAPI=6Andreas Sturmlechner2016-07-252-14/+15
| | | | | | | | | | | | | | kde-base/kdelibs:4 is not required here as p7zip only (manually) installs a bunch of desktop files that may or may not be picked up by applications. wxGTK[X] is already enforced by REQUIRED_USE, so there is no reason to duplicate that. Reversed symlink logic for ServiceMenu as kservices5 is here to stay and kde4/services is deprecated. Package-Manager: portage-2.2.28 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-arch/engrampa: amd64 x86 stable wrt bug #579644NP-Hardass2016-07-251-1/+1
| | | | Package-Manager: portage-2.2.28
* app-arch/lrzip: Stable for HPPA PPC64 (bug #584390).Jeroen Roovers2016-07-231-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* app-arch/unrar: Removed old.Lars Wendler2016-07-214-188/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-arch/unrar: Bump to version 5.4.3Lars Wendler2016-07-212-0/+64
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>