diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:52:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:52:12 +0000 |
commit | 628d66a1cce094b26f384c868f96d625c3d9e658 (patch) | |
tree | dd96d0cc9da44f0747c76039ac346f19d2c5c566 /app-office/orage | |
parent | Use Gentoo mirrors (diff) | |
download | historical-628d66a1cce094b26f384c868f96d625c3d9e658.tar.gz historical-628d66a1cce094b26f384c868f96d625c3d9e658.tar.bz2 historical-628d66a1cce094b26f384c868f96d625c3d9e658.zip |
EAPI4
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'app-office/orage')
-rw-r--r-- | app-office/orage/Manifest | 8 | ||||
-rw-r--r-- | app-office/orage/orage-4.8.1.ebuild | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest index 71a4c5c4ea69..46355b406716 100644 --- a/app-office/orage/Manifest +++ b/app-office/orage/Manifest @@ -2,13 +2,13 @@ Hash: SHA256 DIST orage-4.8.1.tar.bz2 2235528 RMD160 328aadd08a6f3cc20fff789e1982794e4f4bd1f9 SHA1 60ca98e3afbfd00533b2e3b1cf6d0c7902b607d3 SHA256 612d9e0e6b0113e04332d13cfbe027e464ff1c8e7ddef5052369ac88e67e09d8 -EBUILD orage-4.8.1.ebuild 1261 RMD160 5ec95c1193c1d3e67159b7342d84868a795fb501 SHA1 cf4699322ae3455f60e57489cb0325a3401ce649 SHA256 780e42af25a1214ebdadb37f216662e60c858832808567a69a366941bc5296b2 +EBUILD orage-4.8.1.ebuild 1231 RMD160 67386cc940bc78bca3ebf4c837389136e4a4d640 SHA1 16fb6a0039f396721619ce18973d95b2a37eacf8 SHA256 cc0158f74d2ed985f205e33ec6a8711c3244b502d46dfb6773100c52a54cbf6a MISC ChangeLog 9889 RMD160 c46eed110e819bd1d8a8676e6be60ebd13118e07 SHA1 268e2c0b5e70f7379166a1a3868c98a78a5813ee SHA256 afb98f0a9ed61bf37031d105de52a88b99b4ac26af76f5efab59f69f9c27e624 MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) -iF4EAREIAAYFAk2zDGgACgkQXkR9YqOcLPGC4wD8DS3ml8Isu8E9wbDGYanCu4BA -ADaYXCqdI8BD/1x/Cn8BAIGzYIXHp03qMzxXdbpP9jQFtBwHUDdvCYFv4YNnKH6c -=UcDr +iF4EAREIAAYFAk3VkMMACgkQXkR9YqOcLPGPmwD/QX1lQeMAVzJTLFWfYZw0u+Qq +UNkPk/wxb+DGfPd7oDcA/RqMeLRu7D+An+GyhfxHcgmZXoihSFc3Dp06tMehsqm9 +=txIE -----END PGP SIGNATURE----- diff --git a/app-office/orage/orage-4.8.1.ebuild b/app-office/orage/orage-4.8.1.ebuild index c9f865e4d108..f9c4f51610d1 100644 --- a/app-office/orage/orage-4.8.1.ebuild +++ b/app-office/orage/orage-4.8.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.1.ebuild,v 1.7 2011/04/23 17:27:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.1.ebuild,v 1.8 2011/05/19 21:52:12 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit flag-o-matic xfconf DESCRIPTION="Xfce's calendar suite (with panel plug-in)" @@ -19,8 +19,8 @@ RDEPEND=">=dev-libs/libical-0.43 >=x11-libs/gtk+-2.10:2 berkdb? ( >=sys-libs/db-4 ) dbus? ( >=dev-libs/dbus-glib-0.88 ) - libnotify? ( >=x11-libs/libnotify-0.3.2 ) - xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.6 )" + libnotify? ( >=x11-libs/libnotify-0.4.5 ) + xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.8 )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" @@ -30,7 +30,6 @@ pkg_setup() { XFCONF=( --docdir="${EPREFIX}"/usr/share/doc/${PF}/html - --disable-dependency-tracking $(use_enable xfce_plugins_clock libxfce4panel) $(use_enable dbus) $(use_enable libnotify) @@ -38,5 +37,5 @@ pkg_setup() { $(xfconf_use_debug) ) - DOCS="AUTHORS ChangeLog NEWS README TODO" + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } |