summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-03-21 16:54:36 +0100
committerPacho Ramos <pacho@gentoo.org>2020-03-21 16:54:49 +0100
commit47406ee9a9fbdc6e67c5e840a71eb5d771845541 (patch)
treef3150528282c0081a5a40bf00306220f0c4d9c3a
parentgnome-extra/gnome-shell-extension-dash-to-panel: Bump to v31 (diff)
downloadgentoo-47406ee9a9fbdc6e67c5e840a71eb5d771845541.tar.gz
gentoo-47406ee9a9fbdc6e67c5e840a71eb5d771845541.tar.bz2
gentoo-47406ee9a9fbdc6e67c5e840a71eb5d771845541.zip
gnome-extra/gnome-shell-extension-dash-to-panel: Drop old
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--gnome-extra/gnome-shell-extension-dash-to-panel/Manifest2
-rw-r--r--gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-29.ebuild74
-rw-r--r--gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-30.ebuild74
3 files changed, 0 insertions, 150 deletions
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
index eef1e2350914..2df15768a218 100644
--- a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
+++ b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
@@ -1,5 +1,3 @@
DIST gnome-shell-extension-dash-to-panel-26.tar.gz 21100594 BLAKE2B da90d4f496e10c14c554edb74065c95bf211f6778c097e3b81d863a46d0d3477f281cebac72f334b461f28b998284a861363b27d6c17ef5b1d47947a1f44bf01 SHA512 45bc148d2419db5943d0c2170ea3739a36c5a928c39d070501c5dfbec3910ba08058af1926c42f75d6b3e5918d8c30aef4f38db0af14115c11027520fa582a2f
-DIST gnome-shell-extension-dash-to-panel-29.tar.gz 21107847 BLAKE2B 1a5440208a61ddadd0f0a3f22cfe2d2d675ad2784757aef69eb16c305c5b1a86ecfe1a73e22457d2641f599ab1d8162b24cc573621c33cbd0298a24ef9faf4c1 SHA512 6ed189a5ac5ac00d9ce33701dbde898c81c37ac13da353c9e44cea835ca4b7ab748e42cca4639e9c1f4f6dafe2ba6c5b72ba524eca67eb8365aec354ddfca05c
-DIST gnome-shell-extension-dash-to-panel-30.tar.gz 21113887 BLAKE2B 91b606090461e4dbd15e9f72ce0f9f6dcfea741560d2bca8f93335a124ee3136b62948ac0686015d96da7841a550e586c711977244ed178ee71103b0fa822fd0 SHA512 64b17297174473460c22591a3b1dc53c0884ccae05cf4e92335be273227de4037b25ef65d98af2403077eebf89d5ee8977a81b454f017f41f7f0d081f1411b72
DIST gnome-shell-extension-dash-to-panel-31.tar.gz 21114019 BLAKE2B 4a495909e9ddf498151272eb8cabf9f4e4cc3b5b9616645a52fcd1d5e43d25d3d70b2840e5cec5531dc0f1abf7093133ebbfb52783e65520aab828c4cc0cf827 SHA512 3b98b9fbff26c7d7972271f01d84ec8c80d677e965519dd0ebc580d383e42fc2c44d4b21a28cf7438b92eaa56fbc6f5e41b1c595f78405e1b1f49cf982b3bc5f
DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-29.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-29.ebuild
deleted file mode 100644
index c5470a35cce9..000000000000
--- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-29.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2-utils
-
-MY_PN="${PN/gnome-shell-extension-/}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="An icon taskbar for the Gnome Shell"
-HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel"
-SRC_URI="
- https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="branding"
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
- app-eselect/eselect-gnome-shell-extensions
- >=gnome-base/gnome-shell-3.18.0
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- # Enable by default custom opacity to get panel slightly transparent
- # as was done in older Gnome versions
- "${FILESDIR}"/${PN}-26-opacity.patch
-)
-
-src_prepare() {
- default
-
- # Set correct version
- export VERSION="${PV}"
-
- # Don't install README and COPYING in unwanted locations
- sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die
-
- # Provide fancy Gentoo icon when requested
- use branding && eapply "${FILESDIR}"/${PN}-26-branding.patch
-}
-
-src_install() {
- default
- if use branding; then
- insinto /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com/img
- doins "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg"
- fi
-}
-
-pkg_preinst() {
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- ebegin "Updating list of installed extensions"
- eselect gnome-shell-extensions update
- eend $?
-}
-
-pkg_postrm() {
- gnome2_schemas_update
-}
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-30.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-30.ebuild
deleted file mode 100644
index c5470a35cce9..000000000000
--- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-30.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2-utils
-
-MY_PN="${PN/gnome-shell-extension-/}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="An icon taskbar for the Gnome Shell"
-HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel"
-SRC_URI="
- https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="branding"
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
- app-eselect/eselect-gnome-shell-extensions
- >=gnome-base/gnome-shell-3.18.0
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- # Enable by default custom opacity to get panel slightly transparent
- # as was done in older Gnome versions
- "${FILESDIR}"/${PN}-26-opacity.patch
-)
-
-src_prepare() {
- default
-
- # Set correct version
- export VERSION="${PV}"
-
- # Don't install README and COPYING in unwanted locations
- sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die
-
- # Provide fancy Gentoo icon when requested
- use branding && eapply "${FILESDIR}"/${PN}-26-branding.patch
-}
-
-src_install() {
- default
- if use branding; then
- insinto /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com/img
- doins "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg"
- fi
-}
-
-pkg_preinst() {
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- ebegin "Updating list of installed extensions"
- eselect gnome-shell-extensions update
- eend $?
-}
-
-pkg_postrm() {
- gnome2_schemas_update
-}