| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After emerge of gentoo portage-2.2.1 with layman-2.0.0 in place, you
get the message:
Repository 'mhammill' is missing masters attribute in
'/var/lib/layman/mhammill/metadata/layout.conf'
Set 'masters = gentoo' in this file for future compatibility
It appears this behavior has not yet been documented (e.g., see
complaints in http://forums.gentoo.org/viewtopic-t-969480.html), but
the "fix" is as easy as simply doing what is recommented in the error
message. That's what was done in this commit.
|
|
|
|
|
|
| |
These patches are the solution to bug
https://bugs.gentoo.org/show_bug.cgi?id=356079, which also answers my
never answered bug https://bugs.gentoo.org/show_bug.cgi?id=398253.
|
|
|
|
|
|
|
| |
Modernization includes updating options for openrc's new standards.
Clean up includes removing unused ebuilds (openssh-5.3p1, and any
greater than openssh-5.8_p1) since Simon does not have patches for
those.
|
|
|
|
|
|
|
|
|
| |
The script has recently been turned into an ebuild, but does not yet
reside in an overlay. For more, see
+ http://forums.gentoo.org/viewtopic-t-546828-postdays-0-postorder-asc-start-0.html
+ http://weaver.gentooexperimental.org/update-dl-install.html
+ https://weaver.gentooexperimental.org/trac/update
|
|
|
|
| |
Pychecker 0.8.19 is required if working in python 2.7.
|
| |
|
|
|
|
| |
Test in x86_64 environment.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Apply the change Roy provided at
http://roy.marples.name/projects/openresolv/changeset/15d1462cefc815c488d6d3ab5123a4298bc94c5c/configure
as a fix to bug
http://bugs.gentoo.org/show_bug.cgi?id=349180
by implementing the change as a patch "configure.path" and adding the patch to the latest ebuild.
Tested the result on x86 and x86_64 systems running
sys-apps/openrc-0.6.8 and sys-apps/baselayout-2.0.1-r1. Worked fine.
|
|
|
|
| |
As of 2011-1-5 at 19.23.
|
|
|
|
|
|
|
|
| |
Add the patch through:
cd files
wgetc -O statfs.patch http://bugs.gentoo.org/attachment.cgi?id=257178
and of course addition to ebuild. For more, see
http://bugs.gentoo.org/show_bug.cgi?id=342101
|
|
|
|
|
|
|
|
|
| |
Add the patch line to the ebuild and download patch manually to
freshly created files directory via:
cd files
wget -O oafs.patch -c http://bugs.gentoo.org/attachment.cgi?id=257177
For more details, see http://bugs.gentoo.org/show_bug.cgi?id=342101.
|
|
|
|
|
| |
Ensure the patches provided in this repository's ebuild will only be
applied to the version of openafs-kernel they are intended for.
|
|
|
|
|
| |
This are an exact copy of /usr/portage/net-fs/openafs-kernel/ as of
2010-12-15.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The incompatibilites with already exiting Gentoo patches were just
one: the GSSAPI-dns patch.
On the ebuild/patch learning curve side, I found the following not to
work, as I initial thought it might:
<does not work>
epatch ${DISTDIR}/${PN}-5.3p1-gsskex-all-20100124.patch
cd "${S}"
epatch ${FILESDIR}/${PN}-5.3p1-gsskex-all-20100124.patch
patch -p1 < ${FILESDIR}/${PN}-5.3p1-gsskex-all-20100124.patch
</does not work>
|
|
|
|
|
| |
This is so this repositories ebuild will only generate an openssh with
the proper patching.
|
|
|
|
|
|
|
|
|
|
|
| |
This should really be done in the ebuild, like the other patches.
For now, check the Web site:
http://www.sxw.org.uk/computing/patches/openssh.html
for version match, then download into files:
wget -c http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch
|
|
|
|
|
| |
This are an exact copy of /usr/portage/net-misc/openssh/ as of
2010-12-04.
|
|
The profiles/repo_name is required by the Gentoo overlay folks to be
mhammill. The layman/make.conf is perhaps not necessary, but the
thought is it will make cloning easier locally.
|