summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-22 16:18:43 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-22 16:18:43 +0530
commitbf46e8b3fa1b464b9b80260e4ed61824e040e6ce (patch)
tree95b1aaf35020e119dc29e8b59f0d41ff4d68e5a7 /eclass
parentMigrate x11-libs/gtk+ to USE deps (YAY!) (diff)
downloadgnome-live-bf46e8b3fa1b464b9b80260e4ed61824e040e6ce.tar.gz
gnome-live-bf46e8b3fa1b464b9b80260e4ed61824e040e6ce.tar.bz2
gnome-live-bf46e8b3fa1b464b9b80260e4ed61824e040e6ce.zip
Add gnome-base/gdm-9999
- Changes to gnome2-live.eclass to unpack the ebuild's SRC_URI
Diffstat (limited to '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."
}