diff --git a/paludis/bashrc b/paludis/bashrc index 471d2bd..a4f8719 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -120,6 +120,7 @@ if [[ "${CATEGORY}/${PN}" != "sys-power/iasl" && "${CATEGORY}/${PN}" != "net-libs/libmnl" && "${CATEGORY}/${PN}" != "net-libs/opal" && + "${CATEGORY}/${PN}" != "media-libs/gst-plugins-good" && "${CATEGORY}/${PN}" != "x11-libs/pixman" ]] then diff --git a/paludis/hooks/sync_all_post/sync_cache.bash b/paludis/hooks/sync_all_post/01-sync_cache.bash similarity index 100% rename from paludis/hooks/sync_all_post/sync_cache.bash rename to paludis/hooks/sync_all_post/01-sync_cache.bash diff --git a/paludis/hooks/sync_all_post/sync_dtd.bash b/paludis/hooks/sync_all_post/02-sync_dtd.bash similarity index 100% rename from paludis/hooks/sync_all_post/sync_dtd.bash rename to paludis/hooks/sync_all_post/02-sync_dtd.bash diff --git a/paludis/hooks/sync_all_post/sync_glsa.bash b/paludis/hooks/sync_all_post/03-sync_glsa.bash similarity index 100% rename from paludis/hooks/sync_all_post/sync_glsa.bash rename to paludis/hooks/sync_all_post/03-sync_glsa.bash diff --git a/paludis/hooks/sync_all_post/sync_herds_xml.bash b/paludis/hooks/sync_all_post/04-sync_herds_xml.bash similarity index 100% rename from paludis/hooks/sync_all_post/sync_herds_xml.bash rename to paludis/hooks/sync_all_post/04-sync_herds_xml.bash diff --git a/paludis/hooks/sync_all_post/sync_news.bash b/paludis/hooks/sync_all_post/05-sync_news.bash similarity index 100% rename from paludis/hooks/sync_all_post/sync_news.bash rename to paludis/hooks/sync_all_post/05-sync_news.bash diff --git a/paludis/hooks/sync_all_post/88-fix_portdir_perms.bash b/paludis/hooks/sync_all_post/88-fix_portdir_perms.bash new file mode 100644 index 0000000..eaa05c5 --- /dev/null +++ b/paludis/hooks/sync_all_post/88-fix_portdir_perms.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +source "${PALUDIS_EBUILD_DIR}/echo_functions.bash" + +ebegin "Fixing permissions on /usr/portage" +chown -R jule:portage /usr/portage/* +eend $? + diff --git a/paludis/hooks/sync_all_post/99-eix.bash b/paludis/hooks/sync_all_post/99-eix.bash new file mode 100644 index 0000000..f8dd95e --- /dev/null +++ b/paludis/hooks/sync_all_post/99-eix.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +source "${PALUDIS_EBUILD_DIR}/echo_functions.bash" + +ebegin "Updating eix cache" +eix update -q +eend $? diff --git a/paludis/keywords.conf b/paludis/keywords.conf index 5bc088a..0df1920 100644 --- a/paludis/keywords.conf +++ b/paludis/keywords.conf @@ -913,7 +913,7 @@ dev-perl/LWP-UserAgent-Cached ~amd64 =virtual/mysql-5.6-r6 ~amd64 ~virtual/libmysqlclient-18 ~amd64 -# testing exiv-2.5 -media-sound/xmp ~amd64 - ~net-libs/libmnl-1.0.3 ~amd64 + +~net-misc/wget-1.16.3 ~amd64 +www-client/links ~amd64 diff --git a/paludis/repositories/arx-libertatis.conf b/paludis/repositories/arx-libertatis.conf index c312ccd..40219db 100644 --- a/paludis/repositories/arx-libertatis.conf +++ b/paludis/repositories/arx-libertatis.conf @@ -1,5 +1,5 @@ location = /var/lib/layman/arx-libertatis -sync = +sync = git://github.com/arx/ArxGentoo.git #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass #distdir = /home/distfiles diff --git a/paludis/repositories/dotnet.conf b/paludis/repositories/dotnet.conf index f8a0dd9..c26f8c9 100644 --- a/paludis/repositories/dotnet.conf +++ b/paludis/repositories/dotnet.conf @@ -1,5 +1,5 @@ location = /var/lib/layman/dotnet -sync = +sync = git://anongit.gentoo.org/proj/dotnet.git #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass #distdir = /home/distfiles diff --git a/paludis/repositories/haskell.conf b/paludis/repositories/haskell.conf index 0d74fc5..04cb2fa 100644 --- a/paludis/repositories/haskell.conf +++ b/paludis/repositories/haskell.conf @@ -1,5 +1,5 @@ location = /var/lib/layman/haskell -sync = +sync = git://github.com/gentoo-haskell/gentoo-haskell.git #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass #distdir = /home/distfiles diff --git a/paludis/repositories/qt.conf b/paludis/repositories/qt.conf index 4f70fa3..9fbdc49 100644 --- a/paludis/repositories/qt.conf +++ b/paludis/repositories/qt.conf @@ -1,5 +1,5 @@ location = /var/lib/layman/qt -sync = +sync = git://anongit.gentoo.org/proj/qt.git #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass #distdir = /home/distfiles diff --git a/paludis/repositories/torbrowser.conf b/paludis/repositories/torbrowser.conf index 25ff3c5..0009196 100644 --- a/paludis/repositories/torbrowser.conf +++ b/paludis/repositories/torbrowser.conf @@ -1,5 +1,5 @@ format = e location = /var/lib/layman/torbrowser -sync = +sync = git://github.com/MeisterP/torbrowser-overlay.git names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata diff --git a/paludis/repositories/tox-overlay.conf b/paludis/repositories/tox-overlay.conf index 4d4076c..5feca6b 100644 --- a/paludis/repositories/tox-overlay.conf +++ b/paludis/repositories/tox-overlay.conf @@ -1,5 +1,5 @@ location = /var/lib/layman/tox-overlay -sync = +sync = git://github.com/urras/gentoo-overlay-tox.git #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass #distdir = /home/distfiles