diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-01 10:33:07 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-01 10:33:07 +0000 |
commit | 143e20954b8019166bd055e974c2990d10f948dd (patch) | |
tree | 9730afe973fae08f123470aebdcba8c5d88390cd /app-misc | |
parent | Stable ppc64, bug #428454 (diff) | |
download | gentoo-2-143e20954b8019166bd055e974c2990d10f948dd.tar.gz gentoo-2-143e20954b8019166bd055e974c2990d10f948dd.tar.bz2 gentoo-2-143e20954b8019166bd055e974c2990d10f948dd.zip |
https -> http
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/trash-cli/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.12.4.ebuild | 4 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.12.7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/trash-cli/ChangeLog b/app-misc/trash-cli/ChangeLog index 8c501b073989..61f75f2ba716 100644 --- a/app-misc/trash-cli/ChangeLog +++ b/app-misc/trash-cli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/trash-cli # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.4 2012/06/26 23:07:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.5 2012/08/01 10:33:07 hasufell Exp $ + + 01 Aug 2012; Julian Ospald <hasufell@gentoo.org> trash-cli-0.12.4.ebuild, + trash-cli-0.12.7.ebuild: + https -> http *trash-cli-0.12.7 (26 Jun 2012) diff --git a/app-misc/trash-cli/trash-cli-0.12.4.ebuild b/app-misc/trash-cli/trash-cli-0.12.4.ebuild index f588f7408345..7c49828eeeab 100644 --- a/app-misc/trash-cli/trash-cli-0.12.4.ebuild +++ b/app-misc/trash-cli/trash-cli-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.4.ebuild,v 1.3 2012/06/20 19:05:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.4.ebuild,v 1.4 2012/08/01 10:33:07 hasufell Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit distutils vcs-snapshot DESCRIPTION="Python scripts to manipulate trash cans via the command line" HOMEPAGE="https://github.com/andreafrancia/trash-cli" -SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> +SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/trash-cli/trash-cli-0.12.7.ebuild b/app-misc/trash-cli/trash-cli-0.12.7.ebuild index f482f5465731..6316568ee3f7 100644 --- a/app-misc/trash-cli/trash-cli-0.12.7.ebuild +++ b/app-misc/trash-cli/trash-cli-0.12.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.7.ebuild,v 1.1 2012/06/26 23:07:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.7.ebuild,v 1.2 2012/08/01 10:33:07 hasufell Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit distutils vcs-snapshot DESCRIPTION="Python scripts to manipulate trash cans via the command line" HOMEPAGE="https://github.com/andreafrancia/trash-cli" -SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> +SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" |