summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 22:14:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 22:14:48 +0000
commit89cba1741a244d1cdbfb891f475163aa5f36a927 (patch)
tree948fc697f8a9ecf00d6613a0fe63ea6cc4c6143c /xfce-base
parentDOCS array, drop useless die (diff)
downloadhistorical-89cba1741a244d1cdbfb891f475163aa5f36a927.tar.gz
historical-89cba1741a244d1cdbfb891f475163aa5f36a927.tar.bz2
historical-89cba1741a244d1cdbfb891f475163aa5f36a927.zip
Use DOCS array
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/garcon/garcon-0.1.7.ebuild4
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-base/garcon/garcon-0.1.7.ebuild b/xfce-base/garcon/garcon-0.1.7.ebuild
index 2f62b7e4c61b..a1db9ff283ee 100644
--- a/xfce-base/garcon/garcon-0.1.7.ebuild
+++ b/xfce-base/garcon/garcon-0.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.7.ebuild,v 1.6 2011/05/07 17:44:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.7.ebuild,v 1.7 2011/05/19 22:12:28 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -28,5 +28,5 @@ pkg_setup() {
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO"
+ DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
}
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
index e726404f9200..25442e2b2a0e 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild,v 1.7 2011/05/07 17:46:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild,v 1.8 2011/05/19 22:14:48 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -39,5 +39,5 @@ pkg_setup() {
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- DOCS="AUTHORS ChangeLog NEWS THANKS"
+ DOCS=( AUTHORS ChangeLog NEWS THANKS )
}