summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2008-06-09 07:43:45 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2008-06-09 07:43:45 +0000
commit93692cdff49228de1b49a2c0a69004c758aaa642 (patch)
tree4a2f867c5cca962942ec80428ccd19c3fe9b40d6 /dev-util/stgit
parentUnmasked media-libs/ming-0.3.0*. PHP builds fine with it. (diff)
downloadgentoo-2-93692cdff49228de1b49a2c0a69004c758aaa642.tar.gz
gentoo-2-93692cdff49228de1b49a2c0a69004c758aaa642.tar.bz2
gentoo-2-93692cdff49228de1b49a2c0a69004c758aaa642.zip
Version bump. Remove old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/stgit')
-rw-r--r--dev-util/stgit/ChangeLog9
-rw-r--r--dev-util/stgit/stgit-0.11.ebuild25
-rw-r--r--dev-util/stgit/stgit-0.12.1-r1.ebuild26
-rw-r--r--dev-util/stgit/stgit-0.12.1.ebuild25
-rw-r--r--dev-util/stgit/stgit-0.12.ebuild25
-rw-r--r--dev-util/stgit/stgit-0.13.ebuild26
-rw-r--r--dev-util/stgit/stgit-0.14.3.ebuild (renamed from dev-util/stgit/stgit-0.14.ebuild)6
7 files changed, 11 insertions, 131 deletions
diff --git a/dev-util/stgit/ChangeLog b/dev-util/stgit/ChangeLog
index 57608dadb04b..4534ea80d128 100644
--- a/dev-util/stgit/ChangeLog
+++ b/dev-util/stgit/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/stgit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.26 2008/02/15 07:23:16 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.27 2008/06/09 07:43:45 ferdy Exp $
+
+*stgit-0.14.3 (09 Jun 2008)
+
+ 09 Jun 2008; Fernando J. Pereda <ferdy@gentoo.org> -stgit-0.11.ebuild,
+ -stgit-0.12.ebuild, -stgit-0.12.1.ebuild, -stgit-0.12.1-r1.ebuild,
+ -stgit-0.13.ebuild, -stgit-0.14.ebuild, +stgit-0.14.3.ebuild:
+ Version bump. Remove old versions.
*stgit-0.14.1 (15 Feb 2008)
diff --git a/dev-util/stgit/stgit-0.11.ebuild b/dev-util/stgit/stgit-0.11.ebuild
deleted file mode 100644
index e27fd73e3f33..000000000000
--- a/dev-util/stgit/stgit-0.11.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.11.ebuild,v 1.1 2006/10/21 23:13:05 ferdy Exp $
-
-inherit distutils
-
-DESCRIPTION="Manage a stack of patches using GIT as a backend"
-HOMEPAGE="http://www.procode.org/stgit/"
-SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-util/git-1.4.3"
-
-src_install() {
- sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
- distutils_src_install
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
-}
diff --git a/dev-util/stgit/stgit-0.12.1-r1.ebuild b/dev-util/stgit/stgit-0.12.1-r1.ebuild
deleted file mode 100644
index 20a00d280c55..000000000000
--- a/dev-util/stgit/stgit-0.12.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.12.1-r1.ebuild,v 1.1 2007/04/10 18:07:41 ferdy Exp $
-
-inherit distutils bash-completion
-
-DESCRIPTION="Manage a stack of patches using GIT as a backend"
-HOMEPAGE="http://www.procode.org/stgit/"
-SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-util/git-1.5"
-
-src_install() {
- sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
- distutils_src_install
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
- dobashcompletion contrib/stgit-completion.bash ${PN}
-}
diff --git a/dev-util/stgit/stgit-0.12.1.ebuild b/dev-util/stgit/stgit-0.12.1.ebuild
deleted file mode 100644
index f82e642b6453..000000000000
--- a/dev-util/stgit/stgit-0.12.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.12.1.ebuild,v 1.1 2007/04/04 11:22:39 ferdy Exp $
-
-inherit distutils
-
-DESCRIPTION="Manage a stack of patches using GIT as a backend"
-HOMEPAGE="http://www.procode.org/stgit/"
-SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-util/git-1.5"
-
-src_install() {
- sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
- distutils_src_install
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
-}
diff --git a/dev-util/stgit/stgit-0.12.ebuild b/dev-util/stgit/stgit-0.12.ebuild
deleted file mode 100644
index eecf366b7add..000000000000
--- a/dev-util/stgit/stgit-0.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.12.ebuild,v 1.1 2007/02/07 09:07:10 ferdy Exp $
-
-inherit distutils
-
-DESCRIPTION="Manage a stack of patches using GIT as a backend"
-HOMEPAGE="http://www.procode.org/stgit/"
-SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-util/git-1.4.3"
-
-src_install() {
- sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
- distutils_src_install
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
-}
diff --git a/dev-util/stgit/stgit-0.13.ebuild b/dev-util/stgit/stgit-0.13.ebuild
deleted file mode 100644
index d556bab0cf8c..000000000000
--- a/dev-util/stgit/stgit-0.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.13.ebuild,v 1.1 2007/08/11 10:24:35 ferdy Exp $
-
-inherit distutils bash-completion
-
-DESCRIPTION="Manage a stack of patches using GIT as a backend"
-HOMEPAGE="http://www.procode.org/stgit/"
-SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-util/git-1.5"
-
-src_install() {
- sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
- distutils_src_install
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
- dobashcompletion contrib/stgit-completion.bash ${PN}
-}
diff --git a/dev-util/stgit/stgit-0.14.ebuild b/dev-util/stgit/stgit-0.14.3.ebuild
index 66646d59f334..60b05aa53efa 100644
--- a/dev-util/stgit/stgit-0.14.ebuild
+++ b/dev-util/stgit/stgit-0.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.ebuild,v 1.1 2008/02/13 16:58:18 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.1 2008/06/09 07:43:45 ferdy Exp $
inherit distutils bash-completion
@@ -20,7 +20,7 @@ src_install() {
sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
distutils_src_install
dodir /usr/share/doc/${PF}
- mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/share/doc/${PN}
+ mv "${D}/usr/share/${PN}/examples" "${D}/usr/share/doc/${PF}"
+ rmdir "${D}/usr/share/doc/${PN}"
dobashcompletion contrib/stgit-completion.bash ${PN}
}