From 9aa2a307d8d2ed20074f8242fd82e92c882b91de Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sun, 22 Apr 2012 20:25:05 +0200 Subject: Version bump, remove old --- sys-kernel/omap4-sources/ChangeLog | 7 +++++ .../omap4-sources-2.6.38.1209.18.ebuild | 31 ---------------------- .../omap4-sources-3.0.0.1206.15.ebuild | 31 ---------------------- .../omap4-sources-3.0.0.1208.18.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 38 insertions(+), 62 deletions(-) delete mode 100644 sys-kernel/omap4-sources/omap4-sources-2.6.38.1209.18.ebuild delete mode 100644 sys-kernel/omap4-sources/omap4-sources-3.0.0.1206.15.ebuild create mode 100644 sys-kernel/omap4-sources/omap4-sources-3.0.0.1208.18.ebuild diff --git a/sys-kernel/omap4-sources/ChangeLog b/sys-kernel/omap4-sources/ChangeLog index 4cd1c60..2c0f607 100644 --- a/sys-kernel/omap4-sources/ChangeLog +++ b/sys-kernel/omap4-sources/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*omap4-sources-3.0.0.1208.18 (22 Apr 2012) + + 22 Apr 2012; Raúl Porcel + -omap4-sources-2.6.38.1209.18.ebuild, -omap4-sources-3.0.0.1206.15.ebuild, + +omap4-sources-3.0.0.1208.18.ebuild: + Version bump, remove old + *omap4-sources-3.0.0.1206.15 (15 Jan 2012) 15 Jan 2012; -omap4-sources-3.0.0.1206.13.ebuild, diff --git a/sys-kernel/omap4-sources/omap4-sources-2.6.38.1209.18.ebuild b/sys-kernel/omap4-sources/omap4-sources-2.6.38.1209.18.ebuild deleted file mode 100644 index e07ed9b..0000000 --- a/sys-kernel/omap4-sources/omap4-sources-2.6.38.1209.18.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - - -ETYPE="sources" - -inherit kernel-2 versionator -detect_version - -MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)" - - -DESCRIPTION="OMAP4 sources" -HOMEPAGE="" -SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz" - -KEYWORDS="arm" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - mv ubuntu-natty linux-${PV}-omap4 - -} - -src_install() { - insinto /usr/src/ - doins -r linux-${PV}-omap4 -} diff --git a/sys-kernel/omap4-sources/omap4-sources-3.0.0.1206.15.ebuild b/sys-kernel/omap4-sources/omap4-sources-3.0.0.1206.15.ebuild deleted file mode 100644 index a6b2a50..0000000 --- a/sys-kernel/omap4-sources/omap4-sources-3.0.0.1206.15.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - - -ETYPE="sources" - -inherit kernel-2 versionator -detect_version - -MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)" - - -DESCRIPTION="OMAP4 sources" -HOMEPAGE="" -SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz" - -KEYWORDS="arm" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - mv ubuntu-oneiric linux-${PV}-omap4 - -} - -src_install() { - insinto /usr/src/ - doins -r linux-${PV}-omap4 -} diff --git a/sys-kernel/omap4-sources/omap4-sources-3.0.0.1208.18.ebuild b/sys-kernel/omap4-sources/omap4-sources-3.0.0.1208.18.ebuild new file mode 100644 index 0000000..a6b2a50 --- /dev/null +++ b/sys-kernel/omap4-sources/omap4-sources-3.0.0.1208.18.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + + +ETYPE="sources" + +inherit kernel-2 versionator +detect_version + +MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)" + + +DESCRIPTION="OMAP4 sources" +HOMEPAGE="" +SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz" + +KEYWORDS="arm" + +S="${WORKDIR}" + +src_unpack() { + unpack ${A} + mv ubuntu-oneiric linux-${PV}-omap4 + +} + +src_install() { + insinto /usr/src/ + doins -r linux-${PV}-omap4 +} -- cgit v1.2.3-18-g5258