summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-12-14 21:44:52 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-12-14 21:44:52 +0000
commitd19f200f9c57ecbf2e47386d6dcd5696529ff5b7 (patch)
treec388e2822312d19c8e6f344b12fc905b9084f18a /x11-misc
parentppc/ppc64 stable wrt bug #531826 (diff)
downloadgentoo-2-d19f200f9c57ecbf2e47386d6dcd5696529ff5b7.tar.gz
gentoo-2-d19f200f9c57ecbf2e47386d6dcd5696529ff5b7.tar.bz2
gentoo-2-d19f200f9c57ecbf2e47386d6dcd5696529ff5b7.zip
update HOMEPAGE, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/sunflower/ChangeLog7
-rw-r--r--x11-misc/sunflower/sunflower-0.1_alpha56.ebuild93
-rw-r--r--x11-misc/sunflower/sunflower-0.1_alpha57.ebuild92
-rw-r--r--x11-misc/sunflower/sunflower-0.1_alpha58.ebuild92
-rw-r--r--x11-misc/sunflower/sunflower-0.2_alpha59.ebuild4
5 files changed, 8 insertions, 280 deletions
diff --git a/x11-misc/sunflower/ChangeLog b/x11-misc/sunflower/ChangeLog
index f53a1250da52..5988b2042862 100644
--- a/x11-misc/sunflower/ChangeLog
+++ b/x11-misc/sunflower/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/sunflower
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/ChangeLog,v 1.15 2014/12/14 10:21:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/ChangeLog,v 1.16 2014/12/14 21:44:52 hasufell Exp $
+
+ 14 Dec 2014; Julian Ospald <hasufell@gentoo.org>
+ -sunflower-0.1_alpha56.ebuild, -sunflower-0.1_alpha57.ebuild,
+ -sunflower-0.1_alpha58.ebuild, sunflower-0.2_alpha59.ebuild:
+ update HOMEPAGE, rm old
14 Dec 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
New line at end of file.
diff --git a/x11-misc/sunflower/sunflower-0.1_alpha56.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha56.ebuild
deleted file mode 100644
index 9826876ec998..000000000000
--- a/x11-misc/sunflower/sunflower-0.1_alpha56.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha56.ebuild,v 1.3 2014/07/06 12:57:53 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit eutils fdo-mime gnome2-utils python-r1
-
-MY_PV="${PV%_alpha*}a-${PV#*_alpha}"
-MY_PN="Sunflower"
-DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
-HOMEPAGE="http://code.google.com/p/sunflower-fm"
-SRC_URI="http://sunflower-fm.googlecode.com/files/${MY_PN}-${MY_PV}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- >=dev-python/pygtk-2.15.0[${PYTHON_USEDEP}]
- >=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
- gnome-base/librsvg:2"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- find "${S}" -name "*.py[co]" -delete || die
- find "${S}"/translations -name "*.po" -delete || die
- rm "${S}"/translations/${PN}.pot || die
-
- sed -i \
- -e '/^application_file/s/os.path.dirname(sys.argv\[0\])/os.getcwd()/' \
- ${MY_PN}.py || die
-}
-
-src_install() {
- touch __init__.py || die
- installme() {
- # install modules
- python_moduleinto ${PN}
- python_domodule images application ${MY_PN}.py \
- AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
-
- # generate and install startup scripts
- sed \
- -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
- "${FILESDIR}"/${PN} > "${T}"/${PN} || die
- python_doscript "${T}"/${PN}
- }
-
- # install for all enabled implementations
- python_foreach_impl installme
-
- insinto /usr/share/locale
- # correct gettext behavior
- if [[ -n "${LINGUAS+x}" ]] ; then
- for i in $(cd "${S}"/translations ; echo *) ; do
- if has ${i} ${LINGUAS} ; then
- doins -r "${S}"/translations/${i}
- fi
- done
- else
- doins -r "${S}"/translations/*
- fi
-
- newicon -s 64 images/${PN}_64.png ${PN}.png
- doicon -s scalable images/${PN}.svg
- newmenu ${MY_PN}.desktop ${PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-
- # TODO: better description
- elog "optional dependencies:"
- elog " dev-python/libgnome-python"
- elog " media-libs/mutagen"
- elog " x11-libs/vte:0[python] (terminal support)"
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
diff --git a/x11-misc/sunflower/sunflower-0.1_alpha57.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha57.ebuild
deleted file mode 100644
index 90e39ee78dec..000000000000
--- a/x11-misc/sunflower/sunflower-0.1_alpha57.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha57.ebuild,v 1.2 2014/07/06 12:57:53 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit eutils fdo-mime gnome2-utils python-r1
-
-MY_PN="Sunflower"
-DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
-HOMEPAGE="http://code.google.com/p/sunflower-fm"
-SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/a-}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- >=dev-python/pygtk-2.15.0[${PYTHON_USEDEP}]
- >=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
- gnome-base/librsvg:2"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- find "${S}" -name "*.py[co]" -delete || die
- find "${S}"/translations -name "*.po" -delete || die
- rm "${S}"/translations/${PN}.pot || die
-
- sed -i \
- -e '/^application_file/s/os.path.dirname(sys.argv\[0\])/os.getcwd()/' \
- ${MY_PN}.py || die
-}
-
-src_install() {
- touch __init__.py || die
- installme() {
- # install modules
- python_moduleinto ${PN}
- python_domodule images application ${MY_PN}.py \
- AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
-
- # generate and install startup scripts
- sed \
- -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
- "${FILESDIR}"/${PN} > "${T}"/${PN} || die
- python_doscript "${T}"/${PN}
- }
-
- # install for all enabled implementations
- python_foreach_impl installme
-
- insinto /usr/share/locale
- # correct gettext behavior
- if [[ -n "${LINGUAS+x}" ]] ; then
- for i in $(cd "${S}"/translations ; echo *) ; do
- if has ${i} ${LINGUAS} ; then
- doins -r "${S}"/translations/${i}
- fi
- done
- else
- doins -r "${S}"/translations/*
- fi
-
- newicon -s 64 images/${PN}_64.png ${PN}.png
- doicon -s scalable images/${PN}.svg
- newmenu ${MY_PN}.desktop ${PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-
- # TODO: better description
- elog "optional dependencies:"
- elog " dev-python/libgnome-python"
- elog " media-libs/mutagen"
- elog " x11-libs/vte:0[python] (terminal support)"
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
diff --git a/x11-misc/sunflower/sunflower-0.1_alpha58.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha58.ebuild
deleted file mode 100644
index 6f0ae881e8b3..000000000000
--- a/x11-misc/sunflower/sunflower-0.1_alpha58.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha58.ebuild,v 1.2 2014/07/06 12:57:53 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit eutils fdo-mime gnome2-utils python-r1
-
-MY_PN="Sunflower"
-DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
-HOMEPAGE="http://code.google.com/p/sunflower-fm"
-SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/a-}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- >=dev-python/pygtk-2.15.0[${PYTHON_USEDEP}]
- >=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
- gnome-base/librsvg:2"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- find "${S}" -name "*.py[co]" -delete || die
- find "${S}"/translations -name "*.po" -delete || die
- rm "${S}"/translations/${PN}.pot || die
-
- sed -i \
- -e '/^application_file/s/os.path.dirname(sys.argv\[0\])/os.getcwd()/' \
- ${MY_PN}.py || die
-}
-
-src_install() {
- touch __init__.py || die
- installme() {
- # install modules
- python_moduleinto ${PN}
- python_domodule images application ${MY_PN}.py \
- AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
-
- # generate and install startup scripts
- sed \
- -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
- "${FILESDIR}"/${PN} > "${T}"/${PN} || die
- python_doscript "${T}"/${PN}
- }
-
- # install for all enabled implementations
- python_foreach_impl installme
-
- insinto /usr/share/locale
- # correct gettext behavior
- if [[ -n "${LINGUAS+x}" ]] ; then
- for i in $(cd "${S}"/translations ; echo *) ; do
- if has ${i} ${LINGUAS} ; then
- doins -r "${S}"/translations/${i}
- fi
- done
- else
- doins -r "${S}"/translations/*
- fi
-
- newicon -s 64 images/${PN}_64.png ${PN}.png
- doicon -s scalable images/${PN}.svg
- newmenu ${MY_PN}.desktop ${PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-
- # TODO: better description
- elog "optional dependencies:"
- elog " dev-python/libgnome-python"
- elog " media-libs/mutagen"
- elog " x11-libs/vte:0[python] (terminal support)"
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
index d36db479bc54..7d3e60ed9d35 100644
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild,v 1.2 2014/08/24 18:37:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild,v 1.3 2014/12/14 21:44:52 hasufell Exp $
EAPI=5
@@ -10,7 +10,7 @@ inherit eutils fdo-mime gnome2-utils python-r1
MY_PN="Sunflower"
DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
HOMEPAGE="https://github.com/MeanEYE/Sunflower
- http://code.google.com/p/sunflower-fm"
+ http://sunflower-fm.org/"
SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/-}.tgz"
LICENSE="GPL-3"