summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-08-25 15:30:31 +0000
committerJeroen Roovers <jer@gentoo.org>2013-08-25 15:30:31 +0000
commit8a5e066fe3f4214d28262869a2d36934bbf21650 (patch)
tree69a2cfa71a5c56ae57a0e3cf5ae5f8651663072b /x11-plugins/wmcalendar
parentAdd vala to DEPEND, bug #482416. Remove old revisions. (diff)
downloadgentoo-2-8a5e066fe3f4214d28262869a2d36934bbf21650.tar.gz
gentoo-2-8a5e066fe3f4214d28262869a2d36934bbf21650.tar.bz2
gentoo-2-8a5e066fe3f4214d28262869a2d36934bbf21650.zip
Move DOCS declaration up.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r--x11-plugins/wmcalendar/ChangeLog6
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-plugins/wmcalendar/ChangeLog b/x11-plugins/wmcalendar/ChangeLog
index 350761a98c3e..7a5023a13d0a 100644
--- a/x11-plugins/wmcalendar/ChangeLog
+++ b/x11-plugins/wmcalendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcalendar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.22 2013/08/25 15:27:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.23 2013/08/25 15:30:31 jer Exp $
+
+ 25 Aug 2013; Jeroen Roovers <jer@gentoo.org> wmcalendar-0.5.2-r1.ebuild:
+ Move DOCS declaration up.
*wmcalendar-0.5.2-r1 (25 Aug 2013)
@@ -90,4 +93,3 @@
06 Mar 2004; Markus Nigbur <pyrania@gentoo.org> wmcalendar-0.5.0.ebuild:
Initial import.
-
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
index e05ac6330dff..d85de428f065 100644
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
+++ b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild,v 1.1 2013/08/25 15:27:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild,v 1.2 2013/08/25 15:30:31 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -26,6 +26,8 @@ DEPEND="
virtual/pkgconfig
"
+DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} )
+
S=${WORKDIR}/${P}/Src
src_prepare() {
@@ -34,5 +36,3 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-ical.patch
tc-export CC PKG_CONFIG
}
-
-DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} )