summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-06-28 10:47:29 +0000
committerPacho Ramos <pacho@gentoo.org>2015-06-28 10:47:29 +0000
commit769fa7fa42d3674a1eaefb752f039b779ea1f65a (patch)
tree9a32dc6dc72a3ddb585142f2b42123fa045147b7 /gnome-base/gnome-light
parentRemember people where to find our project information (diff)
downloadgentoo-2-769fa7fa42d3674a1eaefb752f039b779ea1f65a.tar.gz
gentoo-2-769fa7fa42d3674a1eaefb752f039b779ea1f65a.tar.bz2
gentoo-2-769fa7fa42d3674a1eaefb752f039b779ea1f65a.zip
Remember people where to find our project information
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome-light')
-rw-r--r--gnome-base/gnome-light/ChangeLog5
-rw-r--r--gnome-base/gnome-light/gnome-light-3.16.0.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/gnome-base/gnome-light/ChangeLog b/gnome-base/gnome-light/ChangeLog
index ab627621e155..502428ee2d4e 100644
--- a/gnome-base/gnome-light/ChangeLog
+++ b/gnome-base/gnome-light/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-light
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.188 2015/06/09 23:14:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.189 2015/06/28 10:47:29 pacho Exp $
+
+ 28 Jun 2015; Pacho Ramos <pacho@gentoo.org> gnome-light-3.16.0.ebuild:
+ Remember people where to find our project information
*gnome-light-3.16.0 (09 Jun 2015)
diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
index ea5e29106f35..33c475a60da6 100644
--- a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.16.0.ebuild,v 1.1 2015/06/09 23:14:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.16.0.ebuild,v 1.2 2015/06/28 10:47:29 pacho Exp $
EAPI="5"
@@ -49,3 +49,9 @@ pkg_pretend() {
ewarn "You will have to install and manage a window manager by yourself"
fi
}
+
+pkg_postinst() {
+ # Remember people where to find our project information
+ elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
+ elog "for information about the project and documentation."
+}