summaryrefslogtreecommitdiff
path: root/media-gfx/postr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
commite3872864be25f7421015bef2732fa57c0c9fb726 (patch)
tree9cb29a544215119b5c5538e37211b994ce1c87ae /media-gfx/postr
parent480486b52ea64765faf696c88b2c6a26a5a454d4 (diff)
gentoo resync : 04.08.2018
Diffstat (limited to 'media-gfx/postr')
-rw-r--r--media-gfx/postr/Manifest3
-rw-r--r--media-gfx/postr/metadata.xml8
-rw-r--r--media-gfx/postr/postr-0.13.1.ebuild63
3 files changed, 0 insertions, 74 deletions
diff --git a/media-gfx/postr/Manifest b/media-gfx/postr/Manifest
deleted file mode 100644
index 067e007738b1..000000000000
--- a/media-gfx/postr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST postr-0.13.1.tar.xz 384196 BLAKE2B bb3420d4ce35b3a06d183cd54c438c4a1a6a9d613f1909b73cb5a7b5d12b5ad6f06313889b7f780ed776c44e56922f5c731f7fcca46b364b1bb76ca3872a6988 SHA512 43486d6c19ccad86e44e00fd7e7aadbdc8268ada38cffe616c5b7c3b7280556222ae961036cd7c711b067948772acec92927d86d4c1d82a26ecf49011991f598
-EBUILD postr-0.13.1.ebuild 1453 BLAKE2B 8536b5cc53f53d71ad0dbcb9e53efe431632e09a6d8a3b51fc7a469f7cf5a82f9ff707aa00e883c45662c530ffe6443f8436383e7b58f951dd7e62b98f2b2ffb SHA512 004d9c69b56f34f57e2528102ec533b267bd13393a2cd25054c1cfa618bf7c0529b55b12bacb0f71dc07d2f3fe78336cf3812c9b998ebb2a4773905e880e4468
-MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
diff --git a/media-gfx/postr/metadata.xml b/media-gfx/postr/metadata.xml
deleted file mode 100644
index 39980802b1da..000000000000
--- a/media-gfx/postr/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-gfx/postr/postr-0.13.1.ebuild b/media-gfx/postr/postr-0.13.1.ebuild
deleted file mode 100644
index 0f140ae55826..000000000000
--- a/media-gfx/postr/postr-0.13.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit eutils gnome2 python-single-r1
-
-DESCRIPTION="Flickr uploader for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Postr"
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- dev-python/pygtk:2[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${COMMON_DEPEND}
- dev-python/bsddb3[${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/gconf-python[${PYTHON_USEDEP}]
- dev-python/gtkspell-python[${PYTHON_USEDEP}]
- dev-python/libgnome-python[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- || (
- dev-python/twisted[${PYTHON_USEDEP}]
- (
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/twisted-web[${PYTHON_USEDEP}]
- )
- )
-"
-DEPEND="${COMMON_DEPEND}
- app-text/gnome-doc-utils
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- # Don't check for nautilus-python if we aren't installing the nautilus-2 extension
- sed -e 's:nautilus-python >= 0.6.1::' -i configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --with-nautilus-extension-dir="${EPREFIX}"/usr/share/nautilus-python/extensions
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${ED}"
-
- rm -r "${ED}usr/share/nautilus-python" || die
-}