diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-28 14:07:23 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-28 14:07:23 +0000 |
commit | 252e481b40ac221a7fee380802596f7de2ecee20 (patch) | |
tree | c754fda4f19eb9ac8e8fee7ccfbf72a2fda27f55 /emulators | |
parent | 3dd70d87f6279377bf039a6c2c889bea5e691778 (diff) | |
download | ports-252e481b40ac221a7fee380802596f7de2ecee20.tar.gz ports-252e481b40ac221a7fee380802596f7de2ecee20.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-f7/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-f8/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-f9/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-fc6/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/emulators/linux_base-f7/Makefile b/emulators/linux_base-f7/Makefile index 0ddf8f774449..d4d9b14c6e56 100644 --- a/emulators/linux_base-f7/Makefile +++ b/emulators/linux_base-f7/Makefile @@ -97,6 +97,10 @@ ALWAYS_KEEP_DISTFILES= yes .endif CONFLICTS= linux_base-gentoo* linux_base-fc4 linux_base-fc6 + +DEPRECATED= End of Life since June 13, 2008 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index ae733b62706e..0d13950115a9 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -104,6 +104,10 @@ ALWAYS_KEEP_DISTFILES= yes CONFLICTS= linux_base-gentoo* linux_base-fc4 linux_base-fc6 \ linux_base-f7 linux-glib2 + +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index a79c2ac3d350..c5656c44e40a 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -112,6 +112,10 @@ ALWAYS_KEEP_DISTFILES= yes CONFLICTS= linux_base-gentoo* linux_base-fc4-[0-9]* linux_base-fc6-[0-9]* \ linux_base-f7-[0-9]* linux_base-f8-[0-9]* linux-glib2-* + +DEPRECATED= End of Life since Jul 10, 2009 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes diff --git a/emulators/linux_base-fc6/Makefile b/emulators/linux_base-fc6/Makefile index 6c7da2723a32..fc5eabd86e47 100644 --- a/emulators/linux_base-fc6/Makefile +++ b/emulators/linux_base-fc6/Makefile @@ -99,6 +99,10 @@ ALWAYS_KEEP_DISTFILES= yes .endif CONFLICTS= linux_base-gentoo* linux_base-fc4 + +DEPRECATED= End of Life since December 7, 2007 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes |