summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-smartbookmark-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /xfce-extra/xfce4-smartbookmark-plugin
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'xfce-extra/xfce4-smartbookmark-plugin')
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.6.ebuild37
2 files changed, 0 insertions, 39 deletions
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/Manifest b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
index 729e0cb9b752..0ad9e0023817 100644
--- a/xfce-extra/xfce4-smartbookmark-plugin/Manifest
+++ b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
@@ -1,5 +1,3 @@
-DIST xfce4-smartbookmark-plugin-0.4.6.tar.bz2 280664 BLAKE2B 0eb13f460c1018b576298ae3b835893fb546d20f99448eada34a05000208bf173ac7125cb819c59cd9cf5ed28b3bf8214d256c72961a908fded9daaef7e46641 SHA512 1d08b26761189d5e3b9d6a3e7f8a6bad8b73cc48ecf6d41c675bb13cc1074f48aca94e953b8d6cc97259c64c4f9f0aca9f0b0680fc4c6a9f01b13898175a5645
DIST xfce4-smartbookmark-plugin-0.5.0.tar.bz2 280988 BLAKE2B 783d495aae351454abf1a3d9bd43c0656baf7ff94bf3015ad300a103cd17eccfdae13385b025d293bd9d7a65b37c0a19aebf3cbca8276ce36d1e41287359d62c SHA512 0514a1159cb5218af73d28897a218c369a64b9c3a7c286c0bf45ad404773ccaa49af5c8b0492e38f56f8089a2ec79b0434de93388d960b993ad67cecef5315cc
-EBUILD xfce4-smartbookmark-plugin-0.4.6.ebuild 932 BLAKE2B a2defafaf5d9bc563eed84b049f9542b3805d2e9f498d81567c5fb4e0a6bf873f5e2bc9268fd417609e9dd48babb378fc34842fba022ad27ea75c4cd05857f13 SHA512 347f182c79f5dd6c63fa98d67fb9bfba84c35f006ce708fb8f7f1046d9664921d1c9366f0b65f42f1cc0148cf1f502a589096a5d6e62096f7d62c04af058010e
EBUILD xfce4-smartbookmark-plugin-0.5.0.ebuild 1107 BLAKE2B aa69ffb82fa46fc74ae27727a98e634099bbdc1d379135ced448c1085fe069d607666e4786b0e0ae76d48864b6caa0776d45d428693a727623f8808ea2db394b SHA512 1e9b860528efcf0050bd40a98bd3d7bffb74e7e2e6cf71c466f46744875697989cd7ee22179cbf678bf830c990fa9cf6d445939cc103741560efbf8b838c127a
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.6.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.6.ebuild
deleted file mode 100644
index 5956ffea6e03..000000000000
--- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
-HOMEPAGE="https://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 ~amd64-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
-}