diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-12-17 10:02:37 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-12-17 10:02:37 +0000 |
commit | c04c1b0806aa366f083b7b87ea529f231e2dfe5b (patch) | |
tree | a22316723a8becaf2bfe9f6dfcecffdc4071181f | |
parent | Stabilise on amd64 and x86, remove older. (diff) | |
download | gentoo-2-c04c1b0806aa366f083b7b87ea529f231e2dfe5b.tar.gz gentoo-2-c04c1b0806aa366f083b7b87ea529f231e2dfe5b.tar.bz2 gentoo-2-c04c1b0806aa366f083b7b87ea529f231e2dfe5b.zip |
Stabilise on amd64 and x86, remove older.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
-rw-r--r-- | dev-util/suse-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/suse-build/suse-build-2012.09.27.ebuild | 56 | ||||
-rw-r--r-- | dev-util/suse-build/suse-build-2012.11.23.ebuild | 4 |
3 files changed, 7 insertions, 59 deletions
diff --git a/dev-util/suse-build/ChangeLog b/dev-util/suse-build/ChangeLog index 01a2e5562676..0cf766821b4d 100644 --- a/dev-util/suse-build/ChangeLog +++ b/dev-util/suse-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/suse-build # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/suse-build/ChangeLog,v 1.10 2012/12/05 10:57:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/suse-build/ChangeLog,v 1.11 2012/12/17 10:02:37 scarabeus Exp $ + + 17 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> + -suse-build-2012.09.27.ebuild, suse-build-2012.11.23.ebuild: + Stabilise on amd64 and x86, remove older. *suse-build-2012.11.23 (05 Dec 2012) diff --git a/dev-util/suse-build/suse-build-2012.09.27.ebuild b/dev-util/suse-build/suse-build-2012.09.27.ebuild deleted file mode 100644 index 5a0a0af73896..000000000000 --- a/dev-util/suse-build/suse-build-2012.09.27.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/suse-build/suse-build-2012.09.27.ebuild,v 1.3 2012/11/16 20:05:25 ago Exp $ - -EAPI=4 - -EGIT_REPO_URI="git://github.com/openSUSE/obs-build.git" - -if [[ "${PV}" == "9999" ]]; then - EXTRA_ECLASS="git-2" -else - OBS_PACKAGE="build" - OBS_PROJECT="openSUSE:Tools" - EXTRA_ECLASS="obs-download" -fi - -inherit eutils ${EXTRA_ECLASS} -unset EXTRA_ECLASS - -DESCRIPTION="Script to build SUSE Linux RPMs" -HOMEPAGE="https://build.opensuse.org/package/show?package=build&project=openSUSE%3ATools" - -[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${PN/suse/obs}-${PV//.}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ "${PV}" == "9999" ]] || \ -KEYWORDS="amd64 x86" - -RDEPEND=" - virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long - dev-perl/XML-Parser - dev-perl/TimeDate - app-shells/bash - app-arch/rpm -" - -S="${WORKDIR}/${PN/suse/obs}-${PV//.}" - -src_compile() { :; } - -src_install() { - emake DESTDIR="${ED}" pkglibdir=/usr/share/suse-build install - cd "${ED}"/usr - find bin -type l | while read i; do - mv "${i}" "${i/bin\//bin/suse-}" - done - find share/man/man1 -type f | while read i; do - mv "${i}" "${i/man1\//man1/suse-}" - done - find . -type f -exec sed -i 's|/usr/lib/build|/usr/share/suse-build|' {} + -} diff --git a/dev-util/suse-build/suse-build-2012.11.23.ebuild b/dev-util/suse-build/suse-build-2012.11.23.ebuild index a1c1a4398b7b..f233a9ccb45c 100644 --- a/dev-util/suse-build/suse-build-2012.11.23.ebuild +++ b/dev-util/suse-build/suse-build-2012.11.23.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/dev-util/suse-build/suse-build-2012.11.23.ebuild,v 1.1 2012/12/05 10:57:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/suse-build/suse-build-2012.11.23.ebuild,v 1.2 2012/12/17 10:02:37 scarabeus Exp $ EAPI=4 @@ -25,7 +25,7 @@ HOMEPAGE="https://build.opensuse.org/package/show?package=build&project=openSUSE LICENSE="GPL-2" SLOT="0" IUSE="" -[[ "${PV}" == "9999" ]] || KEYWORDS="~amd64 ~x86" +[[ "${PV}" == "9999" ]] || KEYWORDS="amd64 x86" RDEPEND=" virtual/perl-Digest-MD5 |