summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/gnome2-live.eclass')
-rw-r--r--eclass/gnome2-live.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass
index d754974..eca89c5 100644
--- a/eclass/gnome2-live.eclass
+++ b/eclass/gnome2-live.eclass
@@ -28,6 +28,9 @@ ESVN_REPO_URI=${ESVN_REPO_URI:-"http://svn.gnome.org/svn/${PN}/trunk"}
SRC_URI=""
gnome2-live_src_unpack() {
+ if test -n "${A}"; then
+ unpack ${A}
+ fi
subversion_src_unpack
[[ "${EAPI}" != 2 ]] && gnome2-live_src_prepare
}
@@ -51,8 +54,8 @@ gnome2_src_unpack() {
# Run manually for ebuilds that have a custom pkg_postinst
gnome2-live_pkg_postinst() {
- ewarn "These are live ebuilds, upstream trunks will mostly NOT be stable"
- ewarn "Do not report bugs about the packages to the GNOME Gentoo team"
+ ewarn "This is a live ebuild, upstream trunks will mostly be UNstable"
+ ewarn "Do NOT report bugs about this package to Gentoo"
ewarn "Report upstream bugs (with patches if possible) instead."
}