diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 17:01:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 17:01:09 +0000 |
commit | d2d1133cd0b7d8c3ec8f61bf394f9d25418e4ee4 (patch) | |
tree | 15087767090f17a9f1f67a4be09fae7c16bf1be2 /xfce-extra/xfce4-notes-plugin | |
parent | amd64 stable, bug 327279 (diff) | |
download | historical-d2d1133cd0b7d8c3ec8f61bf394f9d25418e4ee4.tar.gz historical-d2d1133cd0b7d8c3ec8f61bf394f9d25418e4ee4.tar.bz2 historical-d2d1133cd0b7d8c3ec8f61bf394f9d25418e4ee4.zip |
ppc64 stable wrt #323729
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.0.ebuild | 30 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild | 4 |
3 files changed, 7 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/ChangeLog b/xfce-extra/xfce4-notes-plugin/ChangeLog index 3dc6430910ae..3df15b06b567 100644 --- a/xfce-extra/xfce4-notes-plugin/ChangeLog +++ b/xfce-extra/xfce4-notes-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-notes-plugin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.21 2010/06/30 16:10:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.22 2010/07/09 16:57:45 ssuominen Exp $ + + 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + xfce4-notes-plugin-1.7.6.ebuild: + ppc64 stable wrt #323729 30 Jun 2010; Christian Faulhammer <fauli@gentoo.org> xfce4-notes-plugin-1.7.6.ebuild: diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.0.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.0.ebuild deleted file mode 100644 index 2acf349d0b91..000000000000 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.0.ebuild,v 1.8 2010/02/17 20:39:51 ssuominen Exp $ - -EAPI=2 -inherit xfconf - -DESCRIPTION="Xfce4 panel sticky notes plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="hppa" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=xfce-base/xfce4-panel-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/xfconf-4.6 - >=xfce-base/libxfcegui4-4.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" -} diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild index 50aee0fe0711..f6cc1dbc3157 100644 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild +++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild,v 1.3 2010/06/30 16:10:34 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild,v 1.4 2010/07/09 16:57:45 ssuominen Exp $ EAPI=2 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug" RDEPEND=">=dev-libs/glib-2.16:2 |