]> Pileus Git - ~andy/sunrise/commitdiff
app-portage/pusher: Remove as the project is unfinished and abandoned for over three...
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Aug 2010 19:10:51 +0000 (19:10 +0000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Aug 2010 19:10:51 +0000 (19:10 +0000)
svn path=/sunrise/; revision=11125

app-portage/pusher/ChangeLog [deleted file]
app-portage/pusher/Manifest [deleted file]
app-portage/pusher/metadata.xml [deleted file]
app-portage/pusher/pusher-0.1_alpha3.ebuild [deleted file]
profiles/package.mask

diff --git a/app-portage/pusher/ChangeLog b/app-portage/pusher/ChangeLog
deleted file mode 100644 (file)
index c2feac2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for app-portage/pusher
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  21 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org>
-  pusher-0.1_alpha3.ebuild:
-  dev-util/git -> dev-vcs/git
-
-  09 Jul 2007; Alex Tarkovsky <alextarkovsky@gmail.com>
-  -pusher-0.1_alpha2.ebuild, +pusher-0.1_alpha3.ebuild:
-  Bump to alpha3, killing alpha2
-
-  08 Jul 2007; Alex Tarkovsky <alextarkovsky@gmail.com>
-  -pusher-0.1_alpha1.ebuild, +pusher-0.1_alpha2.ebuild:
-  Bump to alpha2 with major bugfixes
-
-  05 Jul 2007; Alex Tarkovsky <alextarkovsky@gmail.com> +metadata.xml,
-  +pusher-0.1_alpha1.ebuild:
-  Initial alpha commit of replacement for sunrise-commit
-
diff --git a/app-portage/pusher/Manifest b/app-portage/pusher/Manifest
deleted file mode 100644 (file)
index f32b328..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pusher-0.1_alpha3.tar.bz2 66667 RMD160 f5d435bccf7c6290b7affba777fcbb1eb18690ef SHA1 be269abed897b4c703b878c739c6d01d9af2e077 SHA256 bdd409eef9b3eb256f8967bead8141772af922eefac3c8b51e314fa8173b3553
-EBUILD pusher-0.1_alpha3.ebuild 1278 RMD160 873eafecbfba9aa685f8e90dff8bc12b5f78e64c SHA1 0b4cba2fd87668c5f3aec3c6e89de29a72ee422f SHA256 b2382327117c7f387c4f1ed471309b3d534f6b2ba0915438df2d2c479c229fee
-MISC ChangeLog 686 RMD160 83ef2c32ac28bca6e48685e35b55ba57f68793b3 SHA1 42745e490ab8fe7eb4e3dbec621276d3ec08043e SHA256 0bb923bf6213985313ee9cae4a14eccc27ff46c9503fa1e983be5ed3303cad10
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/app-portage/pusher/metadata.xml b/app-portage/pusher/metadata.xml
deleted file mode 100644 (file)
index e6233b5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/app-portage/pusher/pusher-0.1_alpha3.ebuild b/app-portage/pusher/pusher-0.1_alpha3.ebuild
deleted file mode 100644 (file)
index 7cfe765..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-DESCRIPTION="Automates commit and QA procedures for Gentoo ebuild repositories"
-HOMEPAGE="http://gentooexperimental.org/~shillelagh/"
-SRC_URI="http://gentooexperimental.org/~shillelagh/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc subversion" #"cvs doc git paludis pkgcore subversion"
-
-DEPEND=">=app-portage/gentoolkit-dev-0.2.6.6
-       >=sys-apps/portage-2.1
-       subversion? ( dev-python/pysvn )"
-       #cvs?        ( dev-vcs/cvs )
-       #git?        ( dev-vcs/git )
-       #paludis?    ( sys-apps/paludis )
-       #pkgcore?    ( sys-apps/pkgcore )
-RDEPEND="${DEPEND}"
-
-src_install() {
-       distutils_src_install
-       insinto /etc/pusher
-       doins etc/pusher.conf
-       use doc && dohtml -r doc/html/*
-}
-
-pkg_postinst() {
-       distutils_pkg_postinst
-       ewarn "This is an alpha version, so make sure you know how to use your Subversion"
-       ewarn "client's revert feature before you use Pusher. Better make backups too. ;)"
-       einfo
-       einfo "Plug-ins for CVS, Git, Qualudis and Pcheck aren't implemented in this version."
-       einfo
-       einfo "Don't forget to set appropriate values for each echangelogUser key in"
-       einfo "/etc/pusher/pusher.conf."
-}
index 79bda2709831e3768e7173f9230de72834f5e4ae..a73a2c32bfc351a744294fccff3c8f4d60802bce 100644 (file)
 ##   End example
 ##
 
-# Michał Górny <mgorny.3ehbo@mailnull.com> (11 Jul 2010)
-# The project is unfinished and left dead for over three years,
-# and there's no open bug for it at Bugzie. Masking for removal
-# in 30 days.
-=app-portage/pusher-0.1_alpha3
-
 # Michał Górny <mgorny.3ehbo@mailnull.com> (10 Jul 2010)
 # The distfiles fail to fetch and there's noone with Zope knowledge to
 # perform the bump. Removal in 30 days.