diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-14 17:54:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-14 17:54:35 +0000 |
commit | 6362a6e0c0fd5b28823e4047ce5f156095a4ae7a (patch) | |
tree | e497900c5c367cb7ea50f87aa53a89cf76979093 /xfce-extra/xfce4-dict | |
parent | Stable for HPPA (bug #310121). (diff) | |
download | historical-6362a6e0c0fd5b28823e4047ce5f156095a4ae7a.tar.gz historical-6362a6e0c0fd5b28823e4047ce5f156095a4ae7a.tar.bz2 historical-6362a6e0c0fd5b28823e4047ce5f156095a4ae7a.zip |
old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r-- | xfce-extra/xfce4-dict/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.5.3.ebuild | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest index d57dd8c11048..77183637d97d 100644 --- a/xfce-extra/xfce4-dict/Manifest +++ b/xfce-extra/xfce4-dict/Manifest @@ -1,6 +1,4 @@ -DIST xfce4-dict-0.5.3.tar.bz2 344094 RMD160 d030b205a9007c7023b13497d69f6be165af8999 SHA1 21a2e50d7b51104ffbfb9ea32eb783e541ccd844 SHA256 999b86a807a897ff7737cada770d8bc543b1a1b22baa7e3c37f8408d496cc253 DIST xfce4-dict-0.6.0.tar.bz2 373420 RMD160 050def7ce94982683c14afb2611d1d415268f743 SHA1 af004096d6bd935d69b7ef3a989470e89c7be99b SHA256 a8188ca4c980ca2003be6bf2391589f5122830680c41d51105b10813850da0d3 -EBUILD xfce4-dict-0.5.3.ebuild 904 RMD160 6200e8099a34b40677a1caba9d1cf9d3cc179834 SHA1 aaf6de6414d03421622b0f5893ea0d29e0ff251a SHA256 7447940bf2e0b6d7be18cbc30a444a081fc4b41d9a38f55c67213ecbdb8214c4 EBUILD xfce4-dict-0.6.0.ebuild 898 RMD160 9a1b7307d44a0d210deccd0024813d5670c73acc SHA1 56fe7111f9466a304bd8448ee73e6bf947739ce1 SHA256 e9a6cd135f10723f9a5846b8baed943a686939bad2f69178f592bb29c8c58fd3 MISC ChangeLog 5995 RMD160 af063bf2f7da36984d60405030d8c94da85a54bd SHA1 86026af8013649063e703a422ae564fb78d36cfd SHA256 22a056e5c070b31fc6b8d3c5b90a1246b859e4d64c062032fc0418df2e50d5cf MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.5.3.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.5.3.ebuild deleted file mode 100644 index 2e9aa4051f40..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.5.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.3.ebuild,v 1.10 2009/10/08 17:32:05 darkside Exp $ - -EAPI=2 -inherit xfconf - -DESCRIPTION="plugin and stand-alone application to query dict.org" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict " -SRC_URI="mirror://xfce/src/apps/${PN}/0.5/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.6:2 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/xfce4-panel-4.4" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS ChangeLog README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" -} |