summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-30 21:37:46 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-30 21:49:46 +0200
commitdd99c5fa211cdb60bfec0d386c7f1d667f9d76dc (patch)
tree311eb5cef4b2afbbd3b5fd112e6a751059792f47 /xfce-extra
parentxfce-extra/xfce4-netload-plugin: Bump to 1.2.99, the first GTK+3 pre-release (diff)
downloadgentoo-dd99c5fa211cdb60bfec0d386c7f1d667f9d76dc.tar.gz
gentoo-dd99c5fa211cdb60bfec0d386c7f1d667f9d76dc.tar.bz2
gentoo-dd99c5fa211cdb60bfec0d386c7f1d667f9d76dc.zip
xfce-extra/xfce4-smartbookmark-plugin: Prune old
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.5.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/Manifest b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
index 8666be8854d1..e276510800d3 100644
--- a/xfce-extra/xfce4-smartbookmark-plugin/Manifest
+++ b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-smartbookmark-plugin-0.4.5.tar.bz2 271402 SHA256 6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886 SHA512 bf3f41d7130aaf97927fb74def7b8f0b0dc566a7df01e0090c7517aebdc768dca3673a1d1e490d2cfbfcd68dfd5cf6c1cbc06447baa5361204bf3cdca6729489 WHIRLPOOL c5bfedbe9c5aeb9a488e5e305f6d27679be42ee6156a5097ba851e25ceac72095e6f2bcdb3b91aaf8a0fddca5c5137f3c4967c49671251533b90f34759152329
DIST xfce4-smartbookmark-plugin-0.4.6.tar.bz2 280664 SHA256 3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f SHA512 1d08b26761189d5e3b9d6a3e7f8a6bad8b73cc48ecf6d41c675bb13cc1074f48aca94e953b8d6cc97259c64c4f9f0aca9f0b0680fc4c6a9f01b13898175a5645 WHIRLPOOL 35adc639db061cb3158ad274cdfecfa0a8ad47399c8ee308086b12f4f6c4e6818522154e06217e75f56ee1e52abfb132c837aeba40b91f19aa4d49c5392eb69b
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.5.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.5.ebuild
deleted file mode 100644
index b958ab33908e..000000000000
--- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${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"
-IUSE="debug"
-
-COMMON_DEPEND="x11-libs/gtk+:2
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/xfce4-panel-4.10"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/exo-0.8"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
-src_prepare() {
- sed -i -e '/bugs/s:debian:gentoo:' src/smartbookmark.c || die
- xfconf_src_prepare
-}